Shades of Brilliant Rose #FF5FA9
Tints of Brilliant Rose #FF5FA9
RGB
CMYK
RGB Variations
Color information
#FF5FA9 (or 0xFF5FA9) is known color: Brilliant Rose. HEX triplet: FF, 5F and A9. RGB value is (255,95,169). Sum of RGB (Red+Green+Blue) = 255+95+169=519 (68% of max value = 765). Red value is 255 (100% from 255 or 49.13% from 519); Green value is 95 (37.5% from 255 or 18.30% from 519); Blue value is 169 (66.41% from 255 or 32.56% from 519); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5FA9 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF5FA9 is #00A056. Grayscale: #979797. Windows color (decimal): -41047 or 11100159. OLE color: 11100159.
HSL color Cylindrical-coordinate representation of color #FF5FA9: hue angle of 332.25º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FF5FA9 is Cyan = 0, Magento = 0.63, Yellow = 0.34 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 95 | 169 | - |
| CMYK | 0 | 0.63 | 0.34 | 0 |
| HSL | 332.25º | 1% | 0.69% | - |
| HSV(B) | 332.25º | 0.63% | 1% | - |
| XYZ | 52.49 | 32.31 | 41.01 | - |
| YUV | 151.28 | 138.01 | 201.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 95 | 169 | 0 | 0.63 | 0.34 | 0 | 332.25 | 1 | 0.69 |
| Hex | FF | 5F | A9 | 0 | 3F | 22 | 0 | 14C | 64 | 45 |
| Octal | 377 | 137 | 251 | 0 | 77 | 42 | 0 | 514 | 144 | 105 |
| Binary | 11111111 | 1011111 | 10101001 | 0 | 111111 | 100010 | 0 | 101001100 | 1100100 | 1000101 |
Color Harmonies of #FF5FA9
Complementary color
Monochromatic Colors of #FF5FA9
Black with #FF5FA9
Text Example
Text Example
White with #FF5FA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5FA9; }
p { color: rgb(255,95,169); }
H1.HeaderClassName
{
color: #FF5FA9;
}
.AnyTagClassName
{
color: #FF5FA9;
}
</style>
background-color css
<style>
a { background-color: #FF5FA9; }
a { background-color: rgb(255,95,169); }
div.DivClassName
{
background-color: #FF5FA9;
}
.BgClassName
{
background-color: #FF5FA9;
}
</style>
border-color css
<style>
span { border-color: #FF5FA9; }
span { border-color: rgb(255,95,169); }
td.TdClassName
{
border-color: #FF5FA9;
}
.TagClassName
{
border-color: #FF5FA9;
}
</style>