Html Css Color HEX #F21E7D Deep Pink

📋 copy color: '#F21E7D'

red 242 ◦ green 30 ◦ blue 125

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

Shades of Deep Pink #F21E7D

Tints of Deep Pink #F21E7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 31.49%

R = 60.96%
G = 7.56%
B = 31.49%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.48

 K value IS 0.05

RGB Variations

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

Color information

#F21E7D (or 0xF21E7D) is known color: Deep Pink. HEX triplet: F2, 1E and 7D. RGB value is (242,30,125). Sum of RGB (Red+Green+Blue) = 242+30+125=397 (52% of max value = 765). Red value is 242 (94.92% from 255 or 60.96% from 397); Green value is 30 (12.11% from 255 or 7.56% from 397); Blue value is 125 (49.22% from 255 or 31.49% from 397); Max value from RGB is 242 - color contains mainly: red. Hex color #F21E7D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F21E7D is #0DE182. Grayscale: #686868. Windows color (decimal): -909699 or 8199922. OLE color: 8199922.

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

Color convert

RGB 242 30 125 -
CMYK 0 0.88 0.48 0.05
HSL 333.11º 0.89% 0.53% -
HSV(B) 333.11º 0.88% 0.95% -
XYZ 40.78 21.29 21.36 -
YUV 104.22 139.74 226.28 -
System Red Green Blue C M Y K H S L
Decimal 242 30 125 0 0.88 0.48 0.05 333.11 0.89 0.53
Hex F2 1E 7D 0 58 30 5 14D 59 35
Octal 362 36 175 0 130 60 5 515 131 65
Binary 11110010 11110 1111101 0 1011000 110000 101 101001101 1011001 110101

Color Harmonies of #F21E7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F21E7D

Black with #F21E7D

Text Example


Text Example

White with #F21E7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F21E7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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