Html Css Color HEX #F22880 Deep Cerise

📋 copy color: '#F22880'

red 242 ◦ green 40 ◦ blue 128

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

Shades of Deep Cerise #F22880

Tints of Deep Cerise #F22880

RGB

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

 GREEN value IS 40 (16.02% from 255) = 9.76%

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

R = 59.02%
G = 9.76%
B = 31.22%

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

#F22880 (or 0xF22880) is known color: Deep Cerise. HEX triplet: F2, 28 and 80. RGB value is (242,40,128). Sum of RGB (Red+Green+Blue) = 242+40+128=410 (54% of max value = 765). Red value is 242 (94.92% from 255 or 59.02% from 410); Green value is 40 (16.02% from 255 or 9.76% from 410); Blue value is 128 (50.39% from 255 or 31.22% from 410); Max value from RGB is 242 - color contains mainly: red. Hex color #F22880 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F22880 is #0DD77F. Grayscale: #6E6E6E. Windows color (decimal): -907136 or 8399090. OLE color: 8399090.

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

Color convert

RGB 242 40 128 -
CMYK 0 0.83 0.47 0.05
HSL 333.86º 0.89% 0.55% -
HSV(B) 333.86º 0.83% 0.95% -
XYZ 41.27 21.95 22.48 -
YUV 110.43 137.92 221.84 -
System Red Green Blue C M Y K H S L
Decimal 242 40 128 0 0.83 0.47 0.05 333.86 0.89 0.55
Hex F2 28 80 0 53 2F 5 14E 59 37
Octal 362 50 200 0 123 57 5 516 131 67
Binary 11110010 101000 10000000 0 1010011 101111 101 101001110 1011001 110111

Color Harmonies of #F22880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F22880

Black with #F22880

Text Example


Text Example

White with #F22880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F22880; }

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

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

background-color css

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

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

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

border-color css

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

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

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