Html Css Color HEX #F24DFF Pink Flamingo

📋 copy color: '#F24DFF'

red 242 ◦ green 77 ◦ blue 255

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

Shades of Pink Flamingo #F24DFF

Tints of Pink Flamingo #F24DFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 44.43%

R = 42.16%
G = 13.41%
B = 44.43%

CMYK

 C value IS 0.05

 M value IS 0.70

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#F24DFF (or 0xF24DFF) is known color: Pink Flamingo. HEX triplet: F2, 4D and FF. RGB value is (242,77,255). Sum of RGB (Red+Green+Blue) = 242+77+255=574 (76% of max value = 765). Red value is 242 (94.92% from 255 or 42.16% from 574); Green value is 77 (30.47% from 255 or 13.41% from 574); Blue value is 255 (100% from 255 or 44.43% from 574); Max value from RGB is 255 - color contains mainly: blue. Hex color #F24DFF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F24DFF is #0DB200. Grayscale: #929292. Windows color (decimal): -897537 or 16731634. OLE color: 16731634.

HSL color Cylindrical-coordinate representation of color #F24DFF: hue angle of 295.62º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F24DFF is Cyan = 0.05, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 242 77 255 -
CMYK 0.05 0.70 0 0
HSL 295.62º 1% 0.65% -
HSV(B) 295.62º 0.7% 1% -
XYZ 57.32 31.41 97.65 -
YUV 146.63 189.16 196.03 -
System Red Green Blue C M Y K H S L
Decimal 242 77 255 0.05 0.70 0 0 295.62 1 0.65
Hex F2 4D FF 5 46 0 0 128 64 41
Octal 362 115 377 5 106 0 0 450 144 101
Binary 11110010 1001101 11111111 101 1000110 0 0 100101000 1100100 1000001

Color Harmonies of #F24DFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F24DFF

Black with #F24DFF

Text Example


Text Example

White with #F24DFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F24DFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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