Shades of Deep Pink #F00483
Tints of Deep Pink #F00483
RGB
CMYK
RGB Variations
Color information
#F00483 (or 0xF00483) is known color: Deep Pink. HEX triplet: F0, 04 and 83. RGB value is (240,4,131). Sum of RGB (Red+Green+Blue) = 240+4+131=375 (49% of max value = 765). Red value is 240 (94.14% from 255 or 64% from 375); Green value is 4 (1.95% from 255 or 1.07% from 375); Blue value is 131 (51.56% from 255 or 34.93% from 375); Max value from RGB is 240 - color contains mainly: red. Hex color #F00483 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F00483 is #0FFB7C. Grayscale: #585858. Windows color (decimal): -1047421 or 8586480. OLE color: 8586480.
HSL color Cylindrical-coordinate representation of color #F00483: hue angle of 327.71º 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 #F00483 is Cyan = 0, Magento = 0.98, Yellow = 0.45 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 4 | 131 | - |
| CMYK | 0 | 0.98 | 0.45 | 0.06 |
| HSL | 327.71º | 0.97% | 0.48% | - |
| HSV(B) | 327.71º | 0.98% | 0.94% | - |
| XYZ | 40.08 | 20.25 | 23.27 | - |
| YUV | 89.04 | 151.69 | 235.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 4 | 131 | 0 | 0.98 | 0.45 | 0.06 | 327.71 | 0.97 | 0.48 |
| Hex | F0 | 4 | 83 | 0 | 62 | 2D | 6 | 148 | 61 | 30 |
| Octal | 360 | 4 | 203 | 0 | 142 | 55 | 6 | 510 | 141 | 60 |
| Binary | 11110000 | 100 | 10000011 | 0 | 1100010 | 101101 | 110 | 101001000 | 1100001 | 110000 |
Color Harmonies of #F00483
Complementary color
Monochromatic Colors of #F00483
Black with #F00483
Text Example
Text Example
White with #F00483
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F00483; }
p { color: rgb(240,4,131); }
H1.HeaderClassName
{
color: #F00483;
}
.AnyTagClassName
{
color: #F00483;
}
</style>
background-color css
<style>
a { background-color: #F00483; }
a { background-color: rgb(240,4,131); }
div.DivClassName
{
background-color: #F00483;
}
.BgClassName
{
background-color: #F00483;
}
</style>
border-color css
<style>
span { border-color: #F00483; }
span { border-color: rgb(240,4,131); }
td.TdClassName
{
border-color: #F00483;
}
.TagClassName
{
border-color: #F00483;
}
</style>