Html Css Color HEX #F70978 Deep Pink

📋 copy color: '#F70978'

red 247 ◦ green 9 ◦ blue 120

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

Shades of Deep Pink #F70978

Tints of Deep Pink #F70978

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 31.91%

R = 65.69%
G = 2.39%
B = 31.91%

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

#F70978 (or 0xF70978) is known color: Deep Pink. HEX triplet: F7, 09 and 78. RGB value is (247,9,120). Sum of RGB (Red+Green+Blue) = 247+9+120=376 (49% of max value = 765). Red value is 247 (96.88% from 255 or 65.69% from 376); Green value is 9 (3.91% from 255 or 2.39% from 376); Blue value is 120 (47.27% from 255 or 31.91% from 376); Max value from RGB is 247 - color contains mainly: red. Hex color #F70978 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F70978 is #08F687. Grayscale: #5C5C5C. Windows color (decimal): -587400 or 7866871. OLE color: 7866871.

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

Color convert

RGB 247 9 120 -
CMYK 0 0.96 0.51 0.03
HSL 332.02º 0.94% 0.5% -
HSV(B) 332.02º 0.96% 0.97% -
XYZ 41.85 21.33 19.68 -
YUV 92.82 143.35 237.97 -
System Red Green Blue C M Y K H S L
Decimal 247 9 120 0 0.96 0.51 0.03 332.02 0.94 0.5
Hex F7 9 78 0 60 33 3 14C 5E 32
Octal 367 11 170 0 140 63 3 514 136 62
Binary 11110111 1001 1111000 0 1100000 110011 11 101001100 1011110 110010

Color Harmonies of #F70978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F70978

Black with #F70978

Text Example


Text Example

White with #F70978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F70978; }

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

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

background-color css

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

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

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

border-color css

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

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

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