Shades of Deep Pink #FF1083
Tints of Deep Pink #FF1083
RGB
CMYK
RGB Variations
Color information
#FF1083 (or 0xFF1083) is known color: Deep Pink. HEX triplet: FF, 10 and 83. RGB value is (255,16,131). Sum of RGB (Red+Green+Blue) = 255+16+131=402 (53% of max value = 765). Red value is 255 (100% from 255 or 63.43% from 402); Green value is 16 (6.64% from 255 or 3.98% from 402); Blue value is 131 (51.56% from 255 or 32.59% from 402); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1083 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF1083 is #00EF7C. Grayscale: #646464. Windows color (decimal): -61309 or 8589567. OLE color: 8589567.
HSL color Cylindrical-coordinate representation of color #FF1083: hue angle of 331.13º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FF1083 is Cyan = 0, Magento = 0.94, Yellow = 0.49 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 16 | 131 | - |
| CMYK | 0 | 0.94 | 0.49 | 0 |
| HSL | 331.13º | 1% | 0.53% | - |
| HSV(B) | 331.13º | 0.94% | 1% | - |
| XYZ | 45.52 | 23.27 | 23.56 | - |
| YUV | 100.57 | 145.18 | 238.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 16 | 131 | 0 | 0.94 | 0.49 | 0 | 331.13 | 1 | 0.53 |
| Hex | FF | 10 | 83 | 0 | 5E | 31 | 0 | 14B | 64 | 35 |
| Octal | 377 | 20 | 203 | 0 | 136 | 61 | 0 | 513 | 144 | 65 |
| Binary | 11111111 | 10000 | 10000011 | 0 | 1011110 | 110001 | 0 | 101001011 | 1100100 | 110101 |
Color Harmonies of #FF1083
Complementary color
Monochromatic Colors of #FF1083
Black with #FF1083
Text Example
Text Example
White with #FF1083
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1083; }
p { color: rgb(255,16,131); }
H1.HeaderClassName
{
color: #FF1083;
}
.AnyTagClassName
{
color: #FF1083;
}
</style>
background-color css
<style>
a { background-color: #FF1083; }
a { background-color: rgb(255,16,131); }
div.DivClassName
{
background-color: #FF1083;
}
.BgClassName
{
background-color: #FF1083;
}
</style>
border-color css
<style>
span { border-color: #FF1083; }
span { border-color: rgb(255,16,131); }
td.TdClassName
{
border-color: #FF1083;
}
.TagClassName
{
border-color: #FF1083;
}
</style>