Shades of Brilliant Rose #FA59A8
Tints of Brilliant Rose #FA59A8
RGB
CMYK
RGB Variations
Color information
#FA59A8 (or 0xFA59A8) is known color: Brilliant Rose. HEX triplet: FA, 59 and A8. RGB value is (250,89,168). Sum of RGB (Red+Green+Blue) = 250+89+168=507 (67% of max value = 765). Red value is 250 (98.05% from 255 or 49.31% from 507); Green value is 89 (35.16% from 255 or 17.55% from 507); Blue value is 168 (66.02% from 255 or 33.14% from 507); Max value from RGB is 250 - color contains mainly: red. Hex color #FA59A8 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA59A8 is #05A657. Grayscale: #919191. Windows color (decimal): -370264 or 11033082. OLE color: 11033082.
HSL color Cylindrical-coordinate representation of color #FA59A8: hue angle of 330.56º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FA59A8 is Cyan = 0, Magento = 0.64, Yellow = 0.33 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 89 | 168 | - |
| CMYK | 0 | 0.64 | 0.33 | 0.02 |
| HSL | 330.56º | 0.94% | 0.66% | - |
| HSV(B) | 330.56º | 0.64% | 0.98% | - |
| XYZ | 50.06 | 30.3 | 40.25 | - |
| YUV | 146.15 | 140.34 | 202.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 89 | 168 | 0 | 0.64 | 0.33 | 0.02 | 330.56 | 0.94 | 0.66 |
| Hex | FA | 59 | A8 | 0 | 40 | 21 | 2 | 14B | 5E | 42 |
| Octal | 372 | 131 | 250 | 0 | 100 | 41 | 2 | 513 | 136 | 102 |
| Binary | 11111010 | 1011001 | 10101000 | 0 | 1000000 | 100001 | 10 | 101001011 | 1011110 | 1000010 |
Color Harmonies of #FA59A8
Complementary color
Monochromatic Colors of #FA59A8
Black with #FA59A8
Text Example
Text Example
White with #FA59A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA59A8; }
p { color: rgb(250,89,168); }
H1.HeaderClassName
{
color: #FA59A8;
}
.AnyTagClassName
{
color: #FA59A8;
}
</style>
background-color css
<style>
a { background-color: #FA59A8; }
a { background-color: rgb(250,89,168); }
div.DivClassName
{
background-color: #FA59A8;
}
.BgClassName
{
background-color: #FA59A8;
}
</style>
border-color css
<style>
span { border-color: #FA59A8; }
span { border-color: rgb(250,89,168); }
td.TdClassName
{
border-color: #FA59A8;
}
.TagClassName
{
border-color: #FA59A8;
}
</style>