Shades of Brilliant Rose #FB45A8
Tints of Brilliant Rose #FB45A8
RGB
CMYK
RGB Variations
Color information
#FB45A8 (or 0xFB45A8) is known color: Brilliant Rose. HEX triplet: FB, 45 and A8. RGB value is (251,69,168). Sum of RGB (Red+Green+Blue) = 251+69+168=488 (64% of max value = 765). Red value is 251 (98.44% from 255 or 51.43% from 488); Green value is 69 (27.34% from 255 or 14.14% from 488); Blue value is 168 (66.02% from 255 or 34.43% from 488); Max value from RGB is 251 - color contains mainly: red. Hex color #FB45A8 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB45A8 is #04BA57. Grayscale: #868686. Windows color (decimal): -309848 or 11027963. OLE color: 11027963.
HSL color Cylindrical-coordinate representation of color #FB45A8: hue angle of 327.36º degrees, saturation: 0.96, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #FB45A8 is Cyan = 0, Magento = 0.73, Yellow = 0.33 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 69 | 168 | - |
| CMYK | 0 | 0.73 | 0.33 | 0.02 |
| HSL | 327.36º | 0.96% | 0.63% | - |
| HSV(B) | 327.36º | 0.73% | 0.98% | - |
| XYZ | 48.98 | 27.59 | 39.79 | - |
| YUV | 134.7 | 146.8 | 210.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 69 | 168 | 0 | 0.73 | 0.33 | 0.02 | 327.36 | 0.96 | 0.63 |
| Hex | FB | 45 | A8 | 0 | 49 | 21 | 2 | 147 | 60 | 3F |
| Octal | 373 | 105 | 250 | 0 | 111 | 41 | 2 | 507 | 140 | 77 |
| Binary | 11111011 | 1000101 | 10101000 | 0 | 1001001 | 100001 | 10 | 101000111 | 1100000 | 111111 |
Color Harmonies of #FB45A8
Complementary color
Monochromatic Colors of #FB45A8
Black with #FB45A8
Text Example
Text Example
White with #FB45A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB45A8; }
p { color: rgb(251,69,168); }
H1.HeaderClassName
{
color: #FB45A8;
}
.AnyTagClassName
{
color: #FB45A8;
}
</style>
background-color css
<style>
a { background-color: #FB45A8; }
a { background-color: rgb(251,69,168); }
div.DivClassName
{
background-color: #FB45A8;
}
.BgClassName
{
background-color: #FB45A8;
}
</style>
border-color css
<style>
span { border-color: #FB45A8; }
span { border-color: rgb(251,69,168); }
td.TdClassName
{
border-color: #FB45A8;
}
.TagClassName
{
border-color: #FB45A8;
}
</style>