Shades of Brilliant Rose #FA5C98
Tints of Brilliant Rose #FA5C98
RGB
CMYK
RGB Variations
Color information
#FA5C98 (or 0xFA5C98) is known color: Brilliant Rose. HEX triplet: FA, 5C and 98. RGB value is (250,92,152). Sum of RGB (Red+Green+Blue) = 250+92+152=494 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.61% from 494); Green value is 92 (36.33% from 255 or 18.62% from 494); Blue value is 152 (59.77% from 255 or 30.77% from 494); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5C98 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA5C98 is #05A367. Grayscale: #929292. Windows color (decimal): -369512 or 9985274. OLE color: 9985274.
HSL color Cylindrical-coordinate representation of color #FA5C98: hue angle of 337.22º 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 #FA5C98 is Cyan = 0, Magento = 0.63, Yellow = 0.39 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 92 | 152 | - |
| CMYK | 0 | 0.63 | 0.39 | 0.02 |
| HSL | 337.22º | 0.94% | 0.67% | - |
| HSV(B) | 337.22º | 0.63% | 0.98% | - |
| XYZ | 48.92 | 30.25 | 32.97 | - |
| YUV | 146.08 | 131.35 | 202.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 92 | 152 | 0 | 0.63 | 0.39 | 0.02 | 337.22 | 0.94 | 0.67 |
| Hex | FA | 5C | 98 | 0 | 3F | 27 | 2 | 151 | 5E | 43 |
| Octal | 372 | 134 | 230 | 0 | 77 | 47 | 2 | 521 | 136 | 103 |
| Binary | 11111010 | 1011100 | 10011000 | 0 | 111111 | 100111 | 10 | 101010001 | 1011110 | 1000011 |
Color Harmonies of #FA5C98
Complementary color
Monochromatic Colors of #FA5C98
Black with #FA5C98
Text Example
Text Example
White with #FA5C98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA5C98; }
p { color: rgb(250,92,152); }
H1.HeaderClassName
{
color: #FA5C98;
}
.AnyTagClassName
{
color: #FA5C98;
}
</style>
background-color css
<style>
a { background-color: #FA5C98; }
a { background-color: rgb(250,92,152); }
div.DivClassName
{
background-color: #FA5C98;
}
.BgClassName
{
background-color: #FA5C98;
}
</style>
border-color css
<style>
span { border-color: #FA5C98; }
span { border-color: rgb(250,92,152); }
td.TdClassName
{
border-color: #FA5C98;
}
.TagClassName
{
border-color: #FA5C98;
}
</style>