Html Css Color HEX #F42472 Cerise

📋 copy color: '#F42472'

red 244 ◦ green 36 ◦ blue 114

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

Shades of Cerise #F42472

Tints of Cerise #F42472

RGB

 RED value IS 244 (95.7% from 255) = 61.93%

 GREEN value IS 36 (14.45% from 255) = 9.14%

 BLUE value IS 114 (44.92% from 255) = 28.93%

R = 61.93%
G = 9.14%
B = 28.93%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.53

 K value IS 0.04

RGB Variations

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

Color information

#F42472 (or 0xF42472) is known color: Cerise. HEX triplet: F4, 24 and 72. RGB value is (244,36,114). Sum of RGB (Red+Green+Blue) = 244+36+114=394 (52% of max value = 765). Red value is 244 (95.70% from 255 or 61.93% from 394); Green value is 36 (14.45% from 255 or 9.14% from 394); Blue value is 114 (44.92% from 255 or 28.93% from 394); Max value from RGB is 244 - color contains mainly: red. Hex color #F42472 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F42472 is #0BDB8D. Grayscale: #6A6A6A. Windows color (decimal): -777102 or 7480564. OLE color: 7480564.

HSL color Cylindrical-coordinate representation of color #F42472: hue angle of 337.5º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F42472 is Cyan = 0, Magento = 0.85, Yellow = 0.53 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 36 114 -
CMYK 0 0.85 0.53 0.04
HSL 337.5º 0.9% 0.55% -
HSV(B) 337.5º 0.85% 0.96% -
XYZ 40.98 21.71 17.95 -
YUV 107.08 131.91 225.66 -
System Red Green Blue C M Y K H S L
Decimal 244 36 114 0 0.85 0.53 0.04 337.5 0.9 0.55
Hex F4 24 72 0 55 35 4 152 5A 37
Octal 364 44 162 0 125 65 4 522 132 67
Binary 11110100 100100 1110010 0 1010101 110101 100 101010010 1011010 110111

Color Harmonies of #F42472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F42472

Black with #F42472

Text Example


Text Example

White with #F42472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F42472; }

 p { color: rgb(244,36,114); }

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

background-color css

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

 a { background-color: rgb(244,36,114); }

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

border-color css

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

 span { border-color: rgb(244,36,114); }

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