Html Css Color HEX #F72379 Deep Pink

📋 copy color: '#F72379'

red 247 ◦ green 35 ◦ blue 121

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

Shades of Deep Pink #F72379

Tints of Deep Pink #F72379

RGB

 RED value IS 247 (96.88% from 255) = 61.29%

 GREEN value IS 35 (14.06% from 255) = 8.68%

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

R = 61.29%
G = 8.68%
B = 30.02%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.51

 K value IS 0.03

RGB Variations

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

Color information

#F72379 (or 0xF72379) is known color: Deep Pink. HEX triplet: F7, 23 and 79. RGB value is (247,35,121). Sum of RGB (Red+Green+Blue) = 247+35+121=403 (53% of max value = 765). Red value is 247 (96.88% from 255 or 61.29% from 403); Green value is 35 (14.06% from 255 or 8.68% from 403); Blue value is 121 (47.66% from 255 or 30.02% from 403); Max value from RGB is 247 - color contains mainly: red. Hex color #F72379 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F72379 is #08DC86. Grayscale: #6C6C6C. Windows color (decimal): -580743 or 7939063. OLE color: 7939063.

HSL color Cylindrical-coordinate representation of color #F72379: hue angle of 335.66º degrees, saturation: 0.93, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F72379 is Cyan = 0, Magento = 0.86, Yellow = 0.51 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 35 121 -
CMYK 0 0.86 0.51 0.03
HSL 335.66º 0.93% 0.55% -
HSV(B) 335.66º 0.86% 0.97% -
XYZ 42.41 22.36 20.17 -
YUV 108.19 135.24 227.01 -
System Red Green Blue C M Y K H S L
Decimal 247 35 121 0 0.86 0.51 0.03 335.66 0.93 0.55
Hex F7 23 79 0 56 33 3 150 5D 37
Octal 367 43 171 0 126 63 3 520 135 67
Binary 11110111 100011 1111001 0 1010110 110011 11 101010000 1011101 110111

Color Harmonies of #F72379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F72379

Black with #F72379

Text Example


Text Example

White with #F72379

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F72379; }

 p { color: rgb(247,35,121); }

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

background-color css

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

 a { background-color: rgb(247,35,121); }

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

border-color css

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

 span { border-color: rgb(247,35,121); }

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