Html Css Color HEX #F24FFD Pink Flamingo

📋 copy color: '#F24FFD'

red 242 ◦ green 79 ◦ blue 253

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

Shades of Pink Flamingo #F24FFD

Tints of Pink Flamingo #F24FFD

RGB

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

 GREEN value IS 79 (31.25% from 255) = 13.76%

 BLUE value IS 253 (99.22% from 255) = 44.08%

R = 42.16%
G = 13.76%
B = 44.08%

CMYK

 C value IS 0.04

 M value IS 0.69

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F24FFD (or 0xF24FFD) is known color: Pink Flamingo. HEX triplet: F2, 4F and FD. RGB value is (242,79,253). Sum of RGB (Red+Green+Blue) = 242+79+253=574 (76% of max value = 765). Red value is 242 (94.92% from 255 or 42.16% from 574); Green value is 79 (31.25% from 255 or 13.76% from 574); Blue value is 253 (99.22% from 255 or 44.08% from 574); Max value from RGB is 253 - color contains mainly: blue. Hex color #F24FFD is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F24FFD is #0DB002. Grayscale: #939393. Windows color (decimal): -897027 or 16601074. OLE color: 16601074.

HSL color Cylindrical-coordinate representation of color #F24FFD: hue angle of 296.21º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F24FFD is Cyan = 0.04, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 242 79 253 -
CMYK 0.04 0.69 0 0.01
HSL 296.21º 0.98% 0.65% -
HSV(B) 296.21º 0.69% 0.99% -
XYZ 57.14 31.56 96.01 -
YUV 147.57 187.5 195.35 -
System Red Green Blue C M Y K H S L
Decimal 242 79 253 0.04 0.69 0 0.01 296.21 0.98 0.65
Hex F2 4F FD 4 45 0 1 128 62 41
Octal 362 117 375 4 105 0 1 450 142 101
Binary 11110010 1001111 11111101 100 1000101 0 1 100101000 1100010 1000001

Color Harmonies of #F24FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F24FFD

Black with #F24FFD

Text Example


Text Example

White with #F24FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F24FFD; }

 p { color: rgb(242,79,253); }

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

background-color css

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

 a { background-color: rgb(242,79,253); }

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

border-color css

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

 span { border-color: rgb(242,79,253); }

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