Html Css Color HEX #F21E8D Deep Pink

📋 copy color: '#F21E8D'

red 242 ◦ green 30 ◦ blue 141

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

Shades of Deep Pink #F21E8D

Tints of Deep Pink #F21E8D

RGB

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

 GREEN value IS 30 (12.11% from 255) = 7.26%

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

R = 58.6%
G = 7.26%
B = 34.14%

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

#F21E8D (or 0xF21E8D) is known color: Deep Pink. HEX triplet: F2, 1E and 8D. RGB value is (242,30,141). Sum of RGB (Red+Green+Blue) = 242+30+141=413 (54% of max value = 765). Red value is 242 (94.92% from 255 or 58.60% from 413); Green value is 30 (12.11% from 255 or 7.26% from 413); Blue value is 141 (55.47% from 255 or 34.14% from 413); Max value from RGB is 242 - color contains mainly: red. Hex color #F21E8D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F21E8D is #0DE172. Grayscale: #696969. Windows color (decimal): -909683 or 9248498. OLE color: 9248498.

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

Color convert

RGB 242 30 141 -
CMYK 0 0.88 0.42 0.05
HSL 328.58º 0.89% 0.53% -
HSV(B) 328.58º 0.88% 0.95% -
XYZ 41.89 21.73 27.19 -
YUV 106.04 147.74 224.97 -
System Red Green Blue C M Y K H S L
Decimal 242 30 141 0 0.88 0.42 0.05 328.58 0.89 0.53
Hex F2 1E 8D 0 58 2A 5 149 59 35
Octal 362 36 215 0 130 52 5 511 131 65
Binary 11110010 11110 10001101 0 1011000 101010 101 101001001 1011001 110101

Color Harmonies of #F21E8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F21E8D

Black with #F21E8D

Text Example


Text Example

White with #F21E8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F21E8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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