Html Css Color HEX #F70D8D Deep Pink

📋 copy color: '#F70D8D'

red 247 ◦ green 13 ◦ blue 141

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

Shades of Deep Pink #F70D8D

Tints of Deep Pink #F70D8D

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.24%

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

R = 61.6%
G = 3.24%
B = 35.16%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.43

 K value IS 0.03

RGB Variations

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

Color information

#F70D8D (or 0xF70D8D) is known color: Deep Pink. HEX triplet: F7, 0D and 8D. RGB value is (247,13,141). Sum of RGB (Red+Green+Blue) = 247+13+141=401 (53% of max value = 765). Red value is 247 (96.88% from 255 or 61.60% from 401); Green value is 13 (5.47% from 255 or 3.24% from 401); Blue value is 141 (55.47% from 255 or 35.16% from 401); Max value from RGB is 247 - color contains mainly: red. Hex color #F70D8D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F70D8D is #08F272. Grayscale: #616161. Windows color (decimal): -586355 or 9244151. OLE color: 9244151.

HSL color Cylindrical-coordinate representation of color #F70D8D: hue angle of 327.18º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F70D8D is Cyan = 0, Magento = 0.95, Yellow = 0.43 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 13 141 -
CMYK 0 0.95 0.43 0.03
HSL 327.18º 0.94% 0.51% -
HSV(B) 327.18º 0.95% 0.97% -
XYZ 43.31 21.99 27.16 -
YUV 97.56 152.52 234.59 -
System Red Green Blue C M Y K H S L
Decimal 247 13 141 0 0.95 0.43 0.03 327.18 0.94 0.51
Hex F7 D 8D 0 5F 2B 3 147 5E 33
Octal 367 15 215 0 137 53 3 507 136 63
Binary 11110111 1101 10001101 0 1011111 101011 11 101000111 1011110 110011

Color Harmonies of #F70D8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F70D8D

Black with #F70D8D

Text Example


Text Example

White with #F70D8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F70D8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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