#F366ED

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

Shades of Pink Flamingo #F366ED

Tints of Pink Flamingo #F366ED

Color information

#F366ED (or 0xF366ED) is unknown color: approx Pink Flamingo. HEX triplet: F3, 66 and ED. RGB value is (243,102,237). Sum of RGB (Red+Green+Blue) = 243+102+237=582 (77% of max value = 765). Red value is 243 (95.31% from 255 or 41.75% from 582); Green value is 102 (40.23% from 255 or 17.53% from 582); Blue value is 237 (92.97% from 255 or 40.72% from 582); Max value from RGB is 243 - color contains mainly: red. Hex color #F366ED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F366ED is #0C9912. Grayscale: #9F9F9F. Windows color (decimal): -825619 or 15558387. OLE color: 15558387.

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

Color convert

RGB243102237-
CMYK00.580.020.05
HSL302.55º85.45%67.65%-
HSV(B)302.55º58.02%95.29%-
XYZ5734.6783.81-
YUV159.55171.71187.52-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 41.75%
GREEN value IS 102 (40.23% from 255) = 17.53%
BLUE value IS 237 (92.97% from 255) = 40.72%
R=41.75%
G=17.53%
B=40.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.02
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24310223700.580.020.05302.5585.4567.65
HexF366ED03A2512f5544
Octal36314635507225457125104
Binary1111001111001101110110101110101010110010111110101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F366ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F366ED; }

 p { color: rgb(243,102,237); }

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

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

 a { background-color: rgb(243,102,237); }

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

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

 span { border-color: rgb(243,102,237); }

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