Shades of Deep Pink #FF1294
Tints of Deep Pink #FF1294
RGB
CMYK
RGB Variations
Color information
#FF1294 (or 0xFF1294) is known color: Deep Pink. HEX triplet: FF, 12 and 94. RGB value is (255,18,148). Sum of RGB (Red+Green+Blue) = 255+18+148=421 (55% of max value = 765). Red value is 255 (100% from 255 or 60.57% from 421); Green value is 18 (7.42% from 255 or 4.28% from 421); Blue value is 148 (58.20% from 255 or 35.15% from 421); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1294 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF1294 is #00ED6B. Grayscale: #676767. Windows color (decimal): -60780 or 9704191. OLE color: 9704191.
HSL color Cylindrical-coordinate representation of color #FF1294: hue angle of 327.09º 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 #FF1294 is Cyan = 0, Magento = 0.93, Yellow = 0.42 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 18 | 148 | - |
| CMYK | 0 | 0.93 | 0.42 | 0 |
| HSL | 327.09º | 1% | 0.54% | - |
| HSV(B) | 327.09º | 0.93% | 1% | - |
| XYZ | 46.8 | 23.83 | 30.15 | - |
| YUV | 103.68 | 153.02 | 235.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 18 | 148 | 0 | 0.93 | 0.42 | 0 | 327.09 | 1 | 0.54 |
| Hex | FF | 12 | 94 | 0 | 5D | 2A | 0 | 147 | 64 | 36 |
| Octal | 377 | 22 | 224 | 0 | 135 | 52 | 0 | 507 | 144 | 66 |
| Binary | 11111111 | 10010 | 10010100 | 0 | 1011101 | 101010 | 0 | 101000111 | 1100100 | 110110 |
Color Harmonies of #FF1294
Complementary color
Monochromatic Colors of #FF1294
Black with #FF1294
Text Example
Text Example
White with #FF1294
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1294; }
p { color: rgb(255,18,148); }
H1.HeaderClassName
{
color: #FF1294;
}
.AnyTagClassName
{
color: #FF1294;
}
</style>
background-color css
<style>
a { background-color: #FF1294; }
a { background-color: rgb(255,18,148); }
div.DivClassName
{
background-color: #FF1294;
}
.BgClassName
{
background-color: #FF1294;
}
</style>
border-color css
<style>
span { border-color: #FF1294; }
span { border-color: rgb(255,18,148); }
td.TdClassName
{
border-color: #FF1294;
}
.TagClassName
{
border-color: #FF1294;
}
</style>