Shades of Deep Pink #F00485
Tints of Deep Pink #F00485
RGB
CMYK
RGB Variations
Color information
#F00485 (or 0xF00485) is known color: Deep Pink. HEX triplet: F0, 04 and 85. RGB value is (240,4,133). Sum of RGB (Red+Green+Blue) = 240+4+133=377 (49% of max value = 765). Red value is 240 (94.14% from 255 or 63.66% from 377); Green value is 4 (1.95% from 255 or 1.06% from 377); Blue value is 133 (52.34% from 255 or 35.28% from 377); Max value from RGB is 240 - color contains mainly: red. Hex color #F00485 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F00485 is #0FFB7A. Grayscale: #585858. Windows color (decimal): -1047419 or 8717552. OLE color: 8717552.
HSL color Cylindrical-coordinate representation of color #F00485: hue angle of 327.2º degrees, saturation: 0.97, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F00485 is Cyan = 0, Magento = 0.98, Yellow = 0.45 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 4 | 133 | - |
| CMYK | 0 | 0.98 | 0.45 | 0.06 |
| HSL | 327.2º | 0.97% | 0.48% | - |
| HSV(B) | 327.2º | 0.98% | 0.94% | - |
| XYZ | 40.21 | 20.31 | 23.99 | - |
| YUV | 89.27 | 152.69 | 235.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 4 | 133 | 0 | 0.98 | 0.45 | 0.06 | 327.2 | 0.97 | 0.48 |
| Hex | F0 | 4 | 85 | 0 | 62 | 2D | 6 | 147 | 61 | 30 |
| Octal | 360 | 4 | 205 | 0 | 142 | 55 | 6 | 507 | 141 | 60 |
| Binary | 11110000 | 100 | 10000101 | 0 | 1100010 | 101101 | 110 | 101000111 | 1100001 | 110000 |
Color Harmonies of #F00485
Complementary color
Monochromatic Colors of #F00485
Black with #F00485
Text Example
Text Example
White with #F00485
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F00485; }
p { color: rgb(240,4,133); }
H1.HeaderClassName
{
color: #F00485;
}
.AnyTagClassName
{
color: #F00485;
}
</style>
background-color css
<style>
a { background-color: #F00485; }
a { background-color: rgb(240,4,133); }
div.DivClassName
{
background-color: #F00485;
}
.BgClassName
{
background-color: #F00485;
}
</style>
border-color css
<style>
span { border-color: #F00485; }
span { border-color: rgb(240,4,133); }
td.TdClassName
{
border-color: #F00485;
}
.TagClassName
{
border-color: #F00485;
}
</style>