Html Css Color HEX #F70979 Deep Pink

📋 copy color: '#F70979'

red 247 ◦ green 9 ◦ blue 121

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

Shades of Deep Pink #F70979

Tints of Deep Pink #F70979

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.39%

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

R = 65.52%
G = 2.39%
B = 32.1%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.51

 K value IS 0.03

RGB Variations

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

Color information

#F70979 (or 0xF70979) is known color: Deep Pink. HEX triplet: F7, 09 and 79. RGB value is (247,9,121). Sum of RGB (Red+Green+Blue) = 247+9+121=377 (49% of max value = 765). Red value is 247 (96.88% from 255 or 65.52% from 377); Green value is 9 (3.91% from 255 or 2.39% from 377); Blue value is 121 (47.66% from 255 or 32.10% from 377); Max value from RGB is 247 - color contains mainly: red. Hex color #F70979 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F70979 is #08F686. Grayscale: #5C5C5C. Windows color (decimal): -587399 or 7932407. OLE color: 7932407.

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

Color convert

RGB 247 9 121 -
CMYK 0 0.96 0.51 0.03
HSL 331.76º 0.94% 0.5% -
HSV(B) 331.76º 0.96% 0.97% -
XYZ 41.91 21.35 20 -
YUV 92.93 143.85 237.89 -
System Red Green Blue C M Y K H S L
Decimal 247 9 121 0 0.96 0.51 0.03 331.76 0.94 0.5
Hex F7 9 79 0 60 33 3 14C 5E 32
Octal 367 11 171 0 140 63 3 514 136 62
Binary 11110111 1001 1111001 0 1100000 110011 11 101001100 1011110 110010

Color Harmonies of #F70979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F70979

Black with #F70979

Text Example


Text Example

White with #F70979

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F70979; }

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

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

background-color css

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

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

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

border-color css

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

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

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