Shades of Brilliant Rose #FA5599
Tints of Brilliant Rose #FA5599
RGB
CMYK
RGB Variations
Color information
#FA5599 (or 0xFA5599) is known color: Brilliant Rose. HEX triplet: FA, 55 and 99. RGB value is (250,85,153). Sum of RGB (Red+Green+Blue) = 250+85+153=488 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.23% from 488); Green value is 85 (33.59% from 255 or 17.42% from 488); Blue value is 153 (60.16% from 255 or 31.35% from 488); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5599 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA5599 is #05AA66. Grayscale: #8D8D8D. Windows color (decimal): -371303 or 10049018. OLE color: 10049018.
HSL color Cylindrical-coordinate representation of color #FA5599: hue angle of 335.27º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FA5599 is Cyan = 0, Magento = 0.66, Yellow = 0.39 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 85 | 153 | - |
| CMYK | 0 | 0.66 | 0.39 | 0.02 |
| HSL | 335.27º | 0.94% | 0.66% | - |
| HSV(B) | 335.27º | 0.66% | 0.98% | - |
| XYZ | 48.42 | 29.12 | 33.21 | - |
| YUV | 142.09 | 134.16 | 204.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 85 | 153 | 0 | 0.66 | 0.39 | 0.02 | 335.27 | 0.94 | 0.66 |
| Hex | FA | 55 | 99 | 0 | 42 | 27 | 2 | 14F | 5E | 42 |
| Octal | 372 | 125 | 231 | 0 | 102 | 47 | 2 | 517 | 136 | 102 |
| Binary | 11111010 | 1010101 | 10011001 | 0 | 1000010 | 100111 | 10 | 101001111 | 1011110 | 1000010 |
Color Harmonies of #FA5599
Complementary color
Monochromatic Colors of #FA5599
Black with #FA5599
Text Example
Text Example
White with #FA5599
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA5599; }
p { color: rgb(250,85,153); }
H1.HeaderClassName
{
color: #FA5599;
}
.AnyTagClassName
{
color: #FA5599;
}
</style>
background-color css
<style>
a { background-color: #FA5599; }
a { background-color: rgb(250,85,153); }
div.DivClassName
{
background-color: #FA5599;
}
.BgClassName
{
background-color: #FA5599;
}
</style>
border-color css
<style>
span { border-color: #FA5599; }
span { border-color: rgb(250,85,153); }
td.TdClassName
{
border-color: #FA5599;
}
.TagClassName
{
border-color: #FA5599;
}
</style>