Html Css Color HEX #F70579 Deep Pink

📋 copy color: '#F70579'

red 247 ◦ green 5 ◦ blue 121

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

Shades of Deep Pink #F70579

Tints of Deep Pink #F70579

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.34%

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

R = 66.22%
G = 1.34%
B = 32.44%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.51

 K value IS 0.03

RGB Variations

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

Color information

#F70579 (or 0xF70579) is known color: Deep Pink. HEX triplet: F7, 05 and 79. RGB value is (247,5,121). Sum of RGB (Red+Green+Blue) = 247+5+121=373 (49% of max value = 765). Red value is 247 (96.88% from 255 or 66.22% from 373); Green value is 5 (2.34% from 255 or 1.34% from 373); Blue value is 121 (47.66% from 255 or 32.44% from 373); Max value from RGB is 247 - color contains mainly: red. Hex color #F70579 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F70579 is #08FA86. Grayscale: #5A5A5A. Windows color (decimal): -588423 or 7931383. OLE color: 7931383.

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

Color convert

RGB 247 5 121 -
CMYK 0 0.98 0.51 0.03
HSL 331.24º 0.96% 0.49% -
HSV(B) 331.24º 0.98% 0.97% -
XYZ 41.86 21.26 19.99 -
YUV 90.58 145.17 239.57 -
System Red Green Blue C M Y K H S L
Decimal 247 5 121 0 0.98 0.51 0.03 331.24 0.96 0.49
Hex F7 5 79 0 62 33 3 14B 60 31
Octal 367 5 171 0 142 63 3 513 140 61
Binary 11110111 101 1111001 0 1100010 110011 11 101001011 1100000 110001

Color Harmonies of #F70579

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F70579

Black with #F70579

Text Example


Text Example

White with #F70579

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F70579; }

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

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

background-color css

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

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

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

border-color css

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

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

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