Shades of Deep Pink #FF1195
Tints of Deep Pink #FF1195
RGB
CMYK
RGB Variations
Color information
#FF1195 (or 0xFF1195) is known color: Deep Pink. HEX triplet: FF, 11 and 95. RGB value is (255,17,149). Sum of RGB (Red+Green+Blue) = 255+17+149=421 (55% of max value = 765). Red value is 255 (100% from 255 or 60.57% from 421); Green value is 17 (7.03% from 255 or 4.04% from 421); Blue value is 149 (58.59% from 255 or 35.39% from 421); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1195 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF1195 is #00EE6A. Grayscale: #666666. Windows color (decimal): -61035 or 9769471. OLE color: 9769471.
HSL color Cylindrical-coordinate representation of color #FF1195: hue angle of 326.72º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FF1195 is Cyan = 0, Magento = 0.93, Yellow = 0.42 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 17 | 149 | - |
| CMYK | 0 | 0.93 | 0.42 | 0 |
| HSL | 326.72º | 1% | 0.53% | - |
| HSV(B) | 326.72º | 0.93% | 1% | - |
| XYZ | 46.87 | 23.83 | 30.56 | - |
| YUV | 103.21 | 153.85 | 236.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 17 | 149 | 0 | 0.93 | 0.42 | 0 | 326.72 | 1 | 0.53 |
| Hex | FF | 11 | 95 | 0 | 5D | 2A | 0 | 147 | 64 | 35 |
| Octal | 377 | 21 | 225 | 0 | 135 | 52 | 0 | 507 | 144 | 65 |
| Binary | 11111111 | 10001 | 10010101 | 0 | 1011101 | 101010 | 0 | 101000111 | 1100100 | 110101 |
Color Harmonies of #FF1195
Complementary color
Monochromatic Colors of #FF1195
Black with #FF1195
Text Example
Text Example
White with #FF1195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1195; }
p { color: rgb(255,17,149); }
H1.HeaderClassName
{
color: #FF1195;
}
.AnyTagClassName
{
color: #FF1195;
}
</style>
background-color css
<style>
a { background-color: #FF1195; }
a { background-color: rgb(255,17,149); }
div.DivClassName
{
background-color: #FF1195;
}
.BgClassName
{
background-color: #FF1195;
}
</style>
border-color css
<style>
span { border-color: #FF1195; }
span { border-color: rgb(255,17,149); }
td.TdClassName
{
border-color: #FF1195;
}
.TagClassName
{
border-color: #FF1195;
}
</style>