Shades of Deep Pink #F70B7F
Tints of Deep Pink #F70B7F
RGB
CMYK
RGB Variations
Color information
#F70B7F (or 0xF70B7F) is known color: Deep Pink. HEX triplet: F7, 0B and 7F. RGB value is (247,11,127). Sum of RGB (Red+Green+Blue) = 247+11+127=385 (50% of max value = 765). Red value is 247 (96.88% from 255 or 64.16% from 385); Green value is 11 (4.69% from 255 or 2.86% from 385); Blue value is 127 (50% from 255 or 32.99% from 385); Max value from RGB is 247 - color contains mainly: red. Hex color #F70B7F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F70B7F is #08F480. Grayscale: #5E5E5E. Windows color (decimal): -586881 or 8326135. OLE color: 8326135.
HSL color Cylindrical-coordinate representation of color #F70B7F: hue angle of 330.51º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F70B7F is Cyan = 0, Magento = 0.96, Yellow = 0.49 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 11 | 127 | - |
| CMYK | 0 | 0.96 | 0.49 | 0.03 |
| HSL | 330.51º | 0.94% | 0.51% | - |
| HSV(B) | 330.51º | 0.96% | 0.97% | - |
| XYZ | 42.31 | 21.55 | 22.01 | - |
| YUV | 94.79 | 146.19 | 236.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 11 | 127 | 0 | 0.96 | 0.49 | 0.03 | 330.51 | 0.94 | 0.51 |
| Hex | F7 | B | 7F | 0 | 60 | 31 | 3 | 14B | 5E | 33 |
| Octal | 367 | 13 | 177 | 0 | 140 | 61 | 3 | 513 | 136 | 63 |
| Binary | 11110111 | 1011 | 1111111 | 0 | 1100000 | 110001 | 11 | 101001011 | 1011110 | 110011 |
Color Harmonies of #F70B7F
Complementary color
Monochromatic Colors of #F70B7F
Black with #F70B7F
Text Example
Text Example
White with #F70B7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F70B7F; }
p { color: rgb(247,11,127); }
H1.HeaderClassName
{
color: #F70B7F;
}
.AnyTagClassName
{
color: #F70B7F;
}
</style>
background-color css
<style>
a { background-color: #F70B7F; }
a { background-color: rgb(247,11,127); }
div.DivClassName
{
background-color: #F70B7F;
}
.BgClassName
{
background-color: #F70B7F;
}
</style>
border-color css
<style>
span { border-color: #F70B7F; }
span { border-color: rgb(247,11,127); }
td.TdClassName
{
border-color: #F70B7F;
}
.TagClassName
{
border-color: #F70B7F;
}
</style>