Shades of Deep Pink #FF1495
Tints of Deep Pink #FF1495
RGB
CMYK
RGB Variations
Color information
#FF1495 (or 0xFF1495) is known color: Deep Pink. HEX triplet: FF, 14 and 95. RGB value is (255,20,149). Sum of RGB (Red+Green+Blue) = 255+20+149=424 (56% of max value = 765). Red value is 255 (100% from 255 or 60.14% from 424); Green value is 20 (8.20% from 255 or 4.72% from 424); Blue value is 149 (58.59% from 255 or 35.14% from 424); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1495 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF1495 is #00EB6A. Grayscale: #686868. Windows color (decimal): -60267 or 9770239. OLE color: 9770239.
HSL color Cylindrical-coordinate representation of color #FF1495: hue angle of 327.06º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FF1495 is Cyan = 0, Magento = 0.92, Yellow = 0.42 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 20 | 149 | - |
| CMYK | 0 | 0.92 | 0.42 | 0 |
| HSL | 327.06º | 1% | 0.54% | - |
| HSV(B) | 327.06º | 0.92% | 1% | - |
| XYZ | 46.91 | 23.93 | 30.58 | - |
| YUV | 104.97 | 152.86 | 235.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 20 | 149 | 0 | 0.92 | 0.42 | 0 | 327.06 | 1 | 0.54 |
| Hex | FF | 14 | 95 | 0 | 5C | 2A | 0 | 147 | 64 | 36 |
| Octal | 377 | 24 | 225 | 0 | 134 | 52 | 0 | 507 | 144 | 66 |
| Binary | 11111111 | 10100 | 10010101 | 0 | 1011100 | 101010 | 0 | 101000111 | 1100100 | 110110 |
Color Harmonies of #FF1495
Complementary color
Monochromatic Colors of #FF1495
Black with #FF1495
Text Example
Text Example
White with #FF1495
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1495; }
p { color: rgb(255,20,149); }
H1.HeaderClassName
{
color: #FF1495;
}
.AnyTagClassName
{
color: #FF1495;
}
</style>
background-color css
<style>
a { background-color: #FF1495; }
a { background-color: rgb(255,20,149); }
div.DivClassName
{
background-color: #FF1495;
}
.BgClassName
{
background-color: #FF1495;
}
</style>
border-color css
<style>
span { border-color: #FF1495; }
span { border-color: rgb(255,20,149); }
td.TdClassName
{
border-color: #FF1495;
}
.TagClassName
{
border-color: #FF1495;
}
</style>