Shades of Brilliant Rose #FB5D94
Tints of Brilliant Rose #FB5D94
RGB
CMYK
RGB Variations
Color information
#FB5D94 (or 0xFB5D94) is known color: Brilliant Rose. HEX triplet: FB, 5D and 94. RGB value is (251,93,148). Sum of RGB (Red+Green+Blue) = 251+93+148=492 (65% of max value = 765). Red value is 251 (98.44% from 255 or 51.02% from 492); Green value is 93 (36.72% from 255 or 18.90% from 492); Blue value is 148 (58.20% from 255 or 30.08% from 492); Max value from RGB is 251 - color contains mainly: red. Hex color #FB5D94 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB5D94 is #04A26B. Grayscale: #929292. Windows color (decimal): -303724 or 9723387. OLE color: 9723387.
HSL color Cylindrical-coordinate representation of color #FB5D94: hue angle of 339.11º 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 #FB5D94 is Cyan = 0, Magento = 0.63, Yellow = 0.41 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 93 | 148 | - |
| CMYK | 0 | 0.63 | 0.41 | 0.02 |
| HSL | 339.11º | 0.95% | 0.67% | - |
| HSV(B) | 339.11º | 0.63% | 0.98% | - |
| XYZ | 49.04 | 30.48 | 31.31 | - |
| YUV | 146.51 | 128.85 | 202.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 93 | 148 | 0 | 0.63 | 0.41 | 0.02 | 339.11 | 0.95 | 0.67 |
| Hex | FB | 5D | 94 | 0 | 3F | 29 | 2 | 153 | 5F | 43 |
| Octal | 373 | 135 | 224 | 0 | 77 | 51 | 2 | 523 | 137 | 103 |
| Binary | 11111011 | 1011101 | 10010100 | 0 | 111111 | 101001 | 10 | 101010011 | 1011111 | 1000011 |
Color Harmonies of #FB5D94
Complementary color
Monochromatic Colors of #FB5D94
Black with #FB5D94
Text Example
Text Example
White with #FB5D94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB5D94; }
p { color: rgb(251,93,148); }
H1.HeaderClassName
{
color: #FB5D94;
}
.AnyTagClassName
{
color: #FB5D94;
}
</style>
background-color css
<style>
a { background-color: #FB5D94; }
a { background-color: rgb(251,93,148); }
div.DivClassName
{
background-color: #FB5D94;
}
.BgClassName
{
background-color: #FB5D94;
}
</style>
border-color css
<style>
span { border-color: #FB5D94; }
span { border-color: rgb(251,93,148); }
td.TdClassName
{
border-color: #FB5D94;
}
.TagClassName
{
border-color: #FB5D94;
}
</style>