Shades of Deep Pink #F70385
Tints of Deep Pink #F70385
RGB
CMYK
RGB Variations
Color information
#F70385 (or 0xF70385) is known color: Deep Pink. HEX triplet: F7, 03 and 85. RGB value is (247,3,133). Sum of RGB (Red+Green+Blue) = 247+3+133=383 (50% of max value = 765). Red value is 247 (96.88% from 255 or 64.49% from 383); Green value is 3 (1.56% from 255 or 0.78% from 383); Blue value is 133 (52.34% from 255 or 34.73% from 383); Max value from RGB is 247 - color contains mainly: red. Hex color #F70385 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F70385 is #08FC7A. Grayscale: #5A5A5A. Windows color (decimal): -588923 or 8717303. OLE color: 8717303.
HSL color Cylindrical-coordinate representation of color #F70385: hue angle of 328.03º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F70385 is Cyan = 0, Magento = 0.99, Yellow = 0.46 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 3 | 133 | - |
| CMYK | 0 | 0.99 | 0.46 | 0.03 |
| HSL | 328.03º | 0.98% | 0.49% | - |
| HSV(B) | 328.03º | 0.99% | 0.97% | - |
| XYZ | 42.62 | 21.53 | 24.1 | - |
| YUV | 90.78 | 151.84 | 239.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 3 | 133 | 0 | 0.99 | 0.46 | 0.03 | 328.03 | 0.98 | 0.49 |
| Hex | F7 | 3 | 85 | 0 | 63 | 2E | 3 | 148 | 62 | 31 |
| Octal | 367 | 3 | 205 | 0 | 143 | 56 | 3 | 510 | 142 | 61 |
| Binary | 11110111 | 11 | 10000101 | 0 | 1100011 | 101110 | 11 | 101001000 | 1100010 | 110001 |
Color Harmonies of #F70385
Complementary color
Monochromatic Colors of #F70385
Black with #F70385
Text Example
Text Example
White with #F70385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F70385; }
p { color: rgb(247,3,133); }
H1.HeaderClassName
{
color: #F70385;
}
.AnyTagClassName
{
color: #F70385;
}
</style>
background-color css
<style>
a { background-color: #F70385; }
a { background-color: rgb(247,3,133); }
div.DivClassName
{
background-color: #F70385;
}
.BgClassName
{
background-color: #F70385;
}
</style>
border-color css
<style>
span { border-color: #F70385; }
span { border-color: rgb(247,3,133); }
td.TdClassName
{
border-color: #F70385;
}
.TagClassName
{
border-color: #F70385;
}
</style>