Html Css Color HEX #F70894 Deep Pink

📋 copy color: '#F70894'

red 247 ◦ green 8 ◦ blue 148

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

Shades of Deep Pink #F70894

Tints of Deep Pink #F70894

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 36.72%

R = 61.29%
G = 1.99%
B = 36.72%

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

#F70894 (or 0xF70894) is known color: Deep Pink. HEX triplet: F7, 08 and 94. RGB value is (247,8,148). Sum of RGB (Red+Green+Blue) = 247+8+148=403 (53% of max value = 765). Red value is 247 (96.88% from 255 or 61.29% from 403); Green value is 8 (3.52% from 255 or 1.99% from 403); Blue value is 148 (58.20% from 255 or 36.72% from 403); Max value from RGB is 247 - color contains mainly: red. Hex color #F70894 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F70894 is #08F76B. Grayscale: #5F5F5F. Windows color (decimal): -587628 or 9701623. OLE color: 9701623.

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

Color convert

RGB 247 8 148 -
CMYK 0 0.97 0.40 0.03
HSL 324.85º 0.94% 0.5% -
HSV(B) 324.85º 0.97% 0.97% -
XYZ 43.79 22.09 29.97 -
YUV 95.42 157.68 236.12 -
System Red Green Blue C M Y K H S L
Decimal 247 8 148 0 0.97 0.40 0.03 324.85 0.94 0.5
Hex F7 8 94 0 61 28 3 145 5E 32
Octal 367 10 224 0 141 50 3 505 136 62
Binary 11110111 1000 10010100 0 1100001 101000 11 101000101 1011110 110010

Color Harmonies of #F70894

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F70894

Black with #F70894

Text Example


Text Example

White with #F70894

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F70894; }

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

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

background-color css

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

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

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

border-color css

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

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

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