Shades of Deep Pink #FF1395
Tints of Deep Pink #FF1395
RGB
CMYK
RGB Variations
Color information
#FF1395 (or 0xFF1395) is known color: Deep Pink. HEX triplet: FF, 13 and 95. RGB value is (255,19,149). Sum of RGB (Red+Green+Blue) = 255+19+149=423 (56% of max value = 765). Red value is 255 (100% from 255 or 60.28% from 423); Green value is 19 (7.81% from 255 or 4.49% from 423); Blue value is 149 (58.59% from 255 or 35.22% from 423); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1395 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF1395 is #00EC6A. Grayscale: #686868. Windows color (decimal): -60523 or 9769983. OLE color: 9769983.
HSL color Cylindrical-coordinate representation of color #FF1395: hue angle of 326.95º 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 #FF1395 is Cyan = 0, Magento = 0.93, Yellow = 0.42 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 19 | 149 | - |
| CMYK | 0 | 0.93 | 0.42 | 0 |
| HSL | 326.95º | 1% | 0.54% | - |
| HSV(B) | 326.95º | 0.93% | 1% | - |
| XYZ | 46.9 | 23.9 | 30.57 | - |
| YUV | 104.38 | 153.19 | 235.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 19 | 149 | 0 | 0.93 | 0.42 | 0 | 326.95 | 1 | 0.54 |
| Hex | FF | 13 | 95 | 0 | 5D | 2A | 0 | 147 | 64 | 36 |
| Octal | 377 | 23 | 225 | 0 | 135 | 52 | 0 | 507 | 144 | 66 |
| Binary | 11111111 | 10011 | 10010101 | 0 | 1011101 | 101010 | 0 | 101000111 | 1100100 | 110110 |
Color Harmonies of #FF1395
Complementary color
Monochromatic Colors of #FF1395
Black with #FF1395
Text Example
Text Example
White with #FF1395
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1395; }
p { color: rgb(255,19,149); }
H1.HeaderClassName
{
color: #FF1395;
}
.AnyTagClassName
{
color: #FF1395;
}
</style>
background-color css
<style>
a { background-color: #FF1395; }
a { background-color: rgb(255,19,149); }
div.DivClassName
{
background-color: #FF1395;
}
.BgClassName
{
background-color: #FF1395;
}
</style>
border-color css
<style>
span { border-color: #FF1395; }
span { border-color: rgb(255,19,149); }
td.TdClassName
{
border-color: #FF1395;
}
.TagClassName
{
border-color: #FF1395;
}
</style>