Shades of Deep Pink #FF1275
Tints of Deep Pink #FF1275
RGB
CMYK
RGB Variations
Color information
#FF1275 (or 0xFF1275) is known color: Deep Pink. HEX triplet: FF, 12 and 75. RGB value is (255,18,117). Sum of RGB (Red+Green+Blue) = 255+18+117=390 (51% of max value = 765). Red value is 255 (100% from 255 or 65.38% from 390); Green value is 18 (7.42% from 255 or 4.62% from 390); Blue value is 117 (46.09% from 255 or 30% from 390); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1275 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF1275 is #00ED8A. Grayscale: #636363. Windows color (decimal): -60811 or 7672575. OLE color: 7672575.
HSL color Cylindrical-coordinate representation of color #FF1275: hue angle of 334.94º 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 #FF1275 is Cyan = 0, Magento = 0.93, Yellow = 0.54 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 18 | 117 | - |
| CMYK | 0 | 0.93 | 0.54 | 0 |
| HSL | 334.94º | 1% | 0.54% | - |
| HSV(B) | 334.94º | 0.93% | 1% | - |
| XYZ | 44.67 | 22.98 | 18.91 | - |
| YUV | 100.15 | 137.52 | 238.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 18 | 117 | 0 | 0.93 | 0.54 | 0 | 334.94 | 1 | 0.54 |
| Hex | FF | 12 | 75 | 0 | 5D | 36 | 0 | 14F | 64 | 36 |
| Octal | 377 | 22 | 165 | 0 | 135 | 66 | 0 | 517 | 144 | 66 |
| Binary | 11111111 | 10010 | 1110101 | 0 | 1011101 | 110110 | 0 | 101001111 | 1100100 | 110110 |
Color Harmonies of #FF1275
Complementary color
Monochromatic Colors of #FF1275
Black with #FF1275
Text Example
Text Example
White with #FF1275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1275; }
p { color: rgb(255,18,117); }
H1.HeaderClassName
{
color: #FF1275;
}
.AnyTagClassName
{
color: #FF1275;
}
</style>
background-color css
<style>
a { background-color: #FF1275; }
a { background-color: rgb(255,18,117); }
div.DivClassName
{
background-color: #FF1275;
}
.BgClassName
{
background-color: #FF1275;
}
</style>
border-color css
<style>
span { border-color: #FF1275; }
span { border-color: rgb(255,18,117); }
td.TdClassName
{
border-color: #FF1275;
}
.TagClassName
{
border-color: #FF1275;
}
</style>