Html Css Color HEX #F24EFB Pink Flamingo

📋 copy color: '#F24EFB'

red 242 ◦ green 78 ◦ blue 251

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

Shades of Pink Flamingo #F24EFB

Tints of Pink Flamingo #F24EFB

RGB

 RED value IS 242 (94.92% from 255) = 42.38%

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

 BLUE value IS 251 (98.44% from 255) = 43.96%

R = 42.38%
G = 13.66%
B = 43.96%

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

#F24EFB (or 0xF24EFB) is known color: Pink Flamingo. HEX triplet: F2, 4E and FB. RGB value is (242,78,251). Sum of RGB (Red+Green+Blue) = 242+78+251=571 (75% of max value = 765). Red value is 242 (94.92% from 255 or 42.38% from 571); Green value is 78 (30.86% from 255 or 13.66% from 571); Blue value is 251 (98.44% from 255 or 43.96% from 571); Max value from RGB is 251 - color contains mainly: blue. Hex color #F24EFB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F24EFB is #0DB104. Grayscale: #929292. Windows color (decimal): -897285 or 16469746. OLE color: 16469746.

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

Color convert

RGB 242 78 251 -
CMYK 0.04 0.69 0 0.02
HSL 296.88º 0.96% 0.65% -
HSV(B) 296.88º 0.69% 0.98% -
XYZ 56.75 31.29 94.32 -
YUV 146.76 186.83 195.93 -
System Red Green Blue C M Y K H S L
Decimal 242 78 251 0.04 0.69 0 0.02 296.88 0.96 0.65
Hex F2 4E FB 4 45 0 2 129 60 41
Octal 362 116 373 4 105 0 2 451 140 101
Binary 11110010 1001110 11111011 100 1000101 0 10 100101001 1100000 1000001

Color Harmonies of #F24EFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F24EFB

Black with #F24EFB

Text Example


Text Example

White with #F24EFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F24EFB; }

 p { color: rgb(242,78,251); }

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

background-color css

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

 a { background-color: rgb(242,78,251); }

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

border-color css

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

 span { border-color: rgb(242,78,251); }

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