Html Css Color HEX #F21188 Deep Pink

📋 copy color: '#F21188'

red 242 ◦ green 17 ◦ blue 136

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

Shades of Deep Pink #F21188

Tints of Deep Pink #F21188

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.3%

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

R = 61.27%
G = 4.3%
B = 34.43%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.44

 K value IS 0.05

RGB Variations

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

Color information

#F21188 (or 0xF21188) is known color: Deep Pink. HEX triplet: F2, 11 and 88. RGB value is (242,17,136). Sum of RGB (Red+Green+Blue) = 242+17+136=395 (52% of max value = 765). Red value is 242 (94.92% from 255 or 61.27% from 395); Green value is 17 (7.03% from 255 or 4.30% from 395); Blue value is 136 (53.52% from 255 or 34.43% from 395); Max value from RGB is 242 - color contains mainly: red. Hex color #F21188 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F21188 is #0DEE77. Grayscale: #616161. Windows color (decimal): -913016 or 8917490. OLE color: 8917490.

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

Color convert

RGB 242 17 136 -
CMYK 0 0.93 0.44 0.05
HSL 328.27º 0.9% 0.51% -
HSV(B) 328.27º 0.93% 0.95% -
XYZ 41.26 21.06 25.18 -
YUV 97.84 149.54 230.82 -
System Red Green Blue C M Y K H S L
Decimal 242 17 136 0 0.93 0.44 0.05 328.27 0.9 0.51
Hex F2 11 88 0 5D 2C 5 148 5A 33
Octal 362 21 210 0 135 54 5 510 132 63
Binary 11110010 10001 10001000 0 1011101 101100 101 101001000 1011010 110011

Color Harmonies of #F21188

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F21188

Black with #F21188

Text Example


Text Example

White with #F21188

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F21188; }

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

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

background-color css

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

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

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

border-color css

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

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

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