Html Css Color HEX #F22980 Deep Cerise

📋 copy color: '#F22980'

red 242 ◦ green 41 ◦ blue 128

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

Shades of Deep Cerise #F22980

Tints of Deep Cerise #F22980

RGB

 RED value IS 242 (94.92% from 255) = 58.88%

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

 BLUE value IS 128 (50.39% from 255) = 31.14%

R = 58.88%
G = 9.98%
B = 31.14%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.47

 K value IS 0.05

RGB Variations

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

Color information

#F22980 (or 0xF22980) is known color: Deep Cerise. HEX triplet: F2, 29 and 80. RGB value is (242,41,128). Sum of RGB (Red+Green+Blue) = 242+41+128=411 (54% of max value = 765). Red value is 242 (94.92% from 255 or 58.88% from 411); Green value is 41 (16.41% from 255 or 9.98% from 411); Blue value is 128 (50.39% from 255 or 31.14% from 411); Max value from RGB is 242 - color contains mainly: red. Hex color #F22980 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F22980 is #0DD67F. Grayscale: #6E6E6E. Windows color (decimal): -906880 or 8399346. OLE color: 8399346.

HSL color Cylindrical-coordinate representation of color #F22980: hue angle of 334.03º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F22980 is Cyan = 0, Magento = 0.83, Yellow = 0.47 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 41 128 -
CMYK 0 0.83 0.47 0.05
HSL 334.03º 0.89% 0.55% -
HSV(B) 334.03º 0.83% 0.95% -
XYZ 41.31 22.02 22.5 -
YUV 111.02 137.59 221.43 -
System Red Green Blue C M Y K H S L
Decimal 242 41 128 0 0.83 0.47 0.05 334.03 0.89 0.55
Hex F2 29 80 0 53 2F 5 14E 59 37
Octal 362 51 200 0 123 57 5 516 131 67
Binary 11110010 101001 10000000 0 1010011 101111 101 101001110 1011001 110111

Color Harmonies of #F22980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F22980

Black with #F22980

Text Example


Text Example

White with #F22980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F22980; }

 p { color: rgb(242,41,128); }

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

background-color css

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

 a { background-color: rgb(242,41,128); }

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

border-color css

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

 span { border-color: rgb(242,41,128); }

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