Shades of Brilliant Rose #FF5195
Tints of Brilliant Rose #FF5195
RGB
CMYK
RGB Variations
Color information
#FF5195 (or 0xFF5195) is known color: Brilliant Rose. HEX triplet: FF, 51 and 95. RGB value is (255,81,149). Sum of RGB (Red+Green+Blue) = 255+81+149=485 (64% of max value = 765). Red value is 255 (100% from 255 or 52.58% from 485); Green value is 81 (32.03% from 255 or 16.70% from 485); Blue value is 149 (58.59% from 255 or 30.72% from 485); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5195 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF5195 is #00AE6A. Grayscale: #8C8C8C. Windows color (decimal): -44651 or 9785855. OLE color: 9785855.
HSL color Cylindrical-coordinate representation of color #FF5195: hue angle of 336.55º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FF5195 is Cyan = 0, Magento = 0.68, Yellow = 0.42 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 81 | 149 | - |
| CMYK | 0 | 0.68 | 0.42 | 0 |
| HSL | 336.55º | 1% | 0.66% | - |
| HSV(B) | 336.55º | 0.68% | 1% | - |
| XYZ | 49.61 | 29.31 | 31.48 | - |
| YUV | 140.78 | 132.65 | 209.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 81 | 149 | 0 | 0.68 | 0.42 | 0 | 336.55 | 1 | 0.66 |
| Hex | FF | 51 | 95 | 0 | 44 | 2A | 0 | 151 | 64 | 42 |
| Octal | 377 | 121 | 225 | 0 | 104 | 52 | 0 | 521 | 144 | 102 |
| Binary | 11111111 | 1010001 | 10010101 | 0 | 1000100 | 101010 | 0 | 101010001 | 1100100 | 1000010 |
Color Harmonies of #FF5195
Complementary color
Monochromatic Colors of #FF5195
Black with #FF5195
Text Example
Text Example
White with #FF5195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5195; }
p { color: rgb(255,81,149); }
H1.HeaderClassName
{
color: #FF5195;
}
.AnyTagClassName
{
color: #FF5195;
}
</style>
background-color css
<style>
a { background-color: #FF5195; }
a { background-color: rgb(255,81,149); }
div.DivClassName
{
background-color: #FF5195;
}
.BgClassName
{
background-color: #FF5195;
}
</style>
border-color css
<style>
span { border-color: #FF5195; }
span { border-color: rgb(255,81,149); }
td.TdClassName
{
border-color: #FF5195;
}
.TagClassName
{
border-color: #FF5195;
}
</style>