Shades of Brilliant Rose #FB53AB
Tints of Brilliant Rose #FB53AB
RGB
CMYK
RGB Variations
Color information
#FB53AB (or 0xFB53AB) is known color: Brilliant Rose. HEX triplet: FB, 53 and AB. RGB value is (251,83,171). Sum of RGB (Red+Green+Blue) = 251+83+171=505 (66% of max value = 765). Red value is 251 (98.44% from 255 or 49.70% from 505); Green value is 83 (32.81% from 255 or 16.44% from 505); Blue value is 171 (67.19% from 255 or 33.86% from 505); Max value from RGB is 251 - color contains mainly: red. Hex color #FB53AB is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB53AB is #04AC54. Grayscale: #8F8F8F. Windows color (decimal): -306261 or 11228155. OLE color: 11228155.
HSL color Cylindrical-coordinate representation of color #FB53AB: hue angle of 328.57º degrees, saturation: 0.95, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FB53AB is Cyan = 0, Magento = 0.67, Yellow = 0.32 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 83 | 171 | - |
| CMYK | 0 | 0.67 | 0.32 | 0.02 |
| HSL | 328.57º | 0.95% | 0.65% | - |
| HSV(B) | 328.57º | 0.67% | 0.98% | - |
| XYZ | 50.23 | 29.64 | 41.6 | - |
| YUV | 143.26 | 143.66 | 204.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 83 | 171 | 0 | 0.67 | 0.32 | 0.02 | 328.57 | 0.95 | 0.65 |
| Hex | FB | 53 | AB | 0 | 43 | 20 | 2 | 149 | 5F | 41 |
| Octal | 373 | 123 | 253 | 0 | 103 | 40 | 2 | 511 | 137 | 101 |
| Binary | 11111011 | 1010011 | 10101011 | 0 | 1000011 | 100000 | 10 | 101001001 | 1011111 | 1000001 |
Color Harmonies of #FB53AB
Complementary color
Monochromatic Colors of #FB53AB
Black with #FB53AB
Text Example
Text Example
White with #FB53AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB53AB; }
p { color: rgb(251,83,171); }
H1.HeaderClassName
{
color: #FB53AB;
}
.AnyTagClassName
{
color: #FB53AB;
}
</style>
background-color css
<style>
a { background-color: #FB53AB; }
a { background-color: rgb(251,83,171); }
div.DivClassName
{
background-color: #FB53AB;
}
.BgClassName
{
background-color: #FB53AB;
}
</style>
border-color css
<style>
span { border-color: #FB53AB; }
span { border-color: rgb(251,83,171); }
td.TdClassName
{
border-color: #FB53AB;
}
.TagClassName
{
border-color: #FB53AB;
}
</style>