Shades of Deep Pink #FF0783
Tints of Deep Pink #FF0783
RGB
CMYK
RGB Variations
Color information
#FF0783 (or 0xFF0783) is known color: Deep Pink. HEX triplet: FF, 07 and 83. RGB value is (255,7,131). Sum of RGB (Red+Green+Blue) = 255+7+131=393 (52% of max value = 765). Red value is 255 (100% from 255 or 64.89% from 393); Green value is 7 (3.12% from 255 or 1.78% from 393); Blue value is 131 (51.56% from 255 or 33.33% from 393); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0783 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF0783 is #00F87C. Grayscale: #5F5F5F. Windows color (decimal): -63613 or 8587263. OLE color: 8587263.
HSL color Cylindrical-coordinate representation of color #FF0783: hue angle of 330º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FF0783 is Cyan = 0, Magento = 0.97, Yellow = 0.49 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 7 | 131 | - |
| CMYK | 0 | 0.97 | 0.49 | 0 |
| HSL | 330º | 1% | 0.51% | - |
| HSV(B) | 330º | 0.97% | 1% | - |
| XYZ | 45.41 | 23.05 | 23.53 | - |
| YUV | 95.29 | 148.16 | 241.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 7 | 131 | 0 | 0.97 | 0.49 | 0 | 330 | 1 | 0.51 |
| Hex | FF | 7 | 83 | 0 | 61 | 31 | 0 | 14A | 64 | 33 |
| Octal | 377 | 7 | 203 | 0 | 141 | 61 | 0 | 512 | 144 | 63 |
| Binary | 11111111 | 111 | 10000011 | 0 | 1100001 | 110001 | 0 | 101001010 | 1100100 | 110011 |
Color Harmonies of #FF0783
Complementary color
Monochromatic Colors of #FF0783
Black with #FF0783
Text Example
Text Example
White with #FF0783
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0783; }
p { color: rgb(255,7,131); }
H1.HeaderClassName
{
color: #FF0783;
}
.AnyTagClassName
{
color: #FF0783;
}
</style>
background-color css
<style>
a { background-color: #FF0783; }
a { background-color: rgb(255,7,131); }
div.DivClassName
{
background-color: #FF0783;
}
.BgClassName
{
background-color: #FF0783;
}
</style>
border-color css
<style>
span { border-color: #FF0783; }
span { border-color: rgb(255,7,131); }
td.TdClassName
{
border-color: #FF0783;
}
.TagClassName
{
border-color: #FF0783;
}
</style>