Html Css Color HEX #F21579 Deep Pink

📋 copy color: '#F21579'

red 242 ◦ green 21 ◦ blue 121

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

Shades of Deep Pink #F21579

Tints of Deep Pink #F21579

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.47%

 BLUE value IS 121 (47.66% from 255) = 31.51%

R = 63.02%
G = 5.47%
B = 31.51%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.50

 K value IS 0.05

RGB Variations

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

Color information

#F21579 (or 0xF21579) is known color: Deep Pink. HEX triplet: F2, 15 and 79. RGB value is (242,21,121). Sum of RGB (Red+Green+Blue) = 242+21+121=384 (50% of max value = 765). Red value is 242 (94.92% from 255 or 63.02% from 384); Green value is 21 (8.59% from 255 or 5.47% from 384); Blue value is 121 (47.66% from 255 or 31.51% from 384); Max value from RGB is 242 - color contains mainly: red. Hex color #F21579 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F21579 is #0DEA86. Grayscale: #626262. Windows color (decimal): -912007 or 7935474. OLE color: 7935474.

HSL color Cylindrical-coordinate representation of color #F21579: hue angle of 332.85º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F21579 is Cyan = 0, Magento = 0.91, Yellow = 0.50 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 21 121 -
CMYK 0 0.91 0.50 0.05
HSL 332.85º 0.89% 0.52% -
HSV(B) 332.85º 0.91% 0.95% -
XYZ 40.34 20.79 19.98 -
YUV 98.48 140.72 230.37 -
System Red Green Blue C M Y K H S L
Decimal 242 21 121 0 0.91 0.50 0.05 332.85 0.89 0.52
Hex F2 15 79 0 5B 32 5 14D 59 34
Octal 362 25 171 0 133 62 5 515 131 64
Binary 11110010 10101 1111001 0 1011011 110010 101 101001101 1011001 110100

Color Harmonies of #F21579

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F21579

Black with #F21579

Text Example


Text Example

White with #F21579

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F21579; }

 p { color: rgb(242,21,121); }

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

background-color css

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

 a { background-color: rgb(242,21,121); }

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

border-color css

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

 span { border-color: rgb(242,21,121); }

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