Shades of Brilliant Rose #FB5AAF
Tints of Brilliant Rose #FB5AAF
RGB
CMYK
RGB Variations
Color information
#FB5AAF (or 0xFB5AAF) is known color: Brilliant Rose. HEX triplet: FB, 5A and AF. RGB value is (251,90,175). Sum of RGB (Red+Green+Blue) = 251+90+175=516 (68% of max value = 765). Red value is 251 (98.44% from 255 or 48.64% from 516); Green value is 90 (35.55% from 255 or 17.44% from 516); Blue value is 175 (68.75% from 255 or 33.91% from 516); Max value from RGB is 251 - color contains mainly: red. Hex color #FB5AAF is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB5AAF is #04A550. Grayscale: #939393. Windows color (decimal): -304465 or 11492091. OLE color: 11492091.
HSL color Cylindrical-coordinate representation of color #FB5AAF: hue angle of 328.32º degrees, saturation: 0.95, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FB5AAF is Cyan = 0, Magento = 0.64, Yellow = 0.30 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 90 | 175 | - |
| CMYK | 0 | 0.64 | 0.30 | 0.02 |
| HSL | 328.32º | 0.95% | 0.67% | - |
| HSV(B) | 328.32º | 0.64% | 0.98% | - |
| XYZ | 51.18 | 30.92 | 43.83 | - |
| YUV | 147.83 | 143.34 | 201.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 90 | 175 | 0 | 0.64 | 0.30 | 0.02 | 328.32 | 0.95 | 0.67 |
| Hex | FB | 5A | AF | 0 | 40 | 1E | 2 | 148 | 5F | 43 |
| Octal | 373 | 132 | 257 | 0 | 100 | 36 | 2 | 510 | 137 | 103 |
| Binary | 11111011 | 1011010 | 10101111 | 0 | 1000000 | 11110 | 10 | 101001000 | 1011111 | 1000011 |
Color Harmonies of #FB5AAF
Complementary color
Monochromatic Colors of #FB5AAF
Black with #FB5AAF
Text Example
Text Example
White with #FB5AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB5AAF; }
p { color: rgb(251,90,175); }
H1.HeaderClassName
{
color: #FB5AAF;
}
.AnyTagClassName
{
color: #FB5AAF;
}
</style>
background-color css
<style>
a { background-color: #FB5AAF; }
a { background-color: rgb(251,90,175); }
div.DivClassName
{
background-color: #FB5AAF;
}
.BgClassName
{
background-color: #FB5AAF;
}
</style>
border-color css
<style>
span { border-color: #FB5AAF; }
span { border-color: rgb(251,90,175); }
td.TdClassName
{
border-color: #FB5AAF;
}
.TagClassName
{
border-color: #FB5AAF;
}
</style>