Shades of Deep Pink #F70081
Tints of Deep Pink #F70081
RGB
CMYK
RGB Variations
Color information
#F70081 (or 0xF70081) is known color: Deep Pink. HEX triplet: F7, 00 and 81. RGB value is (247,0,129). Sum of RGB (Red+Green+Blue) = 247+0+129=376 (49% of max value = 765). Red value is 247 (96.88% from 255 or 65.69% from 376); Green value is 0 (0.39% from 255 or 0% from 376); Blue value is 129 (50.78% from 255 or 34.31% from 376); Max value from RGB is 247 - color contains mainly: red. Hex color #F70081 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F70081 is #08FF7E. Grayscale: #585858. Windows color (decimal): -589695 or 8454391. OLE color: 8454391.
HSL color Cylindrical-coordinate representation of color #F70081: hue angle of 328.66º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F70081 is Cyan = 0, Magento = 1, Yellow = 0.48 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 0 | 129 | - |
| CMYK | 0 | 1 | 0.48 | 0.03 |
| HSL | 328.66º | 1% | 0.48% | - |
| HSV(B) | 328.66º | 1% | 0.97% | - |
| XYZ | 42.32 | 21.36 | 22.66 | - |
| YUV | 88.56 | 150.83 | 241.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 0 | 129 | 0 | 1 | 0.48 | 0.03 | 328.66 | 1 | 0.48 |
| Hex | F7 | 0 | 81 | 0 | 64 | 30 | 3 | 149 | 64 | 30 |
| Octal | 367 | 0 | 201 | 0 | 144 | 60 | 3 | 511 | 144 | 60 |
| Binary | 11110111 | 0 | 10000001 | 0 | 1100100 | 110000 | 11 | 101001001 | 1100100 | 110000 |
Color Harmonies of #F70081
Complementary color
Monochromatic Colors of #F70081
Black with #F70081
Text Example
Text Example
White with #F70081
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F70081; }
p { color: rgb(247,0,129); }
H1.HeaderClassName
{
color: #F70081;
}
.AnyTagClassName
{
color: #F70081;
}
</style>
background-color css
<style>
a { background-color: #F70081; }
a { background-color: rgb(247,0,129); }
div.DivClassName
{
background-color: #F70081;
}
.BgClassName
{
background-color: #F70081;
}
</style>
border-color css
<style>
span { border-color: #F70081; }
span { border-color: rgb(247,0,129); }
td.TdClassName
{
border-color: #F70081;
}
.TagClassName
{
border-color: #F70081;
}
</style>