Html Css Color HEX #F21D8E Deep Pink

📋 copy color: '#F21D8E'

red 242 ◦ green 29 ◦ blue 142

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

Shades of Deep Pink #F21D8E

Tints of Deep Pink #F21D8E

RGB

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

 GREEN value IS 29 (11.72% from 255) = 7.02%

 BLUE value IS 142 (55.86% from 255) = 34.38%

R = 58.6%
G = 7.02%
B = 34.38%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.41

 K value IS 0.05

RGB Variations

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

Color information

#F21D8E (or 0xF21D8E) is known color: Deep Pink. HEX triplet: F2, 1D and 8E. RGB value is (242,29,142). Sum of RGB (Red+Green+Blue) = 242+29+142=413 (54% of max value = 765). Red value is 242 (94.92% from 255 or 58.60% from 413); Green value is 29 (11.72% from 255 or 7.02% from 413); Blue value is 142 (55.86% from 255 or 34.38% from 413); Max value from RGB is 242 - color contains mainly: red. Hex color #F21D8E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F21D8E is #0DE271. Grayscale: #696969. Windows color (decimal): -909938 or 9313778. OLE color: 9313778.

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

Color convert

RGB 242 29 142 -
CMYK 0 0.88 0.41 0.05
HSL 328.17º 0.89% 0.53% -
HSV(B) 328.17º 0.88% 0.95% -
XYZ 41.94 21.71 27.57 -
YUV 105.57 148.57 225.31 -
System Red Green Blue C M Y K H S L
Decimal 242 29 142 0 0.88 0.41 0.05 328.17 0.89 0.53
Hex F2 1D 8E 0 58 29 5 148 59 35
Octal 362 35 216 0 130 51 5 510 131 65
Binary 11110010 11101 10001110 0 1011000 101001 101 101001000 1011001 110101

Color Harmonies of #F21D8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F21D8E

Black with #F21D8E

Text Example


Text Example

White with #F21D8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F21D8E; }

 p { color: rgb(242,29,142); }

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

background-color css

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

 a { background-color: rgb(242,29,142); }

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

border-color css

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

 span { border-color: rgb(242,29,142); }

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