Html Css Color HEX #F24AFF Pink Flamingo

📋 copy color: '#F24AFF'

red 242 ◦ green 74 ◦ blue 255

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

Shades of Pink Flamingo #F24AFF

Tints of Pink Flamingo #F24AFF

RGB

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

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

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

R = 42.38%
G = 12.96%
B = 44.66%

CMYK

 C value IS 0.05

 M value IS 0.71

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#F24AFF (or 0xF24AFF) is known color: Pink Flamingo. HEX triplet: F2, 4A and FF. RGB value is (242,74,255). Sum of RGB (Red+Green+Blue) = 242+74+255=571 (75% of max value = 765). Red value is 242 (94.92% from 255 or 42.38% from 571); Green value is 74 (29.30% from 255 or 12.96% from 571); Blue value is 255 (100% from 255 or 44.66% from 571); Max value from RGB is 255 - color contains mainly: blue. Hex color #F24AFF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F24AFF is #0DB500. Grayscale: #909090. Windows color (decimal): -898305 or 16730866. OLE color: 16730866.

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

Color convert

RGB 242 74 255 -
CMYK 0.05 0.71 0 0
HSL 295.69º 1% 0.65% -
HSV(B) 295.69º 0.71% 1% -
XYZ 57.12 30.99 97.58 -
YUV 144.87 190.16 197.28 -
System Red Green Blue C M Y K H S L
Decimal 242 74 255 0.05 0.71 0 0 295.69 1 0.65
Hex F2 4A FF 5 47 0 0 128 64 41
Octal 362 112 377 5 107 0 0 450 144 101
Binary 11110010 1001010 11111111 101 1000111 0 0 100101000 1100100 1000001

Color Harmonies of #F24AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F24AFF

Black with #F24AFF

Text Example


Text Example

White with #F24AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F24AFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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