Html Css Color HEX #F21E8E Deep Pink

📋 copy color: '#F21E8E'

red 242 ◦ green 30 ◦ blue 142

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

Shades of Deep Pink #F21E8E

Tints of Deep Pink #F21E8E

RGB

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

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

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

R = 58.45%
G = 7.25%
B = 34.3%

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

#F21E8E (or 0xF21E8E) is known color: Deep Pink. HEX triplet: F2, 1E and 8E. RGB value is (242,30,142). Sum of RGB (Red+Green+Blue) = 242+30+142=414 (54% of max value = 765). Red value is 242 (94.92% from 255 or 58.45% from 414); Green value is 30 (12.11% from 255 or 7.25% from 414); Blue value is 142 (55.86% from 255 or 34.30% from 414); Max value from RGB is 242 - color contains mainly: red. Hex color #F21E8E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F21E8E is #0DE171. Grayscale: #696969. Windows color (decimal): -909682 or 9314034. OLE color: 9314034.

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

Color convert

RGB 242 30 142 -
CMYK 0 0.88 0.41 0.05
HSL 328.3º 0.89% 0.53% -
HSV(B) 328.3º 0.88% 0.95% -
XYZ 41.96 21.76 27.58 -
YUV 106.16 148.24 224.89 -
System Red Green Blue C M Y K H S L
Decimal 242 30 142 0 0.88 0.41 0.05 328.3 0.89 0.53
Hex F2 1E 8E 0 58 29 5 148 59 35
Octal 362 36 216 0 130 51 5 510 131 65
Binary 11110010 11110 10001110 0 1011000 101001 101 101001000 1011001 110101

Color Harmonies of #F21E8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F21E8E

Black with #F21E8E

Text Example


Text Example

White with #F21E8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F21E8E; }

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

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

background-color css

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

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

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

border-color css

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

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

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