#F94EF4

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

Shades of Pink Flamingo #F94EF4

Tints of Pink Flamingo #F94EF4

Color information

#F94EF4 (or 0xF94EF4) is unknown color: approx Pink Flamingo. HEX triplet: F9, 4E and F4. RGB value is (249,78,244). Sum of RGB (Red+Green+Blue) = 249+78+244=571 (75% of max value = 765). Red value is 249 (97.66% from 255 or 43.61% from 571); Green value is 78 (30.86% from 255 or 13.66% from 571); Blue value is 244 (95.70% from 255 or 42.73% from 571); Max value from RGB is 249 - color contains mainly: red. Hex color #F94EF4 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F94EF4 is #06B10B. Grayscale: #939393. Windows color (decimal): -438540 or 16011001. OLE color: 16011001.

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

Color convert

RGB24978244-
CMYK00.690.020.02
HSL301.75º93.44%64.12%-
HSV(B)301.75º68.67%97.65%-
XYZ58.1232.1288.72-
YUV148.05182.15200-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 43.61%
GREEN value IS 78 (30.86% from 255) = 13.66%
BLUE value IS 244 (95.70% from 255) = 42.73%
R=43.61%
G=13.66%
B=42.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.02
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2497824400.690.020.02301.7593.4464.12
HexF94EF40452212e5d40
Octal371116364010522456135100
Binary1111100110011101111010001000101101010010111010111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F94EF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F94EF4; }

 p { color: rgb(249,78,244); }

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

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

 a { background-color: rgb(249,78,244); }

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

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

 span { border-color: rgb(249,78,244); }

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