Html Css Color HEX #F22580 Deep Cerise

📋 copy color: '#F22580'

red 242 ◦ green 37 ◦ blue 128

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

Shades of Deep Cerise #F22580

Tints of Deep Cerise #F22580

RGB

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

 GREEN value IS 37 (14.84% from 255) = 9.09%

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

R = 59.46%
G = 9.09%
B = 31.45%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.47

 K value IS 0.05

RGB Variations

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

Color information

#F22580 (or 0xF22580) is known color: Deep Cerise. HEX triplet: F2, 25 and 80. RGB value is (242,37,128). Sum of RGB (Red+Green+Blue) = 242+37+128=407 (53% of max value = 765). Red value is 242 (94.92% from 255 or 59.46% from 407); Green value is 37 (14.84% from 255 or 9.09% from 407); Blue value is 128 (50.39% from 255 or 31.45% from 407); Max value from RGB is 242 - color contains mainly: red. Hex color #F22580 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F22580 is #0DDA7F. Grayscale: #6C6C6C. Windows color (decimal): -907904 or 8398322. OLE color: 8398322.

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

Color convert

RGB 242 37 128 -
CMYK 0 0.85 0.47 0.05
HSL 333.37º 0.89% 0.55% -
HSV(B) 333.37º 0.85% 0.95% -
XYZ 41.18 21.76 22.45 -
YUV 108.67 138.92 223.1 -
System Red Green Blue C M Y K H S L
Decimal 242 37 128 0 0.85 0.47 0.05 333.37 0.89 0.55
Hex F2 25 80 0 55 2F 5 14D 59 37
Octal 362 45 200 0 125 57 5 515 131 67
Binary 11110010 100101 10000000 0 1010101 101111 101 101001101 1011001 110111

Color Harmonies of #F22580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F22580

Black with #F22580

Text Example


Text Example

White with #F22580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F22580; }

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

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

background-color css

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

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

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

border-color css

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

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

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