Html Css Color HEX #F70976 Deep Pink

📋 copy color: '#F70976'

red 247 ◦ green 9 ◦ blue 118

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

Shades of Deep Pink #F70976

Tints of Deep Pink #F70976

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 31.55%

R = 66.04%
G = 2.41%
B = 31.55%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.52

 K value IS 0.03

RGB Variations

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

Color information

#F70976 (or 0xF70976) is known color: Deep Pink. HEX triplet: F7, 09 and 76. RGB value is (247,9,118). Sum of RGB (Red+Green+Blue) = 247+9+118=374 (49% of max value = 765). Red value is 247 (96.88% from 255 or 66.04% from 374); Green value is 9 (3.91% from 255 or 2.41% from 374); Blue value is 118 (46.48% from 255 or 31.55% from 374); Max value from RGB is 247 - color contains mainly: red. Hex color #F70976 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F70976 is #08F689. Grayscale: #5C5C5C. Windows color (decimal): -587402 or 7735799. OLE color: 7735799.

HSL color Cylindrical-coordinate representation of color #F70976: hue angle of 332.52º 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 #F70976 is Cyan = 0, Magento = 0.96, Yellow = 0.52 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 9 118 -
CMYK 0 0.96 0.52 0.03
HSL 332.52º 0.94% 0.5% -
HSV(B) 332.52º 0.96% 0.97% -
XYZ 41.73 21.28 19.05 -
YUV 92.59 142.35 238.14 -
System Red Green Blue C M Y K H S L
Decimal 247 9 118 0 0.96 0.52 0.03 332.52 0.94 0.5
Hex F7 9 76 0 60 34 3 14D 5E 32
Octal 367 11 166 0 140 64 3 515 136 62
Binary 11110111 1001 1110110 0 1100000 110100 11 101001101 1011110 110010

Color Harmonies of #F70976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F70976

Black with #F70976

Text Example


Text Example

White with #F70976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F70976; }

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

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

background-color css

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

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

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

border-color css

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

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

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