#F35FEC

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

Shades of Pink Flamingo #F35FEC

Tints of Pink Flamingo #F35FEC

Color information

#F35FEC (or 0xF35FEC) is unknown color: approx Pink Flamingo. HEX triplet: F3, 5F and EC. RGB value is (243,95,236). Sum of RGB (Red+Green+Blue) = 243+95+236=574 (76% of max value = 765). Red value is 243 (95.31% from 255 or 42.33% from 574); Green value is 95 (37.5% from 255 or 16.55% from 574); Blue value is 236 (92.58% from 255 or 41.11% from 574); Max value from RGB is 243 - color contains mainly: red. Hex color #F35FEC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F35FEC is #0CA013. Grayscale: #9A9A9A. Windows color (decimal): -827412 or 15491059. OLE color: 15491059.

HSL color Cylindrical-coordinate representation of color #F35FEC: hue angle of 302.84º degrees, saturation: 0.86, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F35FEC is Cyan = 0, Magento = 0.61, Yellow = 0.03 and Black (K on CMYK) = 0.05.

Color convert

RGB24395236-
CMYK00.610.030.05
HSL302.84º86.05%66.27%-
HSV(B)302.84º60.91%95.29%-
XYZ56.1933.382.82-
YUV155.33173.53190.54-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 42.33%
GREEN value IS 95 (37.5% from 255) = 16.55%
BLUE value IS 236 (92.58% from 255) = 41.11%
R=42.33%
G=16.55%
B=41.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.03
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2439523600.610.030.05302.8486.0566.27
HexF35FEC03D3512f5642
Octal36313735407535457126102
Binary1111001110111111110110001111011110110010111110101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F35FEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F35FEC; }

 p { color: rgb(243,95,236); }

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

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

 a { background-color: rgb(243,95,236); }

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

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

 span { border-color: rgb(243,95,236); }

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