Shades of Brilliant Rose #FA5DA2
Tints of Brilliant Rose #FA5DA2
RGB
CMYK
RGB Variations
Color information
#FA5DA2 (or 0xFA5DA2) is known color: Brilliant Rose. HEX triplet: FA, 5D and A2. RGB value is (250,93,162). Sum of RGB (Red+Green+Blue) = 250+93+162=505 (66% of max value = 765). Red value is 250 (98.05% from 255 or 49.50% from 505); Green value is 93 (36.72% from 255 or 18.42% from 505); Blue value is 162 (63.67% from 255 or 32.08% from 505); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5DA2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA5DA2 is #05A25D. Grayscale: #939393. Windows color (decimal): -369246 or 10640890. OLE color: 10640890.
HSL color Cylindrical-coordinate representation of color #FA5DA2: hue angle of 333.63º 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 #FA5DA2 is Cyan = 0, Magento = 0.63, Yellow = 0.35 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 93 | 162 | - |
| CMYK | 0 | 0.63 | 0.35 | 0.02 |
| HSL | 333.63º | 0.94% | 0.67% | - |
| HSV(B) | 333.63º | 0.63% | 0.98% | - |
| XYZ | 49.86 | 30.76 | 37.49 | - |
| YUV | 147.81 | 136.01 | 200.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 93 | 162 | 0 | 0.63 | 0.35 | 0.02 | 333.63 | 0.94 | 0.67 |
| Hex | FA | 5D | A2 | 0 | 3F | 23 | 2 | 14E | 5E | 43 |
| Octal | 372 | 135 | 242 | 0 | 77 | 43 | 2 | 516 | 136 | 103 |
| Binary | 11111010 | 1011101 | 10100010 | 0 | 111111 | 100011 | 10 | 101001110 | 1011110 | 1000011 |
Color Harmonies of #FA5DA2
Complementary color
Monochromatic Colors of #FA5DA2
Black with #FA5DA2
Text Example
Text Example
White with #FA5DA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA5DA2; }
p { color: rgb(250,93,162); }
H1.HeaderClassName
{
color: #FA5DA2;
}
.AnyTagClassName
{
color: #FA5DA2;
}
</style>
background-color css
<style>
a { background-color: #FA5DA2; }
a { background-color: rgb(250,93,162); }
div.DivClassName
{
background-color: #FA5DA2;
}
.BgClassName
{
background-color: #FA5DA2;
}
</style>
border-color css
<style>
span { border-color: #FA5DA2; }
span { border-color: rgb(250,93,162); }
td.TdClassName
{
border-color: #FA5DA2;
}
.TagClassName
{
border-color: #FA5DA2;
}
</style>