Html Css Color HEX #F24BFF Pink Flamingo

📋 copy color: '#F24BFF'

red 242 ◦ green 75 ◦ blue 255

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

Shades of Pink Flamingo #F24BFF

Tints of Pink Flamingo #F24BFF

RGB

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

 GREEN value IS 75 (29.69% from 255) = 13.11%

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

R = 42.31%
G = 13.11%
B = 44.58%

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

#F24BFF (or 0xF24BFF) is known color: Pink Flamingo. HEX triplet: F2, 4B and FF. RGB value is (242,75,255). Sum of RGB (Red+Green+Blue) = 242+75+255=572 (75% of max value = 765). Red value is 242 (94.92% from 255 or 42.31% from 572); Green value is 75 (29.69% from 255 or 13.11% from 572); Blue value is 255 (100% from 255 or 44.58% from 572); Max value from RGB is 255 - color contains mainly: blue. Hex color #F24BFF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F24BFF is #0DB400. Grayscale: #909090. Windows color (decimal): -898049 or 16731122. OLE color: 16731122.

HSL color Cylindrical-coordinate representation of color #F24BFF: hue angle of 295.67º 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 #F24BFF is Cyan = 0.05, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 242 75 255 -
CMYK 0.05 0.71 0 0
HSL 295.67º 1% 0.65% -
HSV(B) 295.67º 0.71% 1% -
XYZ 57.18 31.13 97.6 -
YUV 145.45 189.83 196.86 -
System Red Green Blue C M Y K H S L
Decimal 242 75 255 0.05 0.71 0 0 295.67 1 0.65
Hex F2 4B FF 5 47 0 0 128 64 41
Octal 362 113 377 5 107 0 0 450 144 101
Binary 11110010 1001011 11111111 101 1000111 0 0 100101000 1100100 1000001

Color Harmonies of #F24BFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F24BFF

Black with #F24BFF

Text Example


Text Example

White with #F24BFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F24BFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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