Shades of Brilliant Rose #FF5295
Tints of Brilliant Rose #FF5295
RGB
CMYK
RGB Variations
Color information
#FF5295 (or 0xFF5295) is known color: Brilliant Rose. HEX triplet: FF, 52 and 95. RGB value is (255,82,149). Sum of RGB (Red+Green+Blue) = 255+82+149=486 (64% of max value = 765). Red value is 255 (100% from 255 or 52.47% from 486); Green value is 82 (32.42% from 255 or 16.87% from 486); Blue value is 149 (58.59% from 255 or 30.66% from 486); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5295 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF5295 is #00AD6A. Grayscale: #8D8D8D. Windows color (decimal): -44395 or 9786111. OLE color: 9786111.
HSL color Cylindrical-coordinate representation of color #FF5295: hue angle of 336.76º 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 #FF5295 is Cyan = 0, Magento = 0.68, Yellow = 0.42 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 82 | 149 | - |
| CMYK | 0 | 0.68 | 0.42 | 0 |
| HSL | 336.76º | 1% | 0.66% | - |
| HSV(B) | 336.76º | 0.68% | 1% | - |
| XYZ | 49.68 | 29.46 | 31.5 | - |
| YUV | 141.37 | 132.31 | 209.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 82 | 149 | 0 | 0.68 | 0.42 | 0 | 336.76 | 1 | 0.66 |
| Hex | FF | 52 | 95 | 0 | 44 | 2A | 0 | 151 | 64 | 42 |
| Octal | 377 | 122 | 225 | 0 | 104 | 52 | 0 | 521 | 144 | 102 |
| Binary | 11111111 | 1010010 | 10010101 | 0 | 1000100 | 101010 | 0 | 101010001 | 1100100 | 1000010 |
Color Harmonies of #FF5295
Complementary color
Monochromatic Colors of #FF5295
Black with #FF5295
Text Example
Text Example
White with #FF5295
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5295; }
p { color: rgb(255,82,149); }
H1.HeaderClassName
{
color: #FF5295;
}
.AnyTagClassName
{
color: #FF5295;
}
</style>
background-color css
<style>
a { background-color: #FF5295; }
a { background-color: rgb(255,82,149); }
div.DivClassName
{
background-color: #FF5295;
}
.BgClassName
{
background-color: #FF5295;
}
</style>
border-color css
<style>
span { border-color: #FF5295; }
span { border-color: rgb(255,82,149); }
td.TdClassName
{
border-color: #FF5295;
}
.TagClassName
{
border-color: #FF5295;
}
</style>