Shades of Brilliant Rose #FA5C96
Tints of Brilliant Rose #FA5C96
RGB
CMYK
RGB Variations
Color information
#FA5C96 (or 0xFA5C96) is known color: Brilliant Rose. HEX triplet: FA, 5C and 96. RGB value is (250,92,150). Sum of RGB (Red+Green+Blue) = 250+92+150=492 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.81% from 492); Green value is 92 (36.33% from 255 or 18.70% from 492); Blue value is 150 (58.98% from 255 or 30.49% from 492); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5C96 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA5C96 is #05A369. Grayscale: #919191. Windows color (decimal): -369514 or 9854202. OLE color: 9854202.
HSL color Cylindrical-coordinate representation of color #FA5C96: hue angle of 337.97º 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 #FA5C96 is Cyan = 0, Magento = 0.63, Yellow = 0.4 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 92 | 150 | - |
| CMYK | 0 | 0.63 | 0.4 | 0.02 |
| HSL | 337.97º | 0.94% | 0.67% | - |
| HSV(B) | 337.97º | 0.63% | 0.98% | - |
| XYZ | 48.76 | 30.18 | 32.11 | - |
| YUV | 145.85 | 130.35 | 202.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 92 | 150 | 0 | 0.63 | 0.4 | 0.02 | 337.97 | 0.94 | 0.67 |
| Hex | FA | 5C | 96 | 0 | 3F | 28 | 2 | 152 | 5E | 43 |
| Octal | 372 | 134 | 226 | 0 | 77 | 50 | 2 | 522 | 136 | 103 |
| Binary | 11111010 | 1011100 | 10010110 | 0 | 111111 | 101000 | 10 | 101010010 | 1011110 | 1000011 |
Color Harmonies of #FA5C96
Complementary color
Monochromatic Colors of #FA5C96
Black with #FA5C96
Text Example
Text Example
White with #FA5C96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA5C96; }
p { color: rgb(250,92,150); }
H1.HeaderClassName
{
color: #FA5C96;
}
.AnyTagClassName
{
color: #FA5C96;
}
</style>
background-color css
<style>
a { background-color: #FA5C96; }
a { background-color: rgb(250,92,150); }
div.DivClassName
{
background-color: #FA5C96;
}
.BgClassName
{
background-color: #FA5C96;
}
</style>
border-color css
<style>
span { border-color: #FA5C96; }
span { border-color: rgb(250,92,150); }
td.TdClassName
{
border-color: #FA5C96;
}
.TagClassName
{
border-color: #FA5C96;
}
</style>