Html Css Color HEX #F04EF9 Pink Flamingo

📋 copy color: '#F04EF9'

red 240 ◦ green 78 ◦ blue 249

#F04EF9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pink Flamingo #F04EF9

Tints of Pink Flamingo #F04EF9

RGB

 RED value IS 240 (94.14% from 255) = 42.33%

 GREEN value IS 78 (30.86% from 255) = 13.76%

 BLUE value IS 249 (97.66% from 255) = 43.92%

R = 42.33%
G = 13.76%
B = 43.92%

CMYK

 C value IS 0.04

 M value IS 0.69

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F04EF9 (or 0xF04EF9) is known color: Pink Flamingo. HEX triplet: F0, 4E and F9. RGB value is (240,78,249). Sum of RGB (Red+Green+Blue) = 240+78+249=567 (75% of max value = 765). Red value is 240 (94.14% from 255 or 42.33% from 567); Green value is 78 (30.86% from 255 or 13.76% from 567); Blue value is 249 (97.66% from 255 or 43.92% from 567); Max value from RGB is 249 - color contains mainly: blue. Hex color #F04EF9 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F04EF9 is #0FB106. Grayscale: #919191. Windows color (decimal): -1028359 or 16338672. OLE color: 16338672.

HSL color Cylindrical-coordinate representation of color #F04EF9: hue angle of 296.84º 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 #F04EF9 is Cyan = 0.04, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 240 78 249 -
CMYK 0.04 0.69 0 0.02
HSL 296.84º 0.93% 0.64% -
HSV(B) 296.84º 0.69% 0.98% -
XYZ 55.76 30.81 92.63 -
YUV 145.93 186.17 195.1 -
System Red Green Blue C M Y K H S L
Decimal 240 78 249 0.04 0.69 0 0.02 296.84 0.93 0.64
Hex F0 4E F9 4 45 0 2 129 5D 40
Octal 360 116 371 4 105 0 2 451 135 100
Binary 11110000 1001110 11111001 100 1000101 0 10 100101001 1011101 1000000

Color Harmonies of #F04EF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F04EF9

Black with #F04EF9

Text Example


Text Example

White with #F04EF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F04EF9; }

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

 H1.HeaderClassName
 {
   color: #F04EF9;
 }
 .AnyTagClassName
 {
   color: #F04EF9;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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