Shades of Brilliant Rose #FA589F
Tints of Brilliant Rose #FA589F
RGB
CMYK
RGB Variations
Color information
#FA589F (or 0xFA589F) is known color: Brilliant Rose. HEX triplet: FA, 58 and 9F. RGB value is (250,88,159). Sum of RGB (Red+Green+Blue) = 250+88+159=497 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.30% from 497); Green value is 88 (34.77% from 255 or 17.71% from 497); Blue value is 159 (62.5% from 255 or 31.99% from 497); Max value from RGB is 250 - color contains mainly: red. Hex color #FA589F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA589F is #05A760. Grayscale: #909090. Windows color (decimal): -370529 or 10443002. OLE color: 10443002.
HSL color Cylindrical-coordinate representation of color #FA589F: hue angle of 333.7º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FA589F is Cyan = 0, Magento = 0.65, Yellow = 0.36 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 88 | 159 | - |
| CMYK | 0 | 0.65 | 0.36 | 0.02 |
| HSL | 333.7º | 0.94% | 0.66% | - |
| HSV(B) | 333.7º | 0.65% | 0.98% | - |
| XYZ | 49.17 | 29.81 | 35.96 | - |
| YUV | 144.53 | 136.17 | 203.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 88 | 159 | 0 | 0.65 | 0.36 | 0.02 | 333.7 | 0.94 | 0.66 |
| Hex | FA | 58 | 9F | 0 | 41 | 24 | 2 | 14E | 5E | 42 |
| Octal | 372 | 130 | 237 | 0 | 101 | 44 | 2 | 516 | 136 | 102 |
| Binary | 11111010 | 1011000 | 10011111 | 0 | 1000001 | 100100 | 10 | 101001110 | 1011110 | 1000010 |
Color Harmonies of #FA589F
Complementary color
Monochromatic Colors of #FA589F
Black with #FA589F
Text Example
Text Example
White with #FA589F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA589F; }
p { color: rgb(250,88,159); }
H1.HeaderClassName
{
color: #FA589F;
}
.AnyTagClassName
{
color: #FA589F;
}
</style>
background-color css
<style>
a { background-color: #FA589F; }
a { background-color: rgb(250,88,159); }
div.DivClassName
{
background-color: #FA589F;
}
.BgClassName
{
background-color: #FA589F;
}
</style>
border-color css
<style>
span { border-color: #FA589F; }
span { border-color: rgb(250,88,159); }
td.TdClassName
{
border-color: #FA589F;
}
.TagClassName
{
border-color: #FA589F;
}
</style>