Shades of Brilliant Rose #FB5FA8
Tints of Brilliant Rose #FB5FA8
RGB
CMYK
RGB Variations
Color information
#FB5FA8 (or 0xFB5FA8) is known color: Brilliant Rose. HEX triplet: FB, 5F and A8. RGB value is (251,95,168). Sum of RGB (Red+Green+Blue) = 251+95+168=514 (68% of max value = 765). Red value is 251 (98.44% from 255 or 48.83% from 514); Green value is 95 (37.5% from 255 or 18.48% from 514); Blue value is 168 (66.02% from 255 or 32.68% from 514); Max value from RGB is 251 - color contains mainly: red. Hex color #FB5FA8 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB5FA8 is #04A057. Grayscale: #959595. Windows color (decimal): -303192 or 11034619. OLE color: 11034619.
HSL color Cylindrical-coordinate representation of color #FB5FA8: hue angle of 331.92º degrees, saturation: 0.95, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FB5FA8 is Cyan = 0, Magento = 0.62, Yellow = 0.33 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 95 | 168 | - |
| CMYK | 0 | 0.62 | 0.33 | 0.02 |
| HSL | 331.92º | 0.95% | 0.68% | - |
| HSV(B) | 331.92º | 0.62% | 0.98% | - |
| XYZ | 50.94 | 31.52 | 40.44 | - |
| YUV | 149.97 | 138.18 | 200.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 95 | 168 | 0 | 0.62 | 0.33 | 0.02 | 331.92 | 0.95 | 0.68 |
| Hex | FB | 5F | A8 | 0 | 3E | 21 | 2 | 14C | 5F | 44 |
| Octal | 373 | 137 | 250 | 0 | 76 | 41 | 2 | 514 | 137 | 104 |
| Binary | 11111011 | 1011111 | 10101000 | 0 | 111110 | 100001 | 10 | 101001100 | 1011111 | 1000100 |
Color Harmonies of #FB5FA8
Complementary color
Monochromatic Colors of #FB5FA8
Black with #FB5FA8
Text Example
Text Example
White with #FB5FA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB5FA8; }
p { color: rgb(251,95,168); }
H1.HeaderClassName
{
color: #FB5FA8;
}
.AnyTagClassName
{
color: #FB5FA8;
}
</style>
background-color css
<style>
a { background-color: #FB5FA8; }
a { background-color: rgb(251,95,168); }
div.DivClassName
{
background-color: #FB5FA8;
}
.BgClassName
{
background-color: #FB5FA8;
}
</style>
border-color css
<style>
span { border-color: #FB5FA8; }
span { border-color: rgb(251,95,168); }
td.TdClassName
{
border-color: #FB5FA8;
}
.TagClassName
{
border-color: #FB5FA8;
}
</style>