Shades of Deep Pink #FF1375
Tints of Deep Pink #FF1375
RGB
CMYK
RGB Variations
Color information
#FF1375 (or 0xFF1375) is known color: Deep Pink. HEX triplet: FF, 13 and 75. RGB value is (255,19,117). Sum of RGB (Red+Green+Blue) = 255+19+117=391 (51% of max value = 765). Red value is 255 (100% from 255 or 65.22% from 391); Green value is 19 (7.81% from 255 or 4.86% from 391); Blue value is 117 (46.09% from 255 or 29.92% from 391); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1375 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF1375 is #00EC8A. Grayscale: #646464. Windows color (decimal): -60555 or 7672831. OLE color: 7672831.
HSL color Cylindrical-coordinate representation of color #FF1375: hue angle of 335.08º 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 #FF1375 is Cyan = 0, Magento = 0.93, Yellow = 0.54 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 19 | 117 | - |
| CMYK | 0 | 0.93 | 0.54 | 0 |
| HSL | 335.08º | 1% | 0.54% | - |
| HSV(B) | 335.08º | 0.93% | 1% | - |
| XYZ | 44.68 | 23.01 | 18.92 | - |
| YUV | 100.74 | 137.19 | 238.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 19 | 117 | 0 | 0.93 | 0.54 | 0 | 335.08 | 1 | 0.54 |
| Hex | FF | 13 | 75 | 0 | 5D | 36 | 0 | 14F | 64 | 36 |
| Octal | 377 | 23 | 165 | 0 | 135 | 66 | 0 | 517 | 144 | 66 |
| Binary | 11111111 | 10011 | 1110101 | 0 | 1011101 | 110110 | 0 | 101001111 | 1100100 | 110110 |
Color Harmonies of #FF1375
Complementary color
Monochromatic Colors of #FF1375
Black with #FF1375
Text Example
Text Example
White with #FF1375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1375; }
p { color: rgb(255,19,117); }
H1.HeaderClassName
{
color: #FF1375;
}
.AnyTagClassName
{
color: #FF1375;
}
</style>
background-color css
<style>
a { background-color: #FF1375; }
a { background-color: rgb(255,19,117); }
div.DivClassName
{
background-color: #FF1375;
}
.BgClassName
{
background-color: #FF1375;
}
</style>
border-color css
<style>
span { border-color: #FF1375; }
span { border-color: rgb(255,19,117); }
td.TdClassName
{
border-color: #FF1375;
}
.TagClassName
{
border-color: #FF1375;
}
</style>