Shades of Deep Pink #F70B8C
Tints of Deep Pink #F70B8C
RGB
CMYK
RGB Variations
Color information
#F70B8C (or 0xF70B8C) is known color: Deep Pink. HEX triplet: F7, 0B and 8C. RGB value is (247,11,140). Sum of RGB (Red+Green+Blue) = 247+11+140=398 (52% of max value = 765). Red value is 247 (96.88% from 255 or 62.06% from 398); Green value is 11 (4.69% from 255 or 2.76% from 398); Blue value is 140 (55.08% from 255 or 35.18% from 398); Max value from RGB is 247 - color contains mainly: red. Hex color #F70B8C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F70B8C is #08F473. Grayscale: #5F5F5F. Windows color (decimal): -586868 or 9178103. OLE color: 9178103.
HSL color Cylindrical-coordinate representation of color #F70B8C: hue angle of 327.2º 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 #F70B8C is Cyan = 0, Magento = 0.96, Yellow = 0.43 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 11 | 140 | - |
| CMYK | 0 | 0.96 | 0.43 | 0.03 |
| HSL | 327.2º | 0.94% | 0.51% | - |
| HSV(B) | 327.2º | 0.96% | 0.97% | - |
| XYZ | 43.21 | 21.91 | 26.76 | - |
| YUV | 96.27 | 152.69 | 235.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 11 | 140 | 0 | 0.96 | 0.43 | 0.03 | 327.2 | 0.94 | 0.51 |
| Hex | F7 | B | 8C | 0 | 60 | 2B | 3 | 147 | 5E | 33 |
| Octal | 367 | 13 | 214 | 0 | 140 | 53 | 3 | 507 | 136 | 63 |
| Binary | 11110111 | 1011 | 10001100 | 0 | 1100000 | 101011 | 11 | 101000111 | 1011110 | 110011 |
Color Harmonies of #F70B8C
Complementary color
Monochromatic Colors of #F70B8C
Black with #F70B8C
Text Example
Text Example
White with #F70B8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F70B8C; }
p { color: rgb(247,11,140); }
H1.HeaderClassName
{
color: #F70B8C;
}
.AnyTagClassName
{
color: #F70B8C;
}
</style>
background-color css
<style>
a { background-color: #F70B8C; }
a { background-color: rgb(247,11,140); }
div.DivClassName
{
background-color: #F70B8C;
}
.BgClassName
{
background-color: #F70B8C;
}
</style>
border-color css
<style>
span { border-color: #F70B8C; }
span { border-color: rgb(247,11,140); }
td.TdClassName
{
border-color: #F70B8C;
}
.TagClassName
{
border-color: #F70B8C;
}
</style>