Html Css Color HEX #F32F72 Cerise

📋 copy color: '#F32F72'

red 243 ◦ green 47 ◦ blue 114

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

Shades of Cerise #F32F72

Tints of Cerise #F32F72

RGB

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

 GREEN value IS 47 (18.75% from 255) = 11.63%

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

R = 60.15%
G = 11.63%
B = 28.22%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.53

 K value IS 0.05

RGB Variations

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

Color information

#F32F72 (or 0xF32F72) is known color: Cerise. HEX triplet: F3, 2F and 72. RGB value is (243,47,114). Sum of RGB (Red+Green+Blue) = 243+47+114=404 (53% of max value = 765). Red value is 243 (95.31% from 255 or 60.15% from 404); Green value is 47 (18.75% from 255 or 11.63% from 404); Blue value is 114 (44.92% from 255 or 28.22% from 404); Max value from RGB is 243 - color contains mainly: red. Hex color #F32F72 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F32F72 is #0CD08D. Grayscale: #717171. Windows color (decimal): -839822 or 7483379. OLE color: 7483379.

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

Color convert

RGB 243 47 114 -
CMYK 0 0.81 0.53 0.05
HSL 339.49º 0.89% 0.57% -
HSV(B) 339.49º 0.81% 0.95% -
XYZ 41.02 22.3 18.06 -
YUV 113.24 128.43 220.55 -
System Red Green Blue C M Y K H S L
Decimal 243 47 114 0 0.81 0.53 0.05 339.49 0.89 0.57
Hex F3 2F 72 0 51 35 5 153 59 39
Octal 363 57 162 0 121 65 5 523 131 71
Binary 11110011 101111 1110010 0 1010001 110101 101 101010011 1011001 111001

Color Harmonies of #F32F72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F32F72

Black with #F32F72

Text Example


Text Example

White with #F32F72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F32F72; }

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

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

background-color css

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

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

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

border-color css

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

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

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