Shades of Brilliant Rose #FB5C99
Tints of Brilliant Rose #FB5C99
RGB
CMYK
RGB Variations
Color information
#FB5C99 (or 0xFB5C99) is known color: Brilliant Rose. HEX triplet: FB, 5C and 99. RGB value is (251,92,153). Sum of RGB (Red+Green+Blue) = 251+92+153=496 (65% of max value = 765). Red value is 251 (98.44% from 255 or 50.60% from 496); Green value is 92 (36.33% from 255 or 18.55% from 496); Blue value is 153 (60.16% from 255 or 30.85% from 496); Max value from RGB is 251 - color contains mainly: red. Hex color #FB5C99 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB5C99 is #04A366. Grayscale: #929292. Windows color (decimal): -303975 or 10050811. OLE color: 10050811.
HSL color Cylindrical-coordinate representation of color #FB5C99: hue angle of 336.98º 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 #FB5C99 is Cyan = 0, Magento = 0.63, Yellow = 0.39 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 92 | 153 | - |
| CMYK | 0 | 0.63 | 0.39 | 0.02 |
| HSL | 336.98º | 0.95% | 0.67% | - |
| HSV(B) | 336.98º | 0.63% | 0.98% | - |
| XYZ | 49.36 | 30.46 | 33.42 | - |
| YUV | 146.5 | 131.68 | 202.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 92 | 153 | 0 | 0.63 | 0.39 | 0.02 | 336.98 | 0.95 | 0.67 |
| Hex | FB | 5C | 99 | 0 | 3F | 27 | 2 | 151 | 5F | 43 |
| Octal | 373 | 134 | 231 | 0 | 77 | 47 | 2 | 521 | 137 | 103 |
| Binary | 11111011 | 1011100 | 10011001 | 0 | 111111 | 100111 | 10 | 101010001 | 1011111 | 1000011 |
Color Harmonies of #FB5C99
Complementary color
Monochromatic Colors of #FB5C99
Black with #FB5C99
Text Example
Text Example
White with #FB5C99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB5C99; }
p { color: rgb(251,92,153); }
H1.HeaderClassName
{
color: #FB5C99;
}
.AnyTagClassName
{
color: #FB5C99;
}
</style>
background-color css
<style>
a { background-color: #FB5C99; }
a { background-color: rgb(251,92,153); }
div.DivClassName
{
background-color: #FB5C99;
}
.BgClassName
{
background-color: #FB5C99;
}
</style>
border-color css
<style>
span { border-color: #FB5C99; }
span { border-color: rgb(251,92,153); }
td.TdClassName
{
border-color: #FB5C99;
}
.TagClassName
{
border-color: #FB5C99;
}
</style>