Shades of Brilliant Rose #FA5798
Tints of Brilliant Rose #FA5798
RGB
CMYK
RGB Variations
Color information
#FA5798 (or 0xFA5798) is known color: Brilliant Rose. HEX triplet: FA, 57 and 98. RGB value is (250,87,152). Sum of RGB (Red+Green+Blue) = 250+87+152=489 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.12% from 489); Green value is 87 (34.38% from 255 or 17.79% from 489); Blue value is 152 (59.77% from 255 or 31.08% from 489); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5798 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA5798 is #05A867. Grayscale: #8F8F8F. Windows color (decimal): -370792 or 9983994. OLE color: 9983994.
HSL color Cylindrical-coordinate representation of color #FA5798: hue angle of 336.07º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FA5798 is Cyan = 0, Magento = 0.65, Yellow = 0.39 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 87 | 152 | - |
| CMYK | 0 | 0.65 | 0.39 | 0.02 |
| HSL | 336.07º | 0.94% | 0.66% | - |
| HSV(B) | 336.07º | 0.65% | 0.98% | - |
| XYZ | 48.5 | 29.41 | 32.83 | - |
| YUV | 143.15 | 133 | 204.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 87 | 152 | 0 | 0.65 | 0.39 | 0.02 | 336.07 | 0.94 | 0.66 |
| Hex | FA | 57 | 98 | 0 | 41 | 27 | 2 | 150 | 5E | 42 |
| Octal | 372 | 127 | 230 | 0 | 101 | 47 | 2 | 520 | 136 | 102 |
| Binary | 11111010 | 1010111 | 10011000 | 0 | 1000001 | 100111 | 10 | 101010000 | 1011110 | 1000010 |
Color Harmonies of #FA5798
Complementary color
Monochromatic Colors of #FA5798
Black with #FA5798
Text Example
Text Example
White with #FA5798
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA5798; }
p { color: rgb(250,87,152); }
H1.HeaderClassName
{
color: #FA5798;
}
.AnyTagClassName
{
color: #FA5798;
}
</style>
background-color css
<style>
a { background-color: #FA5798; }
a { background-color: rgb(250,87,152); }
div.DivClassName
{
background-color: #FA5798;
}
.BgClassName
{
background-color: #FA5798;
}
</style>
border-color css
<style>
span { border-color: #FA5798; }
span { border-color: rgb(250,87,152); }
td.TdClassName
{
border-color: #FA5798;
}
.TagClassName
{
border-color: #FA5798;
}
</style>