Html Css Color HEX #F22588 Deep Pink

📋 copy color: '#F22588'

red 242 ◦ green 37 ◦ blue 136

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

Shades of Deep Pink #F22588

Tints of Deep Pink #F22588

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 32.77%

R = 58.31%
G = 8.92%
B = 32.77%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.44

 K value IS 0.05

RGB Variations

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

Color information

#F22588 (or 0xF22588) is known color: Deep Pink. HEX triplet: F2, 25 and 88. RGB value is (242,37,136). Sum of RGB (Red+Green+Blue) = 242+37+136=415 (54% of max value = 765). Red value is 242 (94.92% from 255 or 58.31% from 415); Green value is 37 (14.84% from 255 or 8.92% from 415); Blue value is 136 (53.52% from 255 or 32.77% from 415); Max value from RGB is 242 - color contains mainly: red. Hex color #F22588 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F22588 is #0DDA77. Grayscale: #6D6D6D. Windows color (decimal): -907896 or 8922610. OLE color: 8922610.

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

Color convert

RGB 242 37 136 -
CMYK 0 0.85 0.44 0.05
HSL 331.02º 0.89% 0.55% -
HSV(B) 331.02º 0.85% 0.95% -
XYZ 41.72 21.98 25.34 -
YUV 109.58 142.92 222.45 -
System Red Green Blue C M Y K H S L
Decimal 242 37 136 0 0.85 0.44 0.05 331.02 0.89 0.55
Hex F2 25 88 0 55 2C 5 14B 59 37
Octal 362 45 210 0 125 54 5 513 131 67
Binary 11110010 100101 10001000 0 1010101 101100 101 101001011 1011001 110111

Color Harmonies of #F22588

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F22588

Black with #F22588

Text Example


Text Example

White with #F22588

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F22588; }

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

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

background-color css

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

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

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

border-color css

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

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

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