Shades of Deep Pink #FF1283
Tints of Deep Pink #FF1283
RGB
CMYK
RGB Variations
Color information
#FF1283 (or 0xFF1283) is known color: Deep Pink. HEX triplet: FF, 12 and 83. RGB value is (255,18,131). Sum of RGB (Red+Green+Blue) = 255+18+131=404 (53% of max value = 765). Red value is 255 (100% from 255 or 63.12% from 404); Green value is 18 (7.42% from 255 or 4.46% from 404); Blue value is 131 (51.56% from 255 or 32.43% from 404); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1283 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF1283 is #00ED7C. Grayscale: #656565. Windows color (decimal): -60797 or 8590079. OLE color: 8590079.
HSL color Cylindrical-coordinate representation of color #FF1283: hue angle of 331.39º 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 #FF1283 is Cyan = 0, Magento = 0.93, Yellow = 0.49 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 18 | 131 | - |
| CMYK | 0 | 0.93 | 0.49 | 0 |
| HSL | 331.39º | 1% | 0.54% | - |
| HSV(B) | 331.39º | 0.93% | 1% | - |
| XYZ | 45.55 | 23.33 | 23.58 | - |
| YUV | 101.75 | 144.52 | 237.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 18 | 131 | 0 | 0.93 | 0.49 | 0 | 331.39 | 1 | 0.54 |
| Hex | FF | 12 | 83 | 0 | 5D | 31 | 0 | 14B | 64 | 36 |
| Octal | 377 | 22 | 203 | 0 | 135 | 61 | 0 | 513 | 144 | 66 |
| Binary | 11111111 | 10010 | 10000011 | 0 | 1011101 | 110001 | 0 | 101001011 | 1100100 | 110110 |
Color Harmonies of #FF1283
Complementary color
Monochromatic Colors of #FF1283
Black with #FF1283
Text Example
Text Example
White with #FF1283
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1283; }
p { color: rgb(255,18,131); }
H1.HeaderClassName
{
color: #FF1283;
}
.AnyTagClassName
{
color: #FF1283;
}
</style>
background-color css
<style>
a { background-color: #FF1283; }
a { background-color: rgb(255,18,131); }
div.DivClassName
{
background-color: #FF1283;
}
.BgClassName
{
background-color: #FF1283;
}
</style>
border-color css
<style>
span { border-color: #FF1283; }
span { border-color: rgb(255,18,131); }
td.TdClassName
{
border-color: #FF1283;
}
.TagClassName
{
border-color: #FF1283;
}
</style>