#F04EFC

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

Shades of Pink Flamingo #F04EFC

Tints of Pink Flamingo #F04EFC

Color information

#F04EFC (or 0xF04EFC) is unknown color: approx Pink Flamingo. HEX triplet: F0, 4E and FC. RGB value is (240,78,252). Sum of RGB (Red+Green+Blue) = 240+78+252=570 (75% of max value = 765). Red value is 240 (94.14% from 255 or 42.11% from 570); Green value is 78 (30.86% from 255 or 13.68% from 570); Blue value is 252 (98.83% from 255 or 44.21% from 570); Max value from RGB is 252 - color contains mainly: blue. Hex color #F04EFC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F04EFC is #0FB103. Grayscale: #919191. Windows color (decimal): -1028356 or 16535280. OLE color: 16535280.

HSL color Cylindrical-coordinate representation of color #F04EFC: hue angle of 295.86º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F04EFC is Cyan = 0.05, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB24078252-
CMYK0.050.6900.01
HSL295.86º96.67%64.71%-
HSV(B)295.86º69.05%98.82%-
XYZ56.233195.12-
YUV146.27187.67194.85-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 42.11%
GREEN value IS 78 (30.86% from 255) = 13.68%
BLUE value IS 252 (98.83% from 255) = 44.21%
R=42.11%
G=13.68%
B=44.21%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal240782520.050.6900.01295.8696.6764.71
HexF04EFC545011286141
Octal360116374510501450141101
Binary1111000010011101111110010110001010110010100011000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F04EFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F04EFC; }

 p { color: rgb(240,78,252); }

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

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

 a { background-color: rgb(240,78,252); }

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

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

 span { border-color: rgb(240,78,252); }

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