Shades of Brilliant Rose #FA5D95
Tints of Brilliant Rose #FA5D95
RGB
CMYK
RGB Variations
Color information
#FA5D95 (or 0xFA5D95) is known color: Brilliant Rose. HEX triplet: FA, 5D and 95. RGB value is (250,93,149). Sum of RGB (Red+Green+Blue) = 250+93+149=492 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.81% from 492); Green value is 93 (36.72% from 255 or 18.90% from 492); Blue value is 149 (58.59% from 255 or 30.28% from 492); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5D95 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA5D95 is #05A26A. Grayscale: #929292. Windows color (decimal): -369259 or 9788922. OLE color: 9788922.
HSL color Cylindrical-coordinate representation of color #FA5D95: hue angle of 338.6º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FA5D95 is Cyan = 0, Magento = 0.63, Yellow = 0.40 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 93 | 149 | - |
| CMYK | 0 | 0.63 | 0.40 | 0.02 |
| HSL | 338.6º | 0.94% | 0.67% | - |
| HSV(B) | 338.6º | 0.63% | 0.98% | - |
| XYZ | 48.76 | 30.32 | 31.72 | - |
| YUV | 146.33 | 129.51 | 201.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 93 | 149 | 0 | 0.63 | 0.40 | 0.02 | 338.6 | 0.94 | 0.67 |
| Hex | FA | 5D | 95 | 0 | 3F | 28 | 2 | 153 | 5E | 43 |
| Octal | 372 | 135 | 225 | 0 | 77 | 50 | 2 | 523 | 136 | 103 |
| Binary | 11111010 | 1011101 | 10010101 | 0 | 111111 | 101000 | 10 | 101010011 | 1011110 | 1000011 |
Color Harmonies of #FA5D95
Complementary color
Monochromatic Colors of #FA5D95
Black with #FA5D95
Text Example
Text Example
White with #FA5D95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA5D95; }
p { color: rgb(250,93,149); }
H1.HeaderClassName
{
color: #FA5D95;
}
.AnyTagClassName
{
color: #FA5D95;
}
</style>
background-color css
<style>
a { background-color: #FA5D95; }
a { background-color: rgb(250,93,149); }
div.DivClassName
{
background-color: #FA5D95;
}
.BgClassName
{
background-color: #FA5D95;
}
</style>
border-color css
<style>
span { border-color: #FA5D95; }
span { border-color: rgb(250,93,149); }
td.TdClassName
{
border-color: #FA5D95;
}
.TagClassName
{
border-color: #FA5D95;
}
</style>