Shades of Deep Pink #F70285
Tints of Deep Pink #F70285
RGB
CMYK
RGB Variations
Color information
#F70285 (or 0xF70285) is known color: Deep Pink. HEX triplet: F7, 02 and 85. RGB value is (247,2,133). Sum of RGB (Red+Green+Blue) = 247+2+133=382 (50% of max value = 765). Red value is 247 (96.88% from 255 or 64.66% from 382); Green value is 2 (1.17% from 255 or 0.52% from 382); Blue value is 133 (52.34% from 255 or 34.82% from 382); Max value from RGB is 247 - color contains mainly: red. Hex color #F70285 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F70285 is #08FD7A. Grayscale: #595959. Windows color (decimal): -589179 or 8717047. OLE color: 8717047.
HSL color Cylindrical-coordinate representation of color #F70285: hue angle of 327.92º 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 #F70285 is Cyan = 0, Magento = 0.99, Yellow = 0.46 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 2 | 133 | - |
| CMYK | 0 | 0.99 | 0.46 | 0.03 |
| HSL | 327.92º | 0.98% | 0.49% | - |
| HSV(B) | 327.92º | 0.99% | 0.97% | - |
| XYZ | 42.61 | 21.51 | 24.1 | - |
| YUV | 90.19 | 152.17 | 239.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 2 | 133 | 0 | 0.99 | 0.46 | 0.03 | 327.92 | 0.98 | 0.49 |
| Hex | F7 | 2 | 85 | 0 | 63 | 2E | 3 | 148 | 62 | 31 |
| Octal | 367 | 2 | 205 | 0 | 143 | 56 | 3 | 510 | 142 | 61 |
| Binary | 11110111 | 10 | 10000101 | 0 | 1100011 | 101110 | 11 | 101001000 | 1100010 | 110001 |
Color Harmonies of #F70285
Complementary color
Monochromatic Colors of #F70285
Black with #F70285
Text Example
Text Example
White with #F70285
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F70285; }
p { color: rgb(247,2,133); }
H1.HeaderClassName
{
color: #F70285;
}
.AnyTagClassName
{
color: #F70285;
}
</style>
background-color css
<style>
a { background-color: #F70285; }
a { background-color: rgb(247,2,133); }
div.DivClassName
{
background-color: #F70285;
}
.BgClassName
{
background-color: #F70285;
}
</style>
border-color css
<style>
span { border-color: #F70285; }
span { border-color: rgb(247,2,133); }
td.TdClassName
{
border-color: #F70285;
}
.TagClassName
{
border-color: #F70285;
}
</style>