Html Css Color HEX #F02F76 Cerise

📋 copy color: '#F02F76'

red 240 ◦ green 47 ◦ blue 118

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

Shades of Cerise #F02F76

Tints of Cerise #F02F76

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 29.14%

R = 59.26%
G = 11.6%
B = 29.14%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.51

 K value IS 0.06

RGB Variations

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

Color information

#F02F76 (or 0xF02F76) is known color: Cerise. HEX triplet: F0, 2F and 76. RGB value is (240,47,118). Sum of RGB (Red+Green+Blue) = 240+47+118=405 (53% of max value = 765). Red value is 240 (94.14% from 255 or 59.26% from 405); Green value is 47 (18.75% from 255 or 11.60% from 405); Blue value is 118 (46.48% from 255 or 29.14% from 405); Max value from RGB is 240 - color contains mainly: red. Hex color #F02F76 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F02F76 is #0FD089. Grayscale: #707070. Windows color (decimal): -1036426 or 7745520. OLE color: 7745520.

HSL color Cylindrical-coordinate representation of color #F02F76: hue angle of 337.93º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F02F76 is Cyan = 0, Magento = 0.80, Yellow = 0.51 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 47 118 -
CMYK 0 0.80 0.51 0.06
HSL 337.93º 0.87% 0.56% -
HSV(B) 337.93º 0.8% 0.94% -
XYZ 40.22 21.87 19.24 -
YUV 112.8 130.94 218.73 -
System Red Green Blue C M Y K H S L
Decimal 240 47 118 0 0.80 0.51 0.06 337.93 0.87 0.56
Hex F0 2F 76 0 50 33 6 152 57 38
Octal 360 57 166 0 120 63 6 522 127 70
Binary 11110000 101111 1110110 0 1010000 110011 110 101010010 1010111 111000

Color Harmonies of #F02F76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F02F76

Black with #F02F76

Text Example


Text Example

White with #F02F76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F02F76; }

 p { color: rgb(240,47,118); }

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

background-color css

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

 a { background-color: rgb(240,47,118); }

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

border-color css

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

 span { border-color: rgb(240,47,118); }

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