#F964EA

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

Shades of Pink Flamingo #F964EA

Tints of Pink Flamingo #F964EA

Color information

#F964EA (or 0xF964EA) is unknown color: approx Pink Flamingo. HEX triplet: F9, 64 and EA. RGB value is (249,100,234). Sum of RGB (Red+Green+Blue) = 249+100+234=583 (77% of max value = 765). Red value is 249 (97.66% from 255 or 42.71% from 583); Green value is 100 (39.45% from 255 or 17.15% from 583); Blue value is 234 (91.80% from 255 or 40.14% from 583); Max value from RGB is 249 - color contains mainly: red. Hex color #F964EA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F964EA is #069B15. Grayscale: #9F9F9F. Windows color (decimal): -432918 or 15361273. OLE color: 15361273.

HSL color Cylindrical-coordinate representation of color #F964EA: hue angle of 306.04º degrees, saturation: 0.93, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F964EA is Cyan = 0, Magento = 0.60, Yellow = 0.06 and Black (K on CMYK) = 0.02.

Color convert

RGB249100234-
CMYK00.600.060.02
HSL306.04º92.55%68.43%-
HSV(B)306.04º59.84%97.65%-
XYZ58.4835.1981.55-
YUV159.83169.86191.6-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 42.71%
GREEN value IS 100 (39.45% from 255) = 17.15%
BLUE value IS 234 (91.80% from 255) = 40.14%
R=42.71%
G=17.15%
B=40.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.06
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24910023400.600.060.02306.0492.5568.43
HexF964EA03C621325d44
Octal37114435207462462135104
Binary1111100111001001110101001111001101010011001010111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F964EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F964EA; }

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

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

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

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

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

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

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

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