Html Css Color HEX #F70A8A Deep Pink

📋 copy color: '#F70A8A'

red 247 ◦ green 10 ◦ blue 138

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

Shades of Deep Pink #F70A8A

Tints of Deep Pink #F70A8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 34.94%

R = 62.53%
G = 2.53%
B = 34.94%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.44

 K value IS 0.03

RGB Variations

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

Color information

#F70A8A (or 0xF70A8A) is known color: Deep Pink. HEX triplet: F7, 0A and 8A. RGB value is (247,10,138). Sum of RGB (Red+Green+Blue) = 247+10+138=395 (52% of max value = 765). Red value is 247 (96.88% from 255 or 62.53% from 395); Green value is 10 (4.30% from 255 or 2.53% from 395); Blue value is 138 (54.30% from 255 or 34.94% from 395); Max value from RGB is 247 - color contains mainly: red. Hex color #F70A8A is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F70A8A is #08F575. Grayscale: #5F5F5F. Windows color (decimal): -587126 or 9046775. OLE color: 9046775.

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

Color convert

RGB 247 10 138 -
CMYK 0 0.96 0.44 0.03
HSL 327.59º 0.94% 0.5% -
HSV(B) 327.59º 0.96% 0.97% -
XYZ 43.05 21.83 25.99 -
YUV 95.46 152.02 236.09 -
System Red Green Blue C M Y K H S L
Decimal 247 10 138 0 0.96 0.44 0.03 327.59 0.94 0.5
Hex F7 A 8A 0 60 2C 3 148 5E 32
Octal 367 12 212 0 140 54 3 510 136 62
Binary 11110111 1010 10001010 0 1100000 101100 11 101001000 1011110 110010

Color Harmonies of #F70A8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F70A8A

Black with #F70A8A

Text Example


Text Example

White with #F70A8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F70A8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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