Shades of Deep Pink #FF0191
Tints of Deep Pink #FF0191
RGB
CMYK
RGB Variations
Color information
#FF0191 (or 0xFF0191) is known color: Deep Pink. HEX triplet: FF, 01 and 91. RGB value is (255,1,145). Sum of RGB (Red+Green+Blue) = 255+1+145=401 (53% of max value = 765). Red value is 255 (100% from 255 or 63.59% from 401); Green value is 1 (0.78% from 255 or 0.25% from 401); Blue value is 145 (57.03% from 255 or 36.16% from 401); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0191 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF0191 is #00FE6E. Grayscale: #5D5D5D. Windows color (decimal): -65135 or 9503231. OLE color: 9503231.
HSL color Cylindrical-coordinate representation of color #FF0191: hue angle of 325.98º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FF0191 is Cyan = 0, Magento = 1.00, Yellow = 0.43 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 1 | 145 | - |
| CMYK | 0 | 1.00 | 0.43 | 0 |
| HSL | 325.98º | 1% | 0.5% | - |
| HSV(B) | 325.98º | 1% | 1% | - |
| XYZ | 46.36 | 23.33 | 28.85 | - |
| YUV | 93.36 | 157.15 | 243.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 1 | 145 | 0 | 1.00 | 0.43 | 0 | 325.98 | 1 | 0.5 |
| Hex | FF | 1 | 91 | 0 | 64 | 2B | 0 | 146 | 64 | 32 |
| Octal | 377 | 1 | 221 | 0 | 144 | 53 | 0 | 506 | 144 | 62 |
| Binary | 11111111 | 1 | 10010001 | 0 | 1100100 | 101011 | 0 | 101000110 | 1100100 | 110010 |
Color Harmonies of #FF0191
Complementary color
Monochromatic Colors of #FF0191
Black with #FF0191
Text Example
Text Example
White with #FF0191
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0191; }
p { color: rgb(255,1,145); }
H1.HeaderClassName
{
color: #FF0191;
}
.AnyTagClassName
{
color: #FF0191;
}
</style>
background-color css
<style>
a { background-color: #FF0191; }
a { background-color: rgb(255,1,145); }
div.DivClassName
{
background-color: #FF0191;
}
.BgClassName
{
background-color: #FF0191;
}
</style>
border-color css
<style>
span { border-color: #FF0191; }
span { border-color: rgb(255,1,145); }
td.TdClassName
{
border-color: #FF0191;
}
.TagClassName
{
border-color: #FF0191;
}
</style>