Shades of Deep Pink #FF1194
Tints of Deep Pink #FF1194
RGB
CMYK
RGB Variations
Color information
#FF1194 (or 0xFF1194) is known color: Deep Pink. HEX triplet: FF, 11 and 94. RGB value is (255,17,148). Sum of RGB (Red+Green+Blue) = 255+17+148=420 (55% of max value = 765). Red value is 255 (100% from 255 or 60.71% from 420); Green value is 17 (7.03% from 255 or 4.05% from 420); Blue value is 148 (58.20% from 255 or 35.24% from 420); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1194 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF1194 is #00EE6B. Grayscale: #666666. Windows color (decimal): -61036 or 9703935. OLE color: 9703935.
HSL color Cylindrical-coordinate representation of color #FF1194: hue angle of 326.97º 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 #FF1194 is Cyan = 0, Magento = 0.93, Yellow = 0.42 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 17 | 148 | - |
| CMYK | 0 | 0.93 | 0.42 | 0 |
| HSL | 326.97º | 1% | 0.53% | - |
| HSV(B) | 326.97º | 0.93% | 1% | - |
| XYZ | 46.79 | 23.8 | 30.14 | - |
| YUV | 103.1 | 153.35 | 236.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 17 | 148 | 0 | 0.93 | 0.42 | 0 | 326.97 | 1 | 0.53 |
| Hex | FF | 11 | 94 | 0 | 5D | 2A | 0 | 147 | 64 | 35 |
| Octal | 377 | 21 | 224 | 0 | 135 | 52 | 0 | 507 | 144 | 65 |
| Binary | 11111111 | 10001 | 10010100 | 0 | 1011101 | 101010 | 0 | 101000111 | 1100100 | 110101 |
Color Harmonies of #FF1194
Complementary color
Monochromatic Colors of #FF1194
Black with #FF1194
Text Example
Text Example
White with #FF1194
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1194; }
p { color: rgb(255,17,148); }
H1.HeaderClassName
{
color: #FF1194;
}
.AnyTagClassName
{
color: #FF1194;
}
</style>
background-color css
<style>
a { background-color: #FF1194; }
a { background-color: rgb(255,17,148); }
div.DivClassName
{
background-color: #FF1194;
}
.BgClassName
{
background-color: #FF1194;
}
</style>
border-color css
<style>
span { border-color: #FF1194; }
span { border-color: rgb(255,17,148); }
td.TdClassName
{
border-color: #FF1194;
}
.TagClassName
{
border-color: #FF1194;
}
</style>