Html Css Color HEX #F02978 Deep Cerise

📋 copy color: '#F02978'

red 240 ◦ green 41 ◦ blue 120

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

Shades of Deep Cerise #F02978

Tints of Deep Cerise #F02978

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 29.93%

R = 59.85%
G = 10.22%
B = 29.93%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.5

 K value IS 0.06

RGB Variations

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

Color information

#F02978 (or 0xF02978) is known color: Deep Cerise. HEX triplet: F0, 29 and 78. RGB value is (240,41,120). Sum of RGB (Red+Green+Blue) = 240+41+120=401 (53% of max value = 765). Red value is 240 (94.14% from 255 or 59.85% from 401); Green value is 41 (16.41% from 255 or 10.22% from 401); Blue value is 120 (47.27% from 255 or 29.93% from 401); Max value from RGB is 240 - color contains mainly: red. Hex color #F02978 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F02978 is #0FD687. Grayscale: #6D6D6D. Windows color (decimal): -1037960 or 7875056. OLE color: 7875056.

HSL color Cylindrical-coordinate representation of color #F02978: hue angle of 336.18º 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 #F02978 is Cyan = 0, Magento = 0.83, Yellow = 0.5 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 41 120 -
CMYK 0 0.83 0.5 0.06
HSL 336.18º 0.87% 0.55% -
HSV(B) 336.18º 0.83% 0.94% -
XYZ 40.12 21.47 19.8 -
YUV 109.51 133.93 221.08 -
System Red Green Blue C M Y K H S L
Decimal 240 41 120 0 0.83 0.5 0.06 336.18 0.87 0.55
Hex F0 29 78 0 53 32 6 150 57 37
Octal 360 51 170 0 123 62 6 520 127 67
Binary 11110000 101001 1111000 0 1010011 110010 110 101010000 1010111 110111

Color Harmonies of #F02978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F02978

Black with #F02978

Text Example


Text Example

White with #F02978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F02978; }

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

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

background-color css

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

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

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

border-color css

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

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

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