Html Css Color HEX #F03372 Cerise

📋 copy color: '#F03372'

red 240 ◦ green 51 ◦ blue 114

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

Shades of Cerise #F03372

Tints of Cerise #F03372

RGB

 RED value IS 240 (94.14% from 255) = 59.26%

 GREEN value IS 51 (20.31% from 255) = 12.59%

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

R = 59.26%
G = 12.59%
B = 28.15%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.52

 K value IS 0.06

RGB Variations

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

Color information

#F03372 (or 0xF03372) is known color: Cerise. HEX triplet: F0, 33 and 72. RGB value is (240,51,114). Sum of RGB (Red+Green+Blue) = 240+51+114=405 (53% of max value = 765). Red value is 240 (94.14% from 255 or 59.26% from 405); Green value is 51 (20.31% from 255 or 12.59% from 405); Blue value is 114 (44.92% from 255 or 28.15% from 405); Max value from RGB is 240 - color contains mainly: red. Hex color #F03372 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F03372 is #0FCC8D. Grayscale: #727272. Windows color (decimal): -1035406 or 7484400. OLE color: 7484400.

HSL color Cylindrical-coordinate representation of color #F03372: hue angle of 340º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F03372 is Cyan = 0, Magento = 0.79, Yellow = 0.52 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 51 114 -
CMYK 0 0.79 0.52 0.06
HSL 340º 0.86% 0.57% -
HSV(B) 340º 0.79% 0.94% -
XYZ 40.16 22.11 18.07 -
YUV 114.69 127.62 217.38 -
System Red Green Blue C M Y K H S L
Decimal 240 51 114 0 0.79 0.52 0.06 340 0.86 0.57
Hex F0 33 72 0 4F 34 6 154 56 39
Octal 360 63 162 0 117 64 6 524 126 71
Binary 11110000 110011 1110010 0 1001111 110100 110 101010100 1010110 111001

Color Harmonies of #F03372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F03372

Black with #F03372

Text Example


Text Example

White with #F03372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F03372; }

 p { color: rgb(240,51,114); }

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

background-color css

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

 a { background-color: rgb(240,51,114); }

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

border-color css

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

 span { border-color: rgb(240,51,114); }

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