#F464EA

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

Shades of Pink Flamingo #F464EA

Tints of Pink Flamingo #F464EA

Color information

#F464EA (or 0xF464EA) is unknown color: approx Pink Flamingo. HEX triplet: F4, 64 and EA. RGB value is (244,100,234). Sum of RGB (Red+Green+Blue) = 244+100+234=578 (76% of max value = 765). Red value is 244 (95.70% from 255 or 42.21% from 578); Green value is 100 (39.45% from 255 or 17.30% from 578); Blue value is 234 (91.80% from 255 or 40.48% from 578); Max value from RGB is 244 - color contains mainly: red. Hex color #F464EA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F464EA is #0B9B15. Grayscale: #9D9D9D. Windows color (decimal): -760598 or 15361268. OLE color: 15361268.

HSL color Cylindrical-coordinate representation of color #F464EA: hue angle of 304.17º degrees, saturation: 0.87, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F464EA is Cyan = 0, Magento = 0.59, Yellow = 0.04 and Black (K on CMYK) = 0.04.

Color convert

RGB244100234-
CMYK00.590.040.04
HSL304.17º86.75%67.45%-
HSV(B)304.17º59.02%95.69%-
XYZ56.7234.2981.47-
YUV158.33170.71189.1-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 42.21%
GREEN value IS 100 (39.45% from 255) = 17.30%
BLUE value IS 234 (91.80% from 255) = 40.48%
R=42.21%
G=17.30%
B=40.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.04
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24410023400.590.040.04304.1786.7567.45
HexF464EA03B441305743
Octal36414435207344460127103
Binary11110100110010011101010011101110010010011000010101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F464EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F464EA; }

 p { color: rgb(244,100,234); }

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

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

 a { background-color: rgb(244,100,234); }

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

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

 span { border-color: rgb(244,100,234); }

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