Shades of Brilliant Rose #FB5D9C
Tints of Brilliant Rose #FB5D9C
RGB
CMYK
RGB Variations
Color information
#FB5D9C (or 0xFB5D9C) is known color: Brilliant Rose. HEX triplet: FB, 5D and 9C. RGB value is (251,93,156). Sum of RGB (Red+Green+Blue) = 251+93+156=500 (66% of max value = 765). Red value is 251 (98.44% from 255 or 50.2% from 500); Green value is 93 (36.72% from 255 or 18.6% from 500); Blue value is 156 (61.33% from 255 or 31.2% from 500); Max value from RGB is 251 - color contains mainly: red. Hex color #FB5D9C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB5D9C is #04A263. Grayscale: #939393. Windows color (decimal): -303716 or 10247675. OLE color: 10247675.
HSL color Cylindrical-coordinate representation of color #FB5D9C: hue angle of 336.08º 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 #FB5D9C is Cyan = 0, Magento = 0.63, Yellow = 0.38 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 93 | 156 | - |
| CMYK | 0 | 0.63 | 0.38 | 0.02 |
| HSL | 336.08º | 0.95% | 0.67% | - |
| HSV(B) | 336.08º | 0.63% | 0.98% | - |
| XYZ | 49.7 | 30.74 | 34.77 | - |
| YUV | 147.42 | 132.85 | 201.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 93 | 156 | 0 | 0.63 | 0.38 | 0.02 | 336.08 | 0.95 | 0.67 |
| Hex | FB | 5D | 9C | 0 | 3F | 26 | 2 | 150 | 5F | 43 |
| Octal | 373 | 135 | 234 | 0 | 77 | 46 | 2 | 520 | 137 | 103 |
| Binary | 11111011 | 1011101 | 10011100 | 0 | 111111 | 100110 | 10 | 101010000 | 1011111 | 1000011 |
Color Harmonies of #FB5D9C
Complementary color
Monochromatic Colors of #FB5D9C
Black with #FB5D9C
Text Example
Text Example
White with #FB5D9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB5D9C; }
p { color: rgb(251,93,156); }
H1.HeaderClassName
{
color: #FB5D9C;
}
.AnyTagClassName
{
color: #FB5D9C;
}
</style>
background-color css
<style>
a { background-color: #FB5D9C; }
a { background-color: rgb(251,93,156); }
div.DivClassName
{
background-color: #FB5D9C;
}
.BgClassName
{
background-color: #FB5D9C;
}
</style>
border-color css
<style>
span { border-color: #FB5D9C; }
span { border-color: rgb(251,93,156); }
td.TdClassName
{
border-color: #FB5D9C;
}
.TagClassName
{
border-color: #FB5D9C;
}
</style>