Shades of Brilliant Rose #FB53A8
Tints of Brilliant Rose #FB53A8
RGB
CMYK
RGB Variations
Color information
#FB53A8 (or 0xFB53A8) is known color: Brilliant Rose. HEX triplet: FB, 53 and A8. RGB value is (251,83,168). Sum of RGB (Red+Green+Blue) = 251+83+168=502 (66% of max value = 765). Red value is 251 (98.44% from 255 or 50% from 502); Green value is 83 (32.81% from 255 or 16.53% from 502); Blue value is 168 (66.02% from 255 or 33.47% from 502); Max value from RGB is 251 - color contains mainly: red. Hex color #FB53A8 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB53A8 is #04AC57. Grayscale: #8E8E8E. Windows color (decimal): -306264 or 11031547. OLE color: 11031547.
HSL color Cylindrical-coordinate representation of color #FB53A8: hue angle of 329.64º 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 #FB53A8 is Cyan = 0, Magento = 0.67, Yellow = 0.33 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 83 | 168 | - |
| CMYK | 0 | 0.67 | 0.33 | 0.02 |
| HSL | 329.64º | 0.95% | 0.65% | - |
| HSV(B) | 329.64º | 0.67% | 0.98% | - |
| XYZ | 49.94 | 29.52 | 40.11 | - |
| YUV | 142.92 | 142.16 | 205.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 83 | 168 | 0 | 0.67 | 0.33 | 0.02 | 329.64 | 0.95 | 0.65 |
| Hex | FB | 53 | A8 | 0 | 43 | 21 | 2 | 14A | 5F | 41 |
| Octal | 373 | 123 | 250 | 0 | 103 | 41 | 2 | 512 | 137 | 101 |
| Binary | 11111011 | 1010011 | 10101000 | 0 | 1000011 | 100001 | 10 | 101001010 | 1011111 | 1000001 |
Color Harmonies of #FB53A8
Complementary color
Monochromatic Colors of #FB53A8
Black with #FB53A8
Text Example
Text Example
White with #FB53A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB53A8; }
p { color: rgb(251,83,168); }
H1.HeaderClassName
{
color: #FB53A8;
}
.AnyTagClassName
{
color: #FB53A8;
}
</style>
background-color css
<style>
a { background-color: #FB53A8; }
a { background-color: rgb(251,83,168); }
div.DivClassName
{
background-color: #FB53A8;
}
.BgClassName
{
background-color: #FB53A8;
}
</style>
border-color css
<style>
span { border-color: #FB53A8; }
span { border-color: rgb(251,83,168); }
td.TdClassName
{
border-color: #FB53A8;
}
.TagClassName
{
border-color: #FB53A8;
}
</style>