Shades of Deep Pink #F70690
Tints of Deep Pink #F70690
RGB
CMYK
RGB Variations
Color information
#F70690 (or 0xF70690) is known color: Deep Pink. HEX triplet: F7, 06 and 90. RGB value is (247,6,144). Sum of RGB (Red+Green+Blue) = 247+6+144=397 (52% of max value = 765). Red value is 247 (96.88% from 255 or 62.22% from 397); Green value is 6 (2.73% from 255 or 1.51% from 397); Blue value is 144 (56.64% from 255 or 36.27% from 397); Max value from RGB is 247 - color contains mainly: red. Hex color #F70690 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F70690 is #08F96F. Grayscale: #5D5D5D. Windows color (decimal): -588144 or 9438967. OLE color: 9438967.
HSL color Cylindrical-coordinate representation of color #F70690: hue angle of 325.64º degrees, saturation: 0.95, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F70690 is Cyan = 0, Magento = 0.98, Yellow = 0.42 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 6 | 144 | - |
| CMYK | 0 | 0.98 | 0.42 | 0.03 |
| HSL | 325.64º | 0.95% | 0.5% | - |
| HSV(B) | 325.64º | 0.98% | 0.97% | - |
| XYZ | 43.46 | 21.92 | 28.33 | - |
| YUV | 93.79 | 156.34 | 237.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 6 | 144 | 0 | 0.98 | 0.42 | 0.03 | 325.64 | 0.95 | 0.5 |
| Hex | F7 | 6 | 90 | 0 | 62 | 2A | 3 | 146 | 5F | 32 |
| Octal | 367 | 6 | 220 | 0 | 142 | 52 | 3 | 506 | 137 | 62 |
| Binary | 11110111 | 110 | 10010000 | 0 | 1100010 | 101010 | 11 | 101000110 | 1011111 | 110010 |
Color Harmonies of #F70690
Complementary color
Monochromatic Colors of #F70690
Black with #F70690
Text Example
Text Example
White with #F70690
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F70690; }
p { color: rgb(247,6,144); }
H1.HeaderClassName
{
color: #F70690;
}
.AnyTagClassName
{
color: #F70690;
}
</style>
background-color css
<style>
a { background-color: #F70690; }
a { background-color: rgb(247,6,144); }
div.DivClassName
{
background-color: #F70690;
}
.BgClassName
{
background-color: #F70690;
}
</style>
border-color css
<style>
span { border-color: #F70690; }
span { border-color: rgb(247,6,144); }
td.TdClassName
{
border-color: #F70690;
}
.TagClassName
{
border-color: #F70690;
}
</style>