Shades of Brilliant Rose #FA6199
Tints of Brilliant Rose #FA6199
RGB
CMYK
RGB Variations
Color information
#FA6199 (or 0xFA6199) is known color: Brilliant Rose. HEX triplet: FA, 61 and 99. RGB value is (250,97,153). Sum of RGB (Red+Green+Blue) = 250+97+153=500 (66% of max value = 765). Red value is 250 (98.05% from 255 or 50% from 500); Green value is 97 (38.28% from 255 or 19.4% from 500); Blue value is 153 (60.16% from 255 or 30.6% from 500); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6199 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA6199 is #059E66. Grayscale: #959595. Windows color (decimal): -368231 or 10052090. OLE color: 10052090.
HSL color Cylindrical-coordinate representation of color #FA6199: hue angle of 338.04º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #FA6199 is Cyan = 0, Magento = 0.61, Yellow = 0.39 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 97 | 153 | - |
| CMYK | 0 | 0.61 | 0.39 | 0.02 |
| HSL | 338.04º | 0.94% | 0.68% | - |
| HSV(B) | 338.04º | 0.61% | 0.98% | - |
| XYZ | 49.45 | 31.17 | 33.55 | - |
| YUV | 149.13 | 130.19 | 199.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 97 | 153 | 0 | 0.61 | 0.39 | 0.02 | 338.04 | 0.94 | 0.68 |
| Hex | FA | 61 | 99 | 0 | 3D | 27 | 2 | 152 | 5E | 44 |
| Octal | 372 | 141 | 231 | 0 | 75 | 47 | 2 | 522 | 136 | 104 |
| Binary | 11111010 | 1100001 | 10011001 | 0 | 111101 | 100111 | 10 | 101010010 | 1011110 | 1000100 |
Color Harmonies of #FA6199
Complementary color
Monochromatic Colors of #FA6199
Black with #FA6199
Text Example
Text Example
White with #FA6199
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA6199; }
p { color: rgb(250,97,153); }
H1.HeaderClassName
{
color: #FA6199;
}
.AnyTagClassName
{
color: #FA6199;
}
</style>
background-color css
<style>
a { background-color: #FA6199; }
a { background-color: rgb(250,97,153); }
div.DivClassName
{
background-color: #FA6199;
}
.BgClassName
{
background-color: #FA6199;
}
</style>
border-color css
<style>
span { border-color: #FA6199; }
span { border-color: rgb(250,97,153); }
td.TdClassName
{
border-color: #FA6199;
}
.TagClassName
{
border-color: #FA6199;
}
</style>