Html Css Color HEX #F32A72 Cerise

📋 copy color: '#F32A72'

red 243 ◦ green 42 ◦ blue 114

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

Shades of Cerise #F32A72

Tints of Cerise #F32A72

RGB

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

 GREEN value IS 42 (16.8% from 255) = 10.53%

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

R = 60.9%
G = 10.53%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.53

 K value IS 0.05

RGB Variations

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

Color information

#F32A72 (or 0xF32A72) is known color: Cerise. HEX triplet: F3, 2A and 72. RGB value is (243,42,114). Sum of RGB (Red+Green+Blue) = 243+42+114=399 (52% of max value = 765). Red value is 243 (95.31% from 255 or 60.90% from 399); Green value is 42 (16.80% from 255 or 10.53% from 399); Blue value is 114 (44.92% from 255 or 28.57% from 399); Max value from RGB is 243 - color contains mainly: red. Hex color #F32A72 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F32A72 is #0CD58D. Grayscale: #6E6E6E. Windows color (decimal): -841102 or 7482099. OLE color: 7482099.

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

Color convert

RGB 243 42 114 -
CMYK 0 0.83 0.53 0.05
HSL 338.51º 0.89% 0.56% -
HSV(B) 338.51º 0.83% 0.95% -
XYZ 40.83 21.93 18 -
YUV 110.31 130.09 222.65 -
System Red Green Blue C M Y K H S L
Decimal 243 42 114 0 0.83 0.53 0.05 338.51 0.89 0.56
Hex F3 2A 72 0 53 35 5 153 59 38
Octal 363 52 162 0 123 65 5 523 131 70
Binary 11110011 101010 1110010 0 1010011 110101 101 101010011 1011001 111000

Color Harmonies of #F32A72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F32A72

Black with #F32A72

Text Example


Text Example

White with #F32A72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F32A72; }

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

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

background-color css

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

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

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

border-color css

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

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

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