#F265F2

Color #F265F2 Pink Flamingo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pink Flamingo #F265F2

Tints of Pink Flamingo #F265F2

Color information

#F265F2 (or 0xF265F2) is unknown color: approx Pink Flamingo. HEX triplet: F2, 65 and F2. RGB value is (242,101,242). Sum of RGB (Red+Green+Blue) = 242+101+242=585 (77% of max value = 765). Red value is 242 (94.92% from 255 or 41.37% from 585); Green value is 101 (39.84% from 255 or 17.26% from 585); Blue value is 242 (94.92% from 255 or 41.37% from 585); Max value from RGB is 242 - color contains mainly: red, blue. Hex color #F265F2 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F265F2 is #0D9A0D. Grayscale: #9E9E9E. Windows color (decimal): -891406 or 15885810. OLE color: 15885810.

HSL color Cylindrical-coordinate representation of color #F265F2: hue angle of 300º degrees, saturation: 0.84, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F265F2 is Cyan = 0, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB242101242-
CMYK00.5800.05
HSL300º84.43%67.25%-
HSV(B)300º58.26%94.9%-
XYZ57.334.687.66-
YUV159.23174.71187.04-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 242 (94.92% from 255) = 41.37%
GREEN value IS 101 (39.84% from 255) = 17.26%
BLUE value IS 242 (94.92% from 255) = 41.37%
R=41.37%
G=17.26%
B=41.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24210124200.5800.0530084.4367.25
HexF265F203A0512c5443
Octal36214536207205454124103
Binary111100101100101111100100111010010110010110010101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F265F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F265F2; }

 p { color: rgb(242,101,242); }

 H1.HeaderClassName
 {
   color: #F265F2;
 }
 .AnyTagClassName
 {
   color: #F265F2;
 }
</style>
background-color css

<style>
 a { background-color: #F265F2; }

 a { background-color: rgb(242,101,242); }

 div.DivClassName
 {
   background-color: #F265F2;
 }
 .BgClassName
 {
   background-color: #F265F2;
 }
</style>
border-color css

<style>
 span { border-color: #F265F2; }

 span { border-color: rgb(242,101,242); }

 td.TdClassName
 {
   border-color: #F265F2;
 }
 .TagClassName
 {
   border-color: #F265F2;
 }
</style>