Shades of Deep Pink #FF1383
Tints of Deep Pink #FF1383
RGB
CMYK
RGB Variations
Color information
#FF1383 (or 0xFF1383) is known color: Deep Pink. HEX triplet: FF, 13 and 83. RGB value is (255,19,131). Sum of RGB (Red+Green+Blue) = 255+19+131=405 (53% of max value = 765). Red value is 255 (100% from 255 or 62.96% from 405); Green value is 19 (7.81% from 255 or 4.69% from 405); Blue value is 131 (51.56% from 255 or 32.35% from 405); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1383 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF1383 is #00EC7C. Grayscale: #666666. Windows color (decimal): -60541 or 8590335. OLE color: 8590335.
HSL color Cylindrical-coordinate representation of color #FF1383: hue angle of 331.53º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FF1383 is Cyan = 0, Magento = 0.93, Yellow = 0.49 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 19 | 131 | - |
| CMYK | 0 | 0.93 | 0.49 | 0 |
| HSL | 331.53º | 1% | 0.54% | - |
| HSV(B) | 331.53º | 0.93% | 1% | - |
| XYZ | 45.57 | 23.36 | 23.58 | - |
| YUV | 102.33 | 144.19 | 236.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 19 | 131 | 0 | 0.93 | 0.49 | 0 | 331.53 | 1 | 0.54 |
| Hex | FF | 13 | 83 | 0 | 5D | 31 | 0 | 14C | 64 | 36 |
| Octal | 377 | 23 | 203 | 0 | 135 | 61 | 0 | 514 | 144 | 66 |
| Binary | 11111111 | 10011 | 10000011 | 0 | 1011101 | 110001 | 0 | 101001100 | 1100100 | 110110 |
Color Harmonies of #FF1383
Complementary color
Monochromatic Colors of #FF1383
Black with #FF1383
Text Example
Text Example
White with #FF1383
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1383; }
p { color: rgb(255,19,131); }
H1.HeaderClassName
{
color: #FF1383;
}
.AnyTagClassName
{
color: #FF1383;
}
</style>
background-color css
<style>
a { background-color: #FF1383; }
a { background-color: rgb(255,19,131); }
div.DivClassName
{
background-color: #FF1383;
}
.BgClassName
{
background-color: #FF1383;
}
</style>
border-color css
<style>
span { border-color: #FF1383; }
span { border-color: rgb(255,19,131); }
td.TdClassName
{
border-color: #FF1383;
}
.TagClassName
{
border-color: #FF1383;
}
</style>