Shades of Brilliant Rose #FF5FA6
Tints of Brilliant Rose #FF5FA6
RGB
CMYK
RGB Variations
Color information
#FF5FA6 (or 0xFF5FA6) is known color: Brilliant Rose. HEX triplet: FF, 5F and A6. RGB value is (255,95,166). Sum of RGB (Red+Green+Blue) = 255+95+166=516 (68% of max value = 765). Red value is 255 (100% from 255 or 49.42% from 516); Green value is 95 (37.5% from 255 or 18.41% from 516); Blue value is 166 (65.23% from 255 or 32.17% from 516); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5FA6 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF5FA6 is #00A059. Grayscale: #969696. Windows color (decimal): -41050 or 10903551. OLE color: 10903551.
HSL color Cylindrical-coordinate representation of color #FF5FA6: hue angle of 333.38º 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 #FF5FA6 is Cyan = 0, Magento = 0.63, Yellow = 0.35 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 95 | 166 | - |
| CMYK | 0 | 0.63 | 0.35 | 0 |
| HSL | 333.38º | 1% | 0.69% | - |
| HSV(B) | 333.38º | 0.63% | 1% | - |
| XYZ | 52.22 | 32.2 | 39.54 | - |
| YUV | 150.93 | 136.51 | 202.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 95 | 166 | 0 | 0.63 | 0.35 | 0 | 333.38 | 1 | 0.69 |
| Hex | FF | 5F | A6 | 0 | 3F | 23 | 0 | 14D | 64 | 45 |
| Octal | 377 | 137 | 246 | 0 | 77 | 43 | 0 | 515 | 144 | 105 |
| Binary | 11111111 | 1011111 | 10100110 | 0 | 111111 | 100011 | 0 | 101001101 | 1100100 | 1000101 |
Color Harmonies of #FF5FA6
Complementary color
Monochromatic Colors of #FF5FA6
Black with #FF5FA6
Text Example
Text Example
White with #FF5FA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5FA6; }
p { color: rgb(255,95,166); }
H1.HeaderClassName
{
color: #FF5FA6;
}
.AnyTagClassName
{
color: #FF5FA6;
}
</style>
background-color css
<style>
a { background-color: #FF5FA6; }
a { background-color: rgb(255,95,166); }
div.DivClassName
{
background-color: #FF5FA6;
}
.BgClassName
{
background-color: #FF5FA6;
}
</style>
border-color css
<style>
span { border-color: #FF5FA6; }
span { border-color: rgb(255,95,166); }
td.TdClassName
{
border-color: #FF5FA6;
}
.TagClassName
{
border-color: #FF5FA6;
}
</style>