Shades of Brilliant Rose #FA5E9F
Tints of Brilliant Rose #FA5E9F
RGB
CMYK
RGB Variations
Color information
#FA5E9F (or 0xFA5E9F) is known color: Brilliant Rose. HEX triplet: FA, 5E and 9F. RGB value is (250,94,159). Sum of RGB (Red+Green+Blue) = 250+94+159=503 (66% of max value = 765). Red value is 250 (98.05% from 255 or 49.70% from 503); Green value is 94 (37.11% from 255 or 18.69% from 503); Blue value is 159 (62.5% from 255 or 31.61% from 503); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5E9F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA5E9F is #05A160. Grayscale: #939393. Windows color (decimal): -368993 or 10444538. OLE color: 10444538.
HSL color Cylindrical-coordinate representation of color #FA5E9F: hue angle of 335º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FA5E9F is Cyan = 0, Magento = 0.62, Yellow = 0.36 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 94 | 159 | - |
| CMYK | 0 | 0.62 | 0.36 | 0.02 |
| HSL | 335º | 0.94% | 0.67% | - |
| HSV(B) | 335º | 0.62% | 0.98% | - |
| XYZ | 49.69 | 30.83 | 36.13 | - |
| YUV | 148.05 | 134.18 | 200.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 94 | 159 | 0 | 0.62 | 0.36 | 0.02 | 335 | 0.94 | 0.67 |
| Hex | FA | 5E | 9F | 0 | 3E | 24 | 2 | 14F | 5E | 43 |
| Octal | 372 | 136 | 237 | 0 | 76 | 44 | 2 | 517 | 136 | 103 |
| Binary | 11111010 | 1011110 | 10011111 | 0 | 111110 | 100100 | 10 | 101001111 | 1011110 | 1000011 |
Color Harmonies of #FA5E9F
Complementary color
Monochromatic Colors of #FA5E9F
Black with #FA5E9F
Text Example
Text Example
White with #FA5E9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA5E9F; }
p { color: rgb(250,94,159); }
H1.HeaderClassName
{
color: #FA5E9F;
}
.AnyTagClassName
{
color: #FA5E9F;
}
</style>
background-color css
<style>
a { background-color: #FA5E9F; }
a { background-color: rgb(250,94,159); }
div.DivClassName
{
background-color: #FA5E9F;
}
.BgClassName
{
background-color: #FA5E9F;
}
</style>
border-color css
<style>
span { border-color: #FA5E9F; }
span { border-color: rgb(250,94,159); }
td.TdClassName
{
border-color: #FA5E9F;
}
.TagClassName
{
border-color: #FA5E9F;
}
</style>