Html Css Color HEX #F21988 Deep Pink

📋 copy color: '#F21988'

red 242 ◦ green 25 ◦ blue 136

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

Shades of Deep Pink #F21988

Tints of Deep Pink #F21988

RGB

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

 GREEN value IS 25 (10.16% from 255) = 6.2%

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

R = 60.05%
G = 6.2%
B = 33.75%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.44

 K value IS 0.05

RGB Variations

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

Color information

#F21988 (or 0xF21988) is known color: Deep Pink. HEX triplet: F2, 19 and 88. RGB value is (242,25,136). Sum of RGB (Red+Green+Blue) = 242+25+136=403 (53% of max value = 765). Red value is 242 (94.92% from 255 or 60.05% from 403); Green value is 25 (10.16% from 255 or 6.20% from 403); Blue value is 136 (53.52% from 255 or 33.75% from 403); Max value from RGB is 242 - color contains mainly: red. Hex color #F21988 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F21988 is #0DE677. Grayscale: #666666. Windows color (decimal): -910968 or 8919538. OLE color: 8919538.

HSL color Cylindrical-coordinate representation of color #F21988: hue angle of 329.31º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F21988 is Cyan = 0, Magento = 0.90, Yellow = 0.44 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 25 136 -
CMYK 0 0.90 0.44 0.05
HSL 329.31º 0.89% 0.52% -
HSV(B) 329.31º 0.9% 0.95% -
XYZ 41.41 21.35 25.23 -
YUV 102.54 146.89 227.47 -
System Red Green Blue C M Y K H S L
Decimal 242 25 136 0 0.90 0.44 0.05 329.31 0.89 0.52
Hex F2 19 88 0 5A 2C 5 149 59 34
Octal 362 31 210 0 132 54 5 511 131 64
Binary 11110010 11001 10001000 0 1011010 101100 101 101001001 1011001 110100

Color Harmonies of #F21988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F21988

Black with #F21988

Text Example


Text Example

White with #F21988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F21988; }

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

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

background-color css

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

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

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

border-color css

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

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

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