Html Css Color HEX #F21E7A Deep Pink

📋 copy color: '#F21E7A'

red 242 ◦ green 30 ◦ blue 122

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

Shades of Deep Pink #F21E7A

Tints of Deep Pink #F21E7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 30.96%

R = 61.42%
G = 7.61%
B = 30.96%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.50

 K value IS 0.05

RGB Variations

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

Color information

#F21E7A (or 0xF21E7A) is known color: Deep Pink. HEX triplet: F2, 1E and 7A. RGB value is (242,30,122). Sum of RGB (Red+Green+Blue) = 242+30+122=394 (52% of max value = 765). Red value is 242 (94.92% from 255 or 61.42% from 394); Green value is 30 (12.11% from 255 or 7.61% from 394); Blue value is 122 (48.05% from 255 or 30.96% from 394); Max value from RGB is 242 - color contains mainly: red. Hex color #F21E7A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F21E7A is #0DE185. Grayscale: #676767. Windows color (decimal): -909702 or 8003314. OLE color: 8003314.

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

Color convert

RGB 242 30 122 -
CMYK 0 0.88 0.50 0.05
HSL 333.96º 0.89% 0.53% -
HSV(B) 333.96º 0.88% 0.95% -
XYZ 40.6 21.21 20.37 -
YUV 103.88 138.24 226.52 -
System Red Green Blue C M Y K H S L
Decimal 242 30 122 0 0.88 0.50 0.05 333.96 0.89 0.53
Hex F2 1E 7A 0 58 32 5 14E 59 35
Octal 362 36 172 0 130 62 5 516 131 65
Binary 11110010 11110 1111010 0 1011000 110010 101 101001110 1011001 110101

Color Harmonies of #F21E7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F21E7A

Black with #F21E7A

Text Example


Text Example

White with #F21E7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F21E7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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