Html Css Color HEX #F70A81 Deep Pink

📋 copy color: '#F70A81'

red 247 ◦ green 10 ◦ blue 129

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

Shades of Deep Pink #F70A81

Tints of Deep Pink #F70A81

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.59%

 BLUE value IS 129 (50.78% from 255) = 33.42%

R = 63.99%
G = 2.59%
B = 33.42%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.48

 K value IS 0.03

RGB Variations

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

Color information

#F70A81 (or 0xF70A81) is known color: Deep Pink. HEX triplet: F7, 0A and 81. RGB value is (247,10,129). Sum of RGB (Red+Green+Blue) = 247+10+129=386 (51% of max value = 765). Red value is 247 (96.88% from 255 or 63.99% from 386); Green value is 10 (4.30% from 255 or 2.59% from 386); Blue value is 129 (50.78% from 255 or 33.42% from 386); Max value from RGB is 247 - color contains mainly: red. Hex color #F70A81 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F70A81 is #08F57E. Grayscale: #5E5E5E. Windows color (decimal): -587135 or 8456951. OLE color: 8456951.

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

Color convert

RGB 247 10 129 -
CMYK 0 0.96 0.48 0.03
HSL 329.87º 0.94% 0.5% -
HSV(B) 329.87º 0.96% 0.97% -
XYZ 42.43 21.58 22.7 -
YUV 94.43 147.52 236.82 -
System Red Green Blue C M Y K H S L
Decimal 247 10 129 0 0.96 0.48 0.03 329.87 0.94 0.5
Hex F7 A 81 0 60 30 3 14A 5E 32
Octal 367 12 201 0 140 60 3 512 136 62
Binary 11110111 1010 10000001 0 1100000 110000 11 101001010 1011110 110010

Color Harmonies of #F70A81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F70A81

Black with #F70A81

Text Example


Text Example

White with #F70A81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F70A81; }

 p { color: rgb(247,10,129); }

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

background-color css

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

 a { background-color: rgb(247,10,129); }

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

border-color css

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

 span { border-color: rgb(247,10,129); }

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