Shades of Brilliant Rose #FB5D93
Tints of Brilliant Rose #FB5D93
RGB
CMYK
RGB Variations
Color information
#FB5D93 (or 0xFB5D93) is known color: Brilliant Rose. HEX triplet: FB, 5D and 93. RGB value is (251,93,147). Sum of RGB (Red+Green+Blue) = 251+93+147=491 (65% of max value = 765). Red value is 251 (98.44% from 255 or 51.12% from 491); Green value is 93 (36.72% from 255 or 18.94% from 491); Blue value is 147 (57.81% from 255 or 29.94% from 491); Max value from RGB is 251 - color contains mainly: red. Hex color #FB5D93 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB5D93 is #04A26C. Grayscale: #929292. Windows color (decimal): -303725 or 9657851. OLE color: 9657851.
HSL color Cylindrical-coordinate representation of color #FB5D93: hue angle of 339.49º 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 #FB5D93 is Cyan = 0, Magento = 0.63, Yellow = 0.41 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 93 | 147 | - |
| CMYK | 0 | 0.63 | 0.41 | 0.02 |
| HSL | 339.49º | 0.95% | 0.67% | - |
| HSV(B) | 339.49º | 0.63% | 0.98% | - |
| XYZ | 48.96 | 30.44 | 30.9 | - |
| YUV | 146.4 | 128.35 | 202.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 93 | 147 | 0 | 0.63 | 0.41 | 0.02 | 339.49 | 0.95 | 0.67 |
| Hex | FB | 5D | 93 | 0 | 3F | 29 | 2 | 153 | 5F | 43 |
| Octal | 373 | 135 | 223 | 0 | 77 | 51 | 2 | 523 | 137 | 103 |
| Binary | 11111011 | 1011101 | 10010011 | 0 | 111111 | 101001 | 10 | 101010011 | 1011111 | 1000011 |
Color Harmonies of #FB5D93
Complementary color
Monochromatic Colors of #FB5D93
Black with #FB5D93
Text Example
Text Example
White with #FB5D93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB5D93; }
p { color: rgb(251,93,147); }
H1.HeaderClassName
{
color: #FB5D93;
}
.AnyTagClassName
{
color: #FB5D93;
}
</style>
background-color css
<style>
a { background-color: #FB5D93; }
a { background-color: rgb(251,93,147); }
div.DivClassName
{
background-color: #FB5D93;
}
.BgClassName
{
background-color: #FB5D93;
}
</style>
border-color css
<style>
span { border-color: #FB5D93; }
span { border-color: rgb(251,93,147); }
td.TdClassName
{
border-color: #FB5D93;
}
.TagClassName
{
border-color: #FB5D93;
}
</style>