Shades of Brilliant Rose #FA5D98
Tints of Brilliant Rose #FA5D98
RGB
CMYK
RGB Variations
Color information
#FA5D98 (or 0xFA5D98) is known color: Brilliant Rose. HEX triplet: FA, 5D and 98. RGB value is (250,93,152). Sum of RGB (Red+Green+Blue) = 250+93+152=495 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.51% from 495); Green value is 93 (36.72% from 255 or 18.79% from 495); Blue value is 152 (59.77% from 255 or 30.71% from 495); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5D98 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA5D98 is #05A267. Grayscale: #929292. Windows color (decimal): -369256 or 9985530. OLE color: 9985530.
HSL color Cylindrical-coordinate representation of color #FA5D98: hue angle of 337.45º 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 #FA5D98 is Cyan = 0, Magento = 0.63, Yellow = 0.39 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 93 | 152 | - |
| CMYK | 0 | 0.63 | 0.39 | 0.02 |
| HSL | 337.45º | 0.94% | 0.67% | - |
| HSV(B) | 337.45º | 0.63% | 0.98% | - |
| XYZ | 49.01 | 30.42 | 32.99 | - |
| YUV | 146.67 | 131.01 | 201.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 93 | 152 | 0 | 0.63 | 0.39 | 0.02 | 337.45 | 0.94 | 0.67 |
| Hex | FA | 5D | 98 | 0 | 3F | 27 | 2 | 151 | 5E | 43 |
| Octal | 372 | 135 | 230 | 0 | 77 | 47 | 2 | 521 | 136 | 103 |
| Binary | 11111010 | 1011101 | 10011000 | 0 | 111111 | 100111 | 10 | 101010001 | 1011110 | 1000011 |
Color Harmonies of #FA5D98
Complementary color
Monochromatic Colors of #FA5D98
Black with #FA5D98
Text Example
Text Example
White with #FA5D98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA5D98; }
p { color: rgb(250,93,152); }
H1.HeaderClassName
{
color: #FA5D98;
}
.AnyTagClassName
{
color: #FA5D98;
}
</style>
background-color css
<style>
a { background-color: #FA5D98; }
a { background-color: rgb(250,93,152); }
div.DivClassName
{
background-color: #FA5D98;
}
.BgClassName
{
background-color: #FA5D98;
}
</style>
border-color css
<style>
span { border-color: #FA5D98; }
span { border-color: rgb(250,93,152); }
td.TdClassName
{
border-color: #FA5D98;
}
.TagClassName
{
border-color: #FA5D98;
}
</style>