Html Css Color HEX #F02982 Deep Cerise

📋 copy color: '#F02982'

red 240 ◦ green 41 ◦ blue 130

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

Shades of Deep Cerise #F02982

Tints of Deep Cerise #F02982

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 31.63%

R = 58.39%
G = 9.98%
B = 31.63%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.46

 K value IS 0.06

RGB Variations

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

Color information

#F02982 (or 0xF02982) is known color: Deep Cerise. HEX triplet: F0, 29 and 82. RGB value is (240,41,130). Sum of RGB (Red+Green+Blue) = 240+41+130=411 (54% of max value = 765). Red value is 240 (94.14% from 255 or 58.39% from 411); Green value is 41 (16.41% from 255 or 9.98% from 411); Blue value is 130 (51.17% from 255 or 31.63% from 411); Max value from RGB is 240 - color contains mainly: red. Hex color #F02982 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F02982 is #0FD67D. Grayscale: #6E6E6E. Windows color (decimal): -1037950 or 8530416. OLE color: 8530416.

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

Color convert

RGB 240 41 130 -
CMYK 0 0.83 0.46 0.06
HSL 333.17º 0.87% 0.55% -
HSV(B) 333.17º 0.83% 0.94% -
XYZ 40.76 21.72 23.16 -
YUV 110.65 138.93 220.26 -
System Red Green Blue C M Y K H S L
Decimal 240 41 130 0 0.83 0.46 0.06 333.17 0.87 0.55
Hex F0 29 82 0 53 2E 6 14D 57 37
Octal 360 51 202 0 123 56 6 515 127 67
Binary 11110000 101001 10000010 0 1010011 101110 110 101001101 1010111 110111

Color Harmonies of #F02982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F02982

Black with #F02982

Text Example


Text Example

White with #F02982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F02982; }

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

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

background-color css

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

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

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

border-color css

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

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

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