Shades of Deep Pink #FF0283
Tints of Deep Pink #FF0283
RGB
CMYK
RGB Variations
Color information
#FF0283 (or 0xFF0283) is known color: Deep Pink. HEX triplet: FF, 02 and 83. RGB value is (255,2,131). Sum of RGB (Red+Green+Blue) = 255+2+131=388 (51% of max value = 765). Red value is 255 (100% from 255 or 65.72% from 388); Green value is 2 (1.17% from 255 or 0.52% from 388); Blue value is 131 (51.56% from 255 or 33.76% from 388); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0283 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF0283 is #00FD7C. Grayscale: #5C5C5C. Windows color (decimal): -64893 or 8585983. OLE color: 8585983.
HSL color Cylindrical-coordinate representation of color #FF0283: hue angle of 329.41º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FF0283 is Cyan = 0, Magento = 0.99, Yellow = 0.49 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 2 | 131 | - |
| CMYK | 0 | 0.99 | 0.49 | 0 |
| HSL | 329.41º | 1% | 0.5% | - |
| HSV(B) | 329.41º | 0.99% | 1% | - |
| XYZ | 45.36 | 22.94 | 23.51 | - |
| YUV | 92.35 | 149.82 | 244.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 2 | 131 | 0 | 0.99 | 0.49 | 0 | 329.41 | 1 | 0.5 |
| Hex | FF | 2 | 83 | 0 | 63 | 31 | 0 | 149 | 64 | 32 |
| Octal | 377 | 2 | 203 | 0 | 143 | 61 | 0 | 511 | 144 | 62 |
| Binary | 11111111 | 10 | 10000011 | 0 | 1100011 | 110001 | 0 | 101001001 | 1100100 | 110010 |
Color Harmonies of #FF0283
Complementary color
Monochromatic Colors of #FF0283
Black with #FF0283
Text Example
Text Example
White with #FF0283
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0283; }
p { color: rgb(255,2,131); }
H1.HeaderClassName
{
color: #FF0283;
}
.AnyTagClassName
{
color: #FF0283;
}
</style>
background-color css
<style>
a { background-color: #FF0283; }
a { background-color: rgb(255,2,131); }
div.DivClassName
{
background-color: #FF0283;
}
.BgClassName
{
background-color: #FF0283;
}
</style>
border-color css
<style>
span { border-color: #FF0283; }
span { border-color: rgb(255,2,131); }
td.TdClassName
{
border-color: #FF0283;
}
.TagClassName
{
border-color: #FF0283;
}
</style>