Html Css Color HEX #F24CFD Pink Flamingo

📋 copy color: '#F24CFD'

red 242 ◦ green 76 ◦ blue 253

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

Shades of Pink Flamingo #F24CFD

Tints of Pink Flamingo #F24CFD

RGB

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

 GREEN value IS 76 (30.08% from 255) = 13.31%

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

R = 42.38%
G = 13.31%
B = 44.31%

CMYK

 C value IS 0.04

 M value IS 0.70

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F24CFD (or 0xF24CFD) is known color: Pink Flamingo. HEX triplet: F2, 4C and FD. RGB value is (242,76,253). Sum of RGB (Red+Green+Blue) = 242+76+253=571 (75% of max value = 765). Red value is 242 (94.92% from 255 or 42.38% from 571); Green value is 76 (30.08% from 255 or 13.31% from 571); Blue value is 253 (99.22% from 255 or 44.31% from 571); Max value from RGB is 253 - color contains mainly: blue. Hex color #F24CFD is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F24CFD is #0DB302. Grayscale: #919191. Windows color (decimal): -897795 or 16600306. OLE color: 16600306.

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

Color convert

RGB 242 76 253 -
CMYK 0.04 0.70 0 0.01
HSL 296.27º 0.98% 0.65% -
HSV(B) 296.27º 0.7% 0.99% -
XYZ 56.93 31.14 95.94 -
YUV 145.81 188.5 196.61 -
System Red Green Blue C M Y K H S L
Decimal 242 76 253 0.04 0.70 0 0.01 296.27 0.98 0.65
Hex F2 4C FD 4 46 0 1 128 62 41
Octal 362 114 375 4 106 0 1 450 142 101
Binary 11110010 1001100 11111101 100 1000110 0 1 100101000 1100010 1000001

Color Harmonies of #F24CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F24CFD

Black with #F24CFD

Text Example


Text Example

White with #F24CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F24CFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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