Shades of Brilliant Rose #FB599D
Tints of Brilliant Rose #FB599D
RGB
CMYK
RGB Variations
Color information
#FB599D (or 0xFB599D) is known color: Brilliant Rose. HEX triplet: FB, 59 and 9D. RGB value is (251,89,157). Sum of RGB (Red+Green+Blue) = 251+89+157=497 (65% of max value = 765). Red value is 251 (98.44% from 255 or 50.50% from 497); Green value is 89 (35.16% from 255 or 17.91% from 497); Blue value is 157 (61.72% from 255 or 31.59% from 497); Max value from RGB is 251 - color contains mainly: red. Hex color #FB599D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB599D is #04A662. Grayscale: #919191. Windows color (decimal): -304739 or 10312187. OLE color: 10312187.
HSL color Cylindrical-coordinate representation of color #FB599D: hue angle of 334.81º degrees, saturation: 0.95, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FB599D is Cyan = 0, Magento = 0.65, Yellow = 0.37 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 89 | 157 | - |
| CMYK | 0 | 0.65 | 0.37 | 0.02 |
| HSL | 334.81º | 0.95% | 0.67% | - |
| HSV(B) | 334.81º | 0.65% | 0.98% | - |
| XYZ | 49.44 | 30.09 | 35.1 | - |
| YUV | 145.19 | 134.67 | 203.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 89 | 157 | 0 | 0.65 | 0.37 | 0.02 | 334.81 | 0.95 | 0.67 |
| Hex | FB | 59 | 9D | 0 | 41 | 25 | 2 | 14F | 5F | 43 |
| Octal | 373 | 131 | 235 | 0 | 101 | 45 | 2 | 517 | 137 | 103 |
| Binary | 11111011 | 1011001 | 10011101 | 0 | 1000001 | 100101 | 10 | 101001111 | 1011111 | 1000011 |
Color Harmonies of #FB599D
Complementary color
Monochromatic Colors of #FB599D
Black with #FB599D
Text Example
Text Example
White with #FB599D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB599D; }
p { color: rgb(251,89,157); }
H1.HeaderClassName
{
color: #FB599D;
}
.AnyTagClassName
{
color: #FB599D;
}
</style>
background-color css
<style>
a { background-color: #FB599D; }
a { background-color: rgb(251,89,157); }
div.DivClassName
{
background-color: #FB599D;
}
.BgClassName
{
background-color: #FB599D;
}
</style>
border-color css
<style>
span { border-color: #FB599D; }
span { border-color: rgb(251,89,157); }
td.TdClassName
{
border-color: #FB599D;
}
.TagClassName
{
border-color: #FB599D;
}
</style>