Shades of Brilliant Rose #FF5FAB
Tints of Brilliant Rose #FF5FAB
RGB
CMYK
RGB Variations
Color information
#FF5FAB (or 0xFF5FAB) is known color: Brilliant Rose. HEX triplet: FF, 5F and AB. RGB value is (255,95,171). Sum of RGB (Red+Green+Blue) = 255+95+171=521 (69% of max value = 765). Red value is 255 (100% from 255 or 48.94% from 521); Green value is 95 (37.5% from 255 or 18.23% from 521); Blue value is 171 (67.19% from 255 or 32.82% from 521); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5FAB is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF5FAB is #00A054. Grayscale: #979797. Windows color (decimal): -41045 or 11231231. OLE color: 11231231.
HSL color Cylindrical-coordinate representation of color #FF5FAB: hue angle of 331.5º 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 #FF5FAB is Cyan = 0, Magento = 0.63, Yellow = 0.33 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 95 | 171 | - |
| CMYK | 0 | 0.63 | 0.33 | 0 |
| HSL | 331.5º | 1% | 0.69% | - |
| HSV(B) | 331.5º | 0.63% | 1% | - |
| XYZ | 52.68 | 32.38 | 42 | - |
| YUV | 151.5 | 139.01 | 201.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 95 | 171 | 0 | 0.63 | 0.33 | 0 | 331.5 | 1 | 0.69 |
| Hex | FF | 5F | AB | 0 | 3F | 21 | 0 | 14C | 64 | 45 |
| Octal | 377 | 137 | 253 | 0 | 77 | 41 | 0 | 514 | 144 | 105 |
| Binary | 11111111 | 1011111 | 10101011 | 0 | 111111 | 100001 | 0 | 101001100 | 1100100 | 1000101 |
Color Harmonies of #FF5FAB
Complementary color
Monochromatic Colors of #FF5FAB
Black with #FF5FAB
Text Example
Text Example
White with #FF5FAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5FAB; }
p { color: rgb(255,95,171); }
H1.HeaderClassName
{
color: #FF5FAB;
}
.AnyTagClassName
{
color: #FF5FAB;
}
</style>
background-color css
<style>
a { background-color: #FF5FAB; }
a { background-color: rgb(255,95,171); }
div.DivClassName
{
background-color: #FF5FAB;
}
.BgClassName
{
background-color: #FF5FAB;
}
</style>
border-color css
<style>
span { border-color: #FF5FAB; }
span { border-color: rgb(255,95,171); }
td.TdClassName
{
border-color: #FF5FAB;
}
.TagClassName
{
border-color: #FF5FAB;
}
</style>