Shades of Brilliant Rose #FA5E9A
Tints of Brilliant Rose #FA5E9A
RGB
CMYK
RGB Variations
Color information
#FA5E9A (or 0xFA5E9A) is known color: Brilliant Rose. HEX triplet: FA, 5E and 9A. RGB value is (250,94,154). Sum of RGB (Red+Green+Blue) = 250+94+154=498 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.20% from 498); Green value is 94 (37.11% from 255 or 18.88% from 498); Blue value is 154 (60.55% from 255 or 30.92% from 498); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5E9A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA5E9A is #05A165. Grayscale: #939393. Windows color (decimal): -368998 or 10116858. OLE color: 10116858.
HSL color Cylindrical-coordinate representation of color #FA5E9A: hue angle of 336.92º 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 #FA5E9A is Cyan = 0, Magento = 0.62, Yellow = 0.38 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 94 | 154 | - |
| CMYK | 0 | 0.62 | 0.38 | 0.02 |
| HSL | 336.92º | 0.94% | 0.67% | - |
| HSV(B) | 336.92º | 0.62% | 0.98% | - |
| XYZ | 49.26 | 30.66 | 33.89 | - |
| YUV | 147.48 | 131.68 | 201.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 94 | 154 | 0 | 0.62 | 0.38 | 0.02 | 336.92 | 0.94 | 0.67 |
| Hex | FA | 5E | 9A | 0 | 3E | 26 | 2 | 151 | 5E | 43 |
| Octal | 372 | 136 | 232 | 0 | 76 | 46 | 2 | 521 | 136 | 103 |
| Binary | 11111010 | 1011110 | 10011010 | 0 | 111110 | 100110 | 10 | 101010001 | 1011110 | 1000011 |
Color Harmonies of #FA5E9A
Complementary color
Monochromatic Colors of #FA5E9A
Black with #FA5E9A
Text Example
Text Example
White with #FA5E9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA5E9A; }
p { color: rgb(250,94,154); }
H1.HeaderClassName
{
color: #FA5E9A;
}
.AnyTagClassName
{
color: #FA5E9A;
}
</style>
background-color css
<style>
a { background-color: #FA5E9A; }
a { background-color: rgb(250,94,154); }
div.DivClassName
{
background-color: #FA5E9A;
}
.BgClassName
{
background-color: #FA5E9A;
}
</style>
border-color css
<style>
span { border-color: #FA5E9A; }
span { border-color: rgb(250,94,154); }
td.TdClassName
{
border-color: #FA5E9A;
}
.TagClassName
{
border-color: #FA5E9A;
}
</style>