Shades of Brilliant Rose #FF5FA8
Tints of Brilliant Rose #FF5FA8
RGB
CMYK
RGB Variations
Color information
#FF5FA8 (or 0xFF5FA8) is known color: Brilliant Rose. HEX triplet: FF, 5F and A8. RGB value is (255,95,168). Sum of RGB (Red+Green+Blue) = 255+95+168=518 (68% of max value = 765). Red value is 255 (100% from 255 or 49.23% from 518); Green value is 95 (37.5% from 255 or 18.34% from 518); Blue value is 168 (66.02% from 255 or 32.43% from 518); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5FA8 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF5FA8 is #00A057. Grayscale: #979797. Windows color (decimal): -41048 or 11034623. OLE color: 11034623.
HSL color Cylindrical-coordinate representation of color #FF5FA8: hue angle of 332.62º 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 #FF5FA8 is Cyan = 0, Magento = 0.63, Yellow = 0.34 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 95 | 168 | - |
| CMYK | 0 | 0.63 | 0.34 | 0 |
| HSL | 332.63º | 1% | 0.69% | - |
| HSV(B) | 332.63º | 0.63% | 1% | - |
| XYZ | 52.4 | 32.27 | 40.51 | - |
| YUV | 151.16 | 137.51 | 202.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 95 | 168 | 0 | 0.63 | 0.34 | 0 | 332.63 | 1 | 0.69 |
| Hex | FF | 5F | A8 | 0 | 3F | 22 | 0 | 14D | 64 | 45 |
| Octal | 377 | 137 | 250 | 0 | 77 | 42 | 0 | 515 | 144 | 105 |
| Binary | 11111111 | 1011111 | 10101000 | 0 | 111111 | 100010 | 0 | 101001101 | 1100100 | 1000101 |
Color Harmonies of #FF5FA8
Complementary color
Monochromatic Colors of #FF5FA8
Black with #FF5FA8
Text Example
Text Example
White with #FF5FA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5FA8; }
p { color: rgb(255,95,168); }
H1.HeaderClassName
{
color: #FF5FA8;
}
.AnyTagClassName
{
color: #FF5FA8;
}
</style>
background-color css
<style>
a { background-color: #FF5FA8; }
a { background-color: rgb(255,95,168); }
div.DivClassName
{
background-color: #FF5FA8;
}
.BgClassName
{
background-color: #FF5FA8;
}
</style>
border-color css
<style>
span { border-color: #FF5FA8; }
span { border-color: rgb(255,95,168); }
td.TdClassName
{
border-color: #FF5FA8;
}
.TagClassName
{
border-color: #FF5FA8;
}
</style>