Shades of Brilliant Rose #FA5DAB
Tints of Brilliant Rose #FA5DAB
RGB
CMYK
RGB Variations
Color information
#FA5DAB (or 0xFA5DAB) is known color: Brilliant Rose. HEX triplet: FA, 5D and AB. RGB value is (250,93,171). Sum of RGB (Red+Green+Blue) = 250+93+171=514 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.64% from 514); Green value is 93 (36.72% from 255 or 18.09% from 514); Blue value is 171 (67.19% from 255 or 33.27% from 514); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5DAB is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA5DAB is #05A254. Grayscale: #949494. Windows color (decimal): -369237 or 11230714. OLE color: 11230714.
HSL color Cylindrical-coordinate representation of color #FA5DAB: hue angle of 330.19º 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 #FA5DAB is Cyan = 0, Magento = 0.63, Yellow = 0.32 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 93 | 171 | - |
| CMYK | 0 | 0.63 | 0.32 | 0.02 |
| HSL | 330.19º | 0.94% | 0.67% | - |
| HSV(B) | 330.19º | 0.63% | 0.98% | - |
| XYZ | 50.69 | 31.09 | 41.86 | - |
| YUV | 148.84 | 140.51 | 200.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 93 | 171 | 0 | 0.63 | 0.32 | 0.02 | 330.19 | 0.94 | 0.67 |
| Hex | FA | 5D | AB | 0 | 3F | 20 | 2 | 14A | 5E | 43 |
| Octal | 372 | 135 | 253 | 0 | 77 | 40 | 2 | 512 | 136 | 103 |
| Binary | 11111010 | 1011101 | 10101011 | 0 | 111111 | 100000 | 10 | 101001010 | 1011110 | 1000011 |
Color Harmonies of #FA5DAB
Complementary color
Monochromatic Colors of #FA5DAB
Black with #FA5DAB
Text Example
Text Example
White with #FA5DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA5DAB; }
p { color: rgb(250,93,171); }
H1.HeaderClassName
{
color: #FA5DAB;
}
.AnyTagClassName
{
color: #FA5DAB;
}
</style>
background-color css
<style>
a { background-color: #FA5DAB; }
a { background-color: rgb(250,93,171); }
div.DivClassName
{
background-color: #FA5DAB;
}
.BgClassName
{
background-color: #FA5DAB;
}
</style>
border-color css
<style>
span { border-color: #FA5DAB; }
span { border-color: rgb(250,93,171); }
td.TdClassName
{
border-color: #FA5DAB;
}
.TagClassName
{
border-color: #FA5DAB;
}
</style>