Html Css Color HEX #F02976 Cerise

📋 copy color: '#F02976'

red 240 ◦ green 41 ◦ blue 118

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

Shades of Cerise #F02976

Tints of Cerise #F02976

RGB

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

 GREEN value IS 41 (16.41% from 255) = 10.28%

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

R = 60.15%
G = 10.28%
B = 29.57%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.51

 K value IS 0.06

RGB Variations

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

Color information

#F02976 (or 0xF02976) is known color: Cerise. HEX triplet: F0, 29 and 76. RGB value is (240,41,118). Sum of RGB (Red+Green+Blue) = 240+41+118=399 (52% of max value = 765). Red value is 240 (94.14% from 255 or 60.15% from 399); Green value is 41 (16.41% from 255 or 10.28% from 399); Blue value is 118 (46.48% from 255 or 29.57% from 399); Max value from RGB is 240 - color contains mainly: red. Hex color #F02976 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F02976 is #0FD689. Grayscale: #6D6D6D. Windows color (decimal): -1037962 or 7743984. OLE color: 7743984.

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

Color convert

RGB 240 41 118 -
CMYK 0 0.83 0.51 0.06
HSL 336.78º 0.87% 0.55% -
HSV(B) 336.78º 0.83% 0.94% -
XYZ 40 21.42 19.17 -
YUV 109.28 132.93 221.24 -
System Red Green Blue C M Y K H S L
Decimal 240 41 118 0 0.83 0.51 0.06 336.78 0.87 0.55
Hex F0 29 76 0 53 33 6 151 57 37
Octal 360 51 166 0 123 63 6 521 127 67
Binary 11110000 101001 1110110 0 1010011 110011 110 101010001 1010111 110111

Color Harmonies of #F02976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F02976

Black with #F02976

Text Example


Text Example

White with #F02976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F02976; }

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

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

background-color css

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

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

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

border-color css

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

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

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