Shades of Brilliant Rose #FB5E9C
Tints of Brilliant Rose #FB5E9C
RGB
CMYK
RGB Variations
Color information
#FB5E9C (or 0xFB5E9C) is known color: Brilliant Rose. HEX triplet: FB, 5E and 9C. RGB value is (251,94,156). Sum of RGB (Red+Green+Blue) = 251+94+156=501 (66% of max value = 765). Red value is 251 (98.44% from 255 or 50.10% from 501); Green value is 94 (37.11% from 255 or 18.76% from 501); Blue value is 156 (61.33% from 255 or 31.14% from 501); Max value from RGB is 251 - color contains mainly: red. Hex color #FB5E9C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB5E9C is #04A163. Grayscale: #939393. Windows color (decimal): -303460 or 10247931. OLE color: 10247931.
HSL color Cylindrical-coordinate representation of color #FB5E9C: hue angle of 336.31º degrees, saturation: 0.95, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FB5E9C is Cyan = 0, Magento = 0.63, Yellow = 0.38 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 94 | 156 | - |
| CMYK | 0 | 0.63 | 0.38 | 0.02 |
| HSL | 336.31º | 0.95% | 0.68% | - |
| HSV(B) | 336.31º | 0.63% | 0.98% | - |
| XYZ | 49.79 | 30.91 | 34.8 | - |
| YUV | 148.01 | 132.51 | 201.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 94 | 156 | 0 | 0.63 | 0.38 | 0.02 | 336.31 | 0.95 | 0.68 |
| Hex | FB | 5E | 9C | 0 | 3F | 26 | 2 | 150 | 5F | 44 |
| Octal | 373 | 136 | 234 | 0 | 77 | 46 | 2 | 520 | 137 | 104 |
| Binary | 11111011 | 1011110 | 10011100 | 0 | 111111 | 100110 | 10 | 101010000 | 1011111 | 1000100 |
Color Harmonies of #FB5E9C
Complementary color
Monochromatic Colors of #FB5E9C
Black with #FB5E9C
Text Example
Text Example
White with #FB5E9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB5E9C; }
p { color: rgb(251,94,156); }
H1.HeaderClassName
{
color: #FB5E9C;
}
.AnyTagClassName
{
color: #FB5E9C;
}
</style>
background-color css
<style>
a { background-color: #FB5E9C; }
a { background-color: rgb(251,94,156); }
div.DivClassName
{
background-color: #FB5E9C;
}
.BgClassName
{
background-color: #FB5E9C;
}
</style>
border-color css
<style>
span { border-color: #FB5E9C; }
span { border-color: rgb(251,94,156); }
td.TdClassName
{
border-color: #FB5E9C;
}
.TagClassName
{
border-color: #FB5E9C;
}
</style>