Html Css Color HEX #F70A8D Deep Pink

📋 copy color: '#F70A8D'

red 247 ◦ green 10 ◦ blue 141

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

Shades of Deep Pink #F70A8D

Tints of Deep Pink #F70A8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 35.43%

R = 62.06%
G = 2.51%
B = 35.43%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.43

 K value IS 0.03

RGB Variations

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

Color information

#F70A8D (or 0xF70A8D) is known color: Deep Pink. HEX triplet: F7, 0A and 8D. RGB value is (247,10,141). Sum of RGB (Red+Green+Blue) = 247+10+141=398 (52% of max value = 765). Red value is 247 (96.88% from 255 or 62.06% from 398); Green value is 10 (4.30% from 255 or 2.51% from 398); Blue value is 141 (55.47% from 255 or 35.43% from 398); Max value from RGB is 247 - color contains mainly: red. Hex color #F70A8D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F70A8D is #08F572. Grayscale: #5F5F5F. Windows color (decimal): -587123 or 9243383. OLE color: 9243383.

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

Color convert

RGB 247 10 141 -
CMYK 0 0.96 0.43 0.03
HSL 326.84º 0.94% 0.5% -
HSV(B) 326.84º 0.96% 0.97% -
XYZ 43.27 21.91 27.15 -
YUV 95.8 153.52 235.85 -
System Red Green Blue C M Y K H S L
Decimal 247 10 141 0 0.96 0.43 0.03 326.84 0.94 0.5
Hex F7 A 8D 0 60 2B 3 147 5E 32
Octal 367 12 215 0 140 53 3 507 136 62
Binary 11110111 1010 10001101 0 1100000 101011 11 101000111 1011110 110010

Color Harmonies of #F70A8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F70A8D

Black with #F70A8D

Text Example


Text Example

White with #F70A8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F70A8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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