Html Css Color HEX #F24AF9 Pink Flamingo

📋 copy color: '#F24AF9'

red 242 ◦ green 74 ◦ blue 249

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

Shades of Pink Flamingo #F24AF9

Tints of Pink Flamingo #F24AF9

RGB

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

 GREEN value IS 74 (29.3% from 255) = 13.1%

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

R = 42.83%
G = 13.1%
B = 44.07%

CMYK

 C value IS 0.03

 M value IS 0.70

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F24AF9 (or 0xF24AF9) is known color: Pink Flamingo. HEX triplet: F2, 4A and F9. RGB value is (242,74,249). Sum of RGB (Red+Green+Blue) = 242+74+249=565 (74% of max value = 765). Red value is 242 (94.92% from 255 or 42.83% from 565); Green value is 74 (29.30% from 255 or 13.10% from 565); Blue value is 249 (97.66% from 255 or 44.07% from 565); Max value from RGB is 249 - color contains mainly: blue. Hex color #F24AF9 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F24AF9 is #0DB506. Grayscale: #8F8F8F. Windows color (decimal): -898311 or 16337650. OLE color: 16337650.

HSL color Cylindrical-coordinate representation of color #F24AF9: hue angle of 297.6º degrees, saturation: 0.94, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F24AF9 is Cyan = 0.03, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 242 74 249 -
CMYK 0.03 0.70 0 0.02
HSL 297.6º 0.94% 0.63% -
HSV(B) 297.6º 0.7% 0.98% -
XYZ 56.17 30.61 92.57 -
YUV 144.18 187.16 197.77 -
System Red Green Blue C M Y K H S L
Decimal 242 74 249 0.03 0.70 0 0.02 297.6 0.94 0.63
Hex F2 4A F9 3 46 0 2 12A 5E 3F
Octal 362 112 371 3 106 0 2 452 136 77
Binary 11110010 1001010 11111001 11 1000110 0 10 100101010 1011110 111111

Color Harmonies of #F24AF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F24AF9

Black with #F24AF9

Text Example


Text Example

White with #F24AF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F24AF9; }

 p { color: rgb(242,74,249); }

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

background-color css

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

 a { background-color: rgb(242,74,249); }

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

border-color css

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

 span { border-color: rgb(242,74,249); }

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