Html Css Color HEX #F70895 Deep Pink

📋 copy color: '#F70895'

red 247 ◦ green 8 ◦ blue 149

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

Shades of Deep Pink #F70895

Tints of Deep Pink #F70895

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 36.88%

R = 61.14%
G = 1.98%
B = 36.88%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.40

 K value IS 0.03

RGB Variations

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

Color information

#F70895 (or 0xF70895) is known color: Deep Pink. HEX triplet: F7, 08 and 95. RGB value is (247,8,149). Sum of RGB (Red+Green+Blue) = 247+8+149=404 (53% of max value = 765). Red value is 247 (96.88% from 255 or 61.14% from 404); Green value is 8 (3.52% from 255 or 1.98% from 404); Blue value is 149 (58.59% from 255 or 36.88% from 404); Max value from RGB is 247 - color contains mainly: red. Hex color #F70895 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F70895 is #08F76A. Grayscale: #5F5F5F. Windows color (decimal): -587627 or 9767159. OLE color: 9767159.

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

Color convert

RGB 247 8 149 -
CMYK 0 0.97 0.40 0.03
HSL 324.6º 0.94% 0.5% -
HSV(B) 324.6º 0.97% 0.97% -
XYZ 43.87 22.12 30.39 -
YUV 95.54 158.18 236.04 -
System Red Green Blue C M Y K H S L
Decimal 247 8 149 0 0.97 0.40 0.03 324.6 0.94 0.5
Hex F7 8 95 0 61 28 3 145 5E 32
Octal 367 10 225 0 141 50 3 505 136 62
Binary 11110111 1000 10010101 0 1100001 101000 11 101000101 1011110 110010

Color Harmonies of #F70895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F70895

Black with #F70895

Text Example


Text Example

White with #F70895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F70895; }

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

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

background-color css

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

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

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

border-color css

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

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

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