Html Css Color HEX #F70178 Deep Pink

📋 copy color: '#F70178'

red 247 ◦ green 1 ◦ blue 120

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

Shades of Deep Pink #F70178

Tints of Deep Pink #F70178

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.27%

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

R = 67.12%
G = 0.27%
B = 32.61%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.51

 K value IS 0.03

RGB Variations

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

Color information

#F70178 (or 0xF70178) is known color: Deep Pink. HEX triplet: F7, 01 and 78. RGB value is (247,1,120). Sum of RGB (Red+Green+Blue) = 247+1+120=368 (48% of max value = 765). Red value is 247 (96.88% from 255 or 67.12% from 368); Green value is 1 (0.78% from 255 or 0.27% from 368); Blue value is 120 (47.27% from 255 or 32.61% from 368); Max value from RGB is 247 - color contains mainly: red. Hex color #F70178 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F70178 is #08FE87. Grayscale: #575757. Windows color (decimal): -589448 or 7864823. OLE color: 7864823.

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

Color convert

RGB 247 1 120 -
CMYK 0 1.00 0.51 0.03
HSL 330.98º 0.99% 0.49% -
HSV(B) 330.98º 1% 0.97% -
XYZ 41.76 21.15 19.65 -
YUV 88.12 146 241.32 -
System Red Green Blue C M Y K H S L
Decimal 247 1 120 0 1.00 0.51 0.03 330.98 0.99 0.49
Hex F7 1 78 0 64 33 3 14B 63 31
Octal 367 1 170 0 144 63 3 513 143 61
Binary 11110111 1 1111000 0 1100100 110011 11 101001011 1100011 110001

Color Harmonies of #F70178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F70178

Black with #F70178

Text Example


Text Example

White with #F70178

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F70178; }

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

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

background-color css

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

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

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

border-color css

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

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

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