Shades of Brilliant Rose #FB5FA6
Tints of Brilliant Rose #FB5FA6
RGB
CMYK
RGB Variations
Color information
#FB5FA6 (or 0xFB5FA6) is known color: Brilliant Rose. HEX triplet: FB, 5F and A6. RGB value is (251,95,166). Sum of RGB (Red+Green+Blue) = 251+95+166=512 (67% of max value = 765). Red value is 251 (98.44% from 255 or 49.02% from 512); Green value is 95 (37.5% from 255 or 18.55% from 512); Blue value is 166 (65.23% from 255 or 32.42% from 512); Max value from RGB is 251 - color contains mainly: red. Hex color #FB5FA6 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB5FA6 is #04A059. Grayscale: #959595. Windows color (decimal): -303194 or 10903547. OLE color: 10903547.
HSL color Cylindrical-coordinate representation of color #FB5FA6: hue angle of 332.69º 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 #FB5FA6 is Cyan = 0, Magento = 0.62, Yellow = 0.34 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 95 | 166 | - |
| CMYK | 0 | 0.62 | 0.34 | 0.02 |
| HSL | 332.69º | 0.95% | 0.68% | - |
| HSV(B) | 332.69º | 0.62% | 0.98% | - |
| XYZ | 50.76 | 31.45 | 39.47 | - |
| YUV | 149.74 | 137.18 | 200.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 95 | 166 | 0 | 0.62 | 0.34 | 0.02 | 332.69 | 0.95 | 0.68 |
| Hex | FB | 5F | A6 | 0 | 3E | 22 | 2 | 14D | 5F | 44 |
| Octal | 373 | 137 | 246 | 0 | 76 | 42 | 2 | 515 | 137 | 104 |
| Binary | 11111011 | 1011111 | 10100110 | 0 | 111110 | 100010 | 10 | 101001101 | 1011111 | 1000100 |
Color Harmonies of #FB5FA6
Complementary color
Monochromatic Colors of #FB5FA6
Black with #FB5FA6
Text Example
Text Example
White with #FB5FA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB5FA6; }
p { color: rgb(251,95,166); }
H1.HeaderClassName
{
color: #FB5FA6;
}
.AnyTagClassName
{
color: #FB5FA6;
}
</style>
background-color css
<style>
a { background-color: #FB5FA6; }
a { background-color: rgb(251,95,166); }
div.DivClassName
{
background-color: #FB5FA6;
}
.BgClassName
{
background-color: #FB5FA6;
}
</style>
border-color css
<style>
span { border-color: #FB5FA6; }
span { border-color: rgb(251,95,166); }
td.TdClassName
{
border-color: #FB5FA6;
}
.TagClassName
{
border-color: #FB5FA6;
}
</style>