Shades of Brilliant Rose #FB5C9A
Tints of Brilliant Rose #FB5C9A
RGB
CMYK
RGB Variations
Color information
#FB5C9A (or 0xFB5C9A) is known color: Brilliant Rose. HEX triplet: FB, 5C and 9A. RGB value is (251,92,154). Sum of RGB (Red+Green+Blue) = 251+92+154=497 (65% of max value = 765). Red value is 251 (98.44% from 255 or 50.50% from 497); Green value is 92 (36.33% from 255 or 18.51% from 497); Blue value is 154 (60.55% from 255 or 30.99% from 497); Max value from RGB is 251 - color contains mainly: red. Hex color #FB5C9A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB5C9A is #04A365. Grayscale: #929292. Windows color (decimal): -303974 or 10116347. OLE color: 10116347.
HSL color Cylindrical-coordinate representation of color #FB5C9A: hue angle of 336.6º 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 #FB5C9A is Cyan = 0, Magento = 0.63, Yellow = 0.39 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 92 | 154 | - |
| CMYK | 0 | 0.63 | 0.39 | 0.02 |
| HSL | 336.6º | 0.95% | 0.67% | - |
| HSV(B) | 336.6º | 0.63% | 0.98% | - |
| XYZ | 49.44 | 30.5 | 33.85 | - |
| YUV | 146.61 | 132.18 | 202.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 92 | 154 | 0 | 0.63 | 0.39 | 0.02 | 336.6 | 0.95 | 0.67 |
| Hex | FB | 5C | 9A | 0 | 3F | 27 | 2 | 151 | 5F | 43 |
| Octal | 373 | 134 | 232 | 0 | 77 | 47 | 2 | 521 | 137 | 103 |
| Binary | 11111011 | 1011100 | 10011010 | 0 | 111111 | 100111 | 10 | 101010001 | 1011111 | 1000011 |
Color Harmonies of #FB5C9A
Complementary color
Monochromatic Colors of #FB5C9A
Black with #FB5C9A
Text Example
Text Example
White with #FB5C9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB5C9A; }
p { color: rgb(251,92,154); }
H1.HeaderClassName
{
color: #FB5C9A;
}
.AnyTagClassName
{
color: #FB5C9A;
}
</style>
background-color css
<style>
a { background-color: #FB5C9A; }
a { background-color: rgb(251,92,154); }
div.DivClassName
{
background-color: #FB5C9A;
}
.BgClassName
{
background-color: #FB5C9A;
}
</style>
border-color css
<style>
span { border-color: #FB5C9A; }
span { border-color: rgb(251,92,154); }
td.TdClassName
{
border-color: #FB5C9A;
}
.TagClassName
{
border-color: #FB5C9A;
}
</style>