Shades of Deep Pink #FF0383
Tints of Deep Pink #FF0383
RGB
CMYK
RGB Variations
Color information
#FF0383 (or 0xFF0383) is known color: Deep Pink. HEX triplet: FF, 03 and 83. RGB value is (255,3,131). Sum of RGB (Red+Green+Blue) = 255+3+131=389 (51% of max value = 765). Red value is 255 (100% from 255 or 65.55% from 389); Green value is 3 (1.56% from 255 or 0.77% from 389); Blue value is 131 (51.56% from 255 or 33.68% from 389); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0383 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF0383 is #00FC7C. Grayscale: #5C5C5C. Windows color (decimal): -64637 or 8586239. OLE color: 8586239.
HSL color Cylindrical-coordinate representation of color #FF0383: hue angle of 329.52º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FF0383 is Cyan = 0, Magento = 0.99, Yellow = 0.49 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 3 | 131 | - |
| CMYK | 0 | 0.99 | 0.49 | 0 |
| HSL | 329.52º | 1% | 0.51% | - |
| HSV(B) | 329.52º | 0.99% | 1% | - |
| XYZ | 45.37 | 22.96 | 23.51 | - |
| YUV | 92.94 | 149.49 | 243.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 3 | 131 | 0 | 0.99 | 0.49 | 0 | 329.52 | 1 | 0.51 |
| Hex | FF | 3 | 83 | 0 | 63 | 31 | 0 | 14A | 64 | 33 |
| Octal | 377 | 3 | 203 | 0 | 143 | 61 | 0 | 512 | 144 | 63 |
| Binary | 11111111 | 11 | 10000011 | 0 | 1100011 | 110001 | 0 | 101001010 | 1100100 | 110011 |
Color Harmonies of #FF0383
Complementary color
Monochromatic Colors of #FF0383
Black with #FF0383
Text Example
Text Example
White with #FF0383
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0383; }
p { color: rgb(255,3,131); }
H1.HeaderClassName
{
color: #FF0383;
}
.AnyTagClassName
{
color: #FF0383;
}
</style>
background-color css
<style>
a { background-color: #FF0383; }
a { background-color: rgb(255,3,131); }
div.DivClassName
{
background-color: #FF0383;
}
.BgClassName
{
background-color: #FF0383;
}
</style>
border-color css
<style>
span { border-color: #FF0383; }
span { border-color: rgb(255,3,131); }
td.TdClassName
{
border-color: #FF0383;
}
.TagClassName
{
border-color: #FF0383;
}
</style>