Html Css Color HEX #F32472 Cerise

📋 copy color: '#F32472'

red 243 ◦ green 36 ◦ blue 114

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

Shades of Cerise #F32472

Tints of Cerise #F32472

RGB

 RED value IS 243 (95.31% from 255) = 61.83%

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

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

R = 61.83%
G = 9.16%
B = 29.01%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.53

 K value IS 0.05

RGB Variations

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

Color information

#F32472 (or 0xF32472) is known color: Cerise. HEX triplet: F3, 24 and 72. RGB value is (243,36,114). Sum of RGB (Red+Green+Blue) = 243+36+114=393 (52% of max value = 765). Red value is 243 (95.31% from 255 or 61.83% from 393); Green value is 36 (14.45% from 255 or 9.16% from 393); Blue value is 114 (44.92% from 255 or 29.01% from 393); Max value from RGB is 243 - color contains mainly: red. Hex color #F32472 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F32472 is #0CDB8D. Grayscale: #6A6A6A. Windows color (decimal): -842638 or 7480563. OLE color: 7480563.

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

Color convert

RGB 243 36 114 -
CMYK 0 0.85 0.53 0.05
HSL 337.39º 0.9% 0.55% -
HSV(B) 337.39º 0.85% 0.95% -
XYZ 40.63 21.53 17.93 -
YUV 106.79 132.08 225.16 -
System Red Green Blue C M Y K H S L
Decimal 243 36 114 0 0.85 0.53 0.05 337.39 0.9 0.55
Hex F3 24 72 0 55 35 5 151 5A 37
Octal 363 44 162 0 125 65 5 521 132 67
Binary 11110011 100100 1110010 0 1010101 110101 101 101010001 1011010 110111

Color Harmonies of #F32472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F32472

Black with #F32472

Text Example


Text Example

White with #F32472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F32472; }

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

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

background-color css

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

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

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

border-color css

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

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

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