Shades of Brilliant Rose #FA5398
Tints of Brilliant Rose #FA5398
RGB
CMYK
RGB Variations
Color information
#FA5398 (or 0xFA5398) is known color: Brilliant Rose. HEX triplet: FA, 53 and 98. RGB value is (250,83,152). Sum of RGB (Red+Green+Blue) = 250+83+152=485 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.55% from 485); Green value is 83 (32.81% from 255 or 17.11% from 485); Blue value is 152 (59.77% from 255 or 31.34% from 485); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5398 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA5398 is #05AC67. Grayscale: #8C8C8C. Windows color (decimal): -371816 or 9982970. OLE color: 9982970.
HSL color Cylindrical-coordinate representation of color #FA5398: hue angle of 335.21º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FA5398 is Cyan = 0, Magento = 0.67, Yellow = 0.39 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 83 | 152 | - |
| CMYK | 0 | 0.67 | 0.39 | 0.02 |
| HSL | 335.21º | 0.94% | 0.65% | - |
| HSV(B) | 335.21º | 0.67% | 0.98% | - |
| XYZ | 48.19 | 28.78 | 32.72 | - |
| YUV | 140.8 | 134.33 | 205.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 83 | 152 | 0 | 0.67 | 0.39 | 0.02 | 335.21 | 0.94 | 0.65 |
| Hex | FA | 53 | 98 | 0 | 43 | 27 | 2 | 14F | 5E | 41 |
| Octal | 372 | 123 | 230 | 0 | 103 | 47 | 2 | 517 | 136 | 101 |
| Binary | 11111010 | 1010011 | 10011000 | 0 | 1000011 | 100111 | 10 | 101001111 | 1011110 | 1000001 |
Color Harmonies of #FA5398
Complementary color
Monochromatic Colors of #FA5398
Black with #FA5398
Text Example
Text Example
White with #FA5398
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA5398; }
p { color: rgb(250,83,152); }
H1.HeaderClassName
{
color: #FA5398;
}
.AnyTagClassName
{
color: #FA5398;
}
</style>
background-color css
<style>
a { background-color: #FA5398; }
a { background-color: rgb(250,83,152); }
div.DivClassName
{
background-color: #FA5398;
}
.BgClassName
{
background-color: #FA5398;
}
</style>
border-color css
<style>
span { border-color: #FA5398; }
span { border-color: rgb(250,83,152); }
td.TdClassName
{
border-color: #FA5398;
}
.TagClassName
{
border-color: #FA5398;
}
</style>