Html Css Color HEX #F21D8D Deep Pink

📋 copy color: '#F21D8D'

red 242 ◦ green 29 ◦ blue 141

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

Shades of Deep Pink #F21D8D

Tints of Deep Pink #F21D8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 34.22%

R = 58.74%
G = 7.04%
B = 34.22%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.42

 K value IS 0.05

RGB Variations

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

Color information

#F21D8D (or 0xF21D8D) is known color: Deep Pink. HEX triplet: F2, 1D and 8D. RGB value is (242,29,141). Sum of RGB (Red+Green+Blue) = 242+29+141=412 (54% of max value = 765). Red value is 242 (94.92% from 255 or 58.74% from 412); Green value is 29 (11.72% from 255 or 7.04% from 412); Blue value is 141 (55.47% from 255 or 34.22% from 412); Max value from RGB is 242 - color contains mainly: red. Hex color #F21D8D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F21D8D is #0DE272. Grayscale: #696969. Windows color (decimal): -909939 or 9248242. OLE color: 9248242.

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

Color convert

RGB 242 29 141 -
CMYK 0 0.88 0.42 0.05
HSL 328.45º 0.89% 0.53% -
HSV(B) 328.45º 0.88% 0.95% -
XYZ 41.87 21.68 27.18 -
YUV 105.46 148.07 225.39 -
System Red Green Blue C M Y K H S L
Decimal 242 29 141 0 0.88 0.42 0.05 328.45 0.89 0.53
Hex F2 1D 8D 0 58 2A 5 148 59 35
Octal 362 35 215 0 130 52 5 510 131 65
Binary 11110010 11101 10001101 0 1011000 101010 101 101001000 1011001 110101

Color Harmonies of #F21D8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F21D8D

Black with #F21D8D

Text Example


Text Example

White with #F21D8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F21D8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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