Html Css Color HEX #F22884 Deep Cerise

📋 copy color: '#F22884'

red 242 ◦ green 40 ◦ blue 132

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

Shades of Deep Cerise #F22884

Tints of Deep Cerise #F22884

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 31.88%

R = 58.45%
G = 9.66%
B = 31.88%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.45

 K value IS 0.05

RGB Variations

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

Color information

#F22884 (or 0xF22884) is known color: Deep Cerise. HEX triplet: F2, 28 and 84. RGB value is (242,40,132). Sum of RGB (Red+Green+Blue) = 242+40+132=414 (54% of max value = 765). Red value is 242 (94.92% from 255 or 58.45% from 414); Green value is 40 (16.02% from 255 or 9.66% from 414); Blue value is 132 (51.95% from 255 or 31.88% from 414); Max value from RGB is 242 - color contains mainly: red. Hex color #F22884 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F22884 is #0DD77B. Grayscale: #6E6E6E. Windows color (decimal): -907132 or 8661234. OLE color: 8661234.

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

Color convert

RGB 242 40 132 -
CMYK 0 0.83 0.45 0.05
HSL 332.67º 0.89% 0.55% -
HSV(B) 332.67º 0.83% 0.95% -
XYZ 41.54 22.06 23.9 -
YUV 110.89 139.92 221.52 -
System Red Green Blue C M Y K H S L
Decimal 242 40 132 0 0.83 0.45 0.05 332.67 0.89 0.55
Hex F2 28 84 0 53 2D 5 14D 59 37
Octal 362 50 204 0 123 55 5 515 131 67
Binary 11110010 101000 10000100 0 1010011 101101 101 101001101 1011001 110111

Color Harmonies of #F22884

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F22884

Black with #F22884

Text Example


Text Example

White with #F22884

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F22884; }

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

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

background-color css

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

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

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

border-color css

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

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

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