Shades of Brilliant Rose #FF5D9B
Tints of Brilliant Rose #FF5D9B
RGB
CMYK
RGB Variations
Color information
#FF5D9B (or 0xFF5D9B) is known color: Brilliant Rose. HEX triplet: FF, 5D and 9B. RGB value is (255,93,155). Sum of RGB (Red+Green+Blue) = 255+93+155=503 (66% of max value = 765). Red value is 255 (100% from 255 or 50.70% from 503); Green value is 93 (36.72% from 255 or 18.49% from 503); Blue value is 155 (60.94% from 255 or 30.82% from 503); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5D9B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF5D9B is #00A264. Grayscale: #949494. Windows color (decimal): -41573 or 10182143. OLE color: 10182143.
HSL color Cylindrical-coordinate representation of color #FF5D9B: hue angle of 337.04º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FF5D9B is Cyan = 0, Magento = 0.64, Yellow = 0.39 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 93 | 155 | - |
| CMYK | 0 | 0.64 | 0.39 | 0 |
| HSL | 337.04º | 1% | 0.68% | - |
| HSV(B) | 337.04º | 0.64% | 1% | - |
| XYZ | 51.07 | 31.46 | 34.39 | - |
| YUV | 148.51 | 131.67 | 203.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 93 | 155 | 0 | 0.64 | 0.39 | 0 | 337.04 | 1 | 0.68 |
| Hex | FF | 5D | 9B | 0 | 40 | 27 | 0 | 151 | 64 | 44 |
| Octal | 377 | 135 | 233 | 0 | 100 | 47 | 0 | 521 | 144 | 104 |
| Binary | 11111111 | 1011101 | 10011011 | 0 | 1000000 | 100111 | 0 | 101010001 | 1100100 | 1000100 |
Color Harmonies of #FF5D9B
Complementary color
Monochromatic Colors of #FF5D9B
Black with #FF5D9B
Text Example
Text Example
White with #FF5D9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5D9B; }
p { color: rgb(255,93,155); }
H1.HeaderClassName
{
color: #FF5D9B;
}
.AnyTagClassName
{
color: #FF5D9B;
}
</style>
background-color css
<style>
a { background-color: #FF5D9B; }
a { background-color: rgb(255,93,155); }
div.DivClassName
{
background-color: #FF5D9B;
}
.BgClassName
{
background-color: #FF5D9B;
}
</style>
border-color css
<style>
span { border-color: #FF5D9B; }
span { border-color: rgb(255,93,155); }
td.TdClassName
{
border-color: #FF5D9B;
}
.TagClassName
{
border-color: #FF5D9B;
}
</style>