Html Css Color HEX #F21D79 Deep Pink

📋 copy color: '#F21D79'

red 242 ◦ green 29 ◦ blue 121

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

Shades of Deep Pink #F21D79

Tints of Deep Pink #F21D79

RGB

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

 GREEN value IS 29 (11.72% from 255) = 7.4%

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

R = 61.73%
G = 7.4%
B = 30.87%

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

#F21D79 (or 0xF21D79) is known color: Deep Pink. HEX triplet: F2, 1D and 79. RGB value is (242,29,121). Sum of RGB (Red+Green+Blue) = 242+29+121=392 (51% of max value = 765). Red value is 242 (94.92% from 255 or 61.73% from 392); Green value is 29 (11.72% from 255 or 7.40% from 392); Blue value is 121 (47.66% from 255 or 30.87% from 392); Max value from RGB is 242 - color contains mainly: red. Hex color #F21D79 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F21D79 is #0DE286. Grayscale: #676767. Windows color (decimal): -909959 or 7937522. OLE color: 7937522.

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

Color convert

RGB 242 29 121 -
CMYK 0 0.88 0.50 0.05
HSL 334.08º 0.89% 0.53% -
HSV(B) 334.08º 0.88% 0.95% -
XYZ 40.51 21.14 20.03 -
YUV 103.18 138.07 227.02 -
System Red Green Blue C M Y K H S L
Decimal 242 29 121 0 0.88 0.50 0.05 334.08 0.89 0.53
Hex F2 1D 79 0 58 32 5 14E 59 35
Octal 362 35 171 0 130 62 5 516 131 65
Binary 11110010 11101 1111001 0 1011000 110010 101 101001110 1011001 110101

Color Harmonies of #F21D79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F21D79

Black with #F21D79

Text Example


Text Example

White with #F21D79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F21D79; }

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

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

background-color css

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

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

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

border-color css

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

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

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