Shades of Brilliant Rose #FB5C9E
Tints of Brilliant Rose #FB5C9E
RGB
CMYK
RGB Variations
Color information
#FB5C9E (or 0xFB5C9E) is known color: Brilliant Rose. HEX triplet: FB, 5C and 9E. RGB value is (251,92,158). Sum of RGB (Red+Green+Blue) = 251+92+158=501 (66% of max value = 765). Red value is 251 (98.44% from 255 or 50.10% from 501); Green value is 92 (36.33% from 255 or 18.36% from 501); Blue value is 158 (62.11% from 255 or 31.54% from 501); Max value from RGB is 251 - color contains mainly: red. Hex color #FB5C9E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB5C9E is #04A361. Grayscale: #929292. Windows color (decimal): -303970 or 10378491. OLE color: 10378491.
HSL color Cylindrical-coordinate representation of color #FB5C9E: hue angle of 335.09º degrees, saturation: 0.95, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FB5C9E is Cyan = 0, Magento = 0.63, Yellow = 0.37 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 92 | 158 | - |
| CMYK | 0 | 0.63 | 0.37 | 0.02 |
| HSL | 335.09º | 0.95% | 0.67% | - |
| HSV(B) | 335.09º | 0.63% | 0.98% | - |
| XYZ | 49.78 | 30.63 | 35.64 | - |
| YUV | 147.07 | 134.18 | 202.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 92 | 158 | 0 | 0.63 | 0.37 | 0.02 | 335.09 | 0.95 | 0.67 |
| Hex | FB | 5C | 9E | 0 | 3F | 25 | 2 | 14F | 5F | 43 |
| Octal | 373 | 134 | 236 | 0 | 77 | 45 | 2 | 517 | 137 | 103 |
| Binary | 11111011 | 1011100 | 10011110 | 0 | 111111 | 100101 | 10 | 101001111 | 1011111 | 1000011 |
Color Harmonies of #FB5C9E
Complementary color
Monochromatic Colors of #FB5C9E
Black with #FB5C9E
Text Example
Text Example
White with #FB5C9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB5C9E; }
p { color: rgb(251,92,158); }
H1.HeaderClassName
{
color: #FB5C9E;
}
.AnyTagClassName
{
color: #FB5C9E;
}
</style>
background-color css
<style>
a { background-color: #FB5C9E; }
a { background-color: rgb(251,92,158); }
div.DivClassName
{
background-color: #FB5C9E;
}
.BgClassName
{
background-color: #FB5C9E;
}
</style>
border-color css
<style>
span { border-color: #FB5C9E; }
span { border-color: rgb(251,92,158); }
td.TdClassName
{
border-color: #FB5C9E;
}
.TagClassName
{
border-color: #FB5C9E;
}
</style>