Html Css Color HEX #F70878 Deep Pink

📋 copy color: '#F70878'

red 247 ◦ green 8 ◦ blue 120

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

Shades of Deep Pink #F70878

Tints of Deep Pink #F70878

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.13%

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

R = 65.87%
G = 2.13%
B = 32%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.51

 K value IS 0.03

RGB Variations

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

Color information

#F70878 (or 0xF70878) is known color: Deep Pink. HEX triplet: F7, 08 and 78. RGB value is (247,8,120). Sum of RGB (Red+Green+Blue) = 247+8+120=375 (49% of max value = 765). Red value is 247 (96.88% from 255 or 65.87% from 375); Green value is 8 (3.52% from 255 or 2.13% from 375); Blue value is 120 (47.27% from 255 or 32% from 375); Max value from RGB is 247 - color contains mainly: red. Hex color #F70878 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F70878 is #08F787. Grayscale: #5C5C5C. Windows color (decimal): -587656 or 7866615. OLE color: 7866615.

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

Color convert

RGB 247 8 120 -
CMYK 0 0.97 0.51 0.03
HSL 331.88º 0.94% 0.5% -
HSV(B) 331.88º 0.97% 0.97% -
XYZ 41.83 21.3 19.68 -
YUV 92.23 143.68 238.39 -
System Red Green Blue C M Y K H S L
Decimal 247 8 120 0 0.97 0.51 0.03 331.88 0.94 0.5
Hex F7 8 78 0 61 33 3 14C 5E 32
Octal 367 10 170 0 141 63 3 514 136 62
Binary 11110111 1000 1111000 0 1100001 110011 11 101001100 1011110 110010

Color Harmonies of #F70878

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F70878

Black with #F70878

Text Example


Text Example

White with #F70878

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F70878; }

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

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

background-color css

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

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

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

border-color css

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

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

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