Html Css Color HEX #F24DFB Pink Flamingo

📋 copy color: '#F24DFB'

red 242 ◦ green 77 ◦ blue 251

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

Shades of Pink Flamingo #F24DFB

Tints of Pink Flamingo #F24DFB

RGB

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

 GREEN value IS 77 (30.47% from 255) = 13.51%

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

R = 42.46%
G = 13.51%
B = 44.04%

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

#F24DFB (or 0xF24DFB) is known color: Pink Flamingo. HEX triplet: F2, 4D and FB. RGB value is (242,77,251). Sum of RGB (Red+Green+Blue) = 242+77+251=570 (75% of max value = 765). Red value is 242 (94.92% from 255 or 42.46% from 570); Green value is 77 (30.47% from 255 or 13.51% from 570); Blue value is 251 (98.44% from 255 or 44.04% from 570); Max value from RGB is 251 - color contains mainly: blue. Hex color #F24DFB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F24DFB is #0DB204. Grayscale: #919191. Windows color (decimal): -897541 or 16469490. OLE color: 16469490.

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

Color convert

RGB 242 77 251 -
CMYK 0.04 0.69 0 0.02
HSL 296.9º 0.96% 0.64% -
HSV(B) 296.9º 0.69% 0.98% -
XYZ 56.68 31.15 94.29 -
YUV 146.17 187.16 196.35 -
System Red Green Blue C M Y K H S L
Decimal 242 77 251 0.04 0.69 0 0.02 296.9 0.96 0.64
Hex F2 4D FB 4 45 0 2 129 60 40
Octal 362 115 373 4 105 0 2 451 140 100
Binary 11110010 1001101 11111011 100 1000101 0 10 100101001 1100000 1000000

Color Harmonies of #F24DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F24DFB

Black with #F24DFB

Text Example


Text Example

White with #F24DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F24DFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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