Shades of Brilliant Rose #FA599F
Tints of Brilliant Rose #FA599F
RGB
CMYK
RGB Variations
Color information
#FA599F (or 0xFA599F) is known color: Brilliant Rose. HEX triplet: FA, 59 and 9F. RGB value is (250,89,159). Sum of RGB (Red+Green+Blue) = 250+89+159=498 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.20% from 498); Green value is 89 (35.16% from 255 or 17.87% from 498); Blue value is 159 (62.5% from 255 or 31.93% from 498); Max value from RGB is 250 - color contains mainly: red. Hex color #FA599F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA599F is #05A660. Grayscale: #919191. Windows color (decimal): -370273 or 10443258. OLE color: 10443258.
HSL color Cylindrical-coordinate representation of color #FA599F: hue angle of 333.91º 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 #FA599F is Cyan = 0, Magento = 0.64, Yellow = 0.36 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 89 | 159 | - |
| CMYK | 0 | 0.64 | 0.36 | 0.02 |
| HSL | 333.91º | 0.94% | 0.66% | - |
| HSV(B) | 333.91º | 0.64% | 0.98% | - |
| XYZ | 49.25 | 29.97 | 35.99 | - |
| YUV | 145.12 | 135.84 | 202.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 89 | 159 | 0 | 0.64 | 0.36 | 0.02 | 333.91 | 0.94 | 0.66 |
| Hex | FA | 59 | 9F | 0 | 40 | 24 | 2 | 14E | 5E | 42 |
| Octal | 372 | 131 | 237 | 0 | 100 | 44 | 2 | 516 | 136 | 102 |
| Binary | 11111010 | 1011001 | 10011111 | 0 | 1000000 | 100100 | 10 | 101001110 | 1011110 | 1000010 |
Color Harmonies of #FA599F
Complementary color
Monochromatic Colors of #FA599F
Black with #FA599F
Text Example
Text Example
White with #FA599F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA599F; }
p { color: rgb(250,89,159); }
H1.HeaderClassName
{
color: #FA599F;
}
.AnyTagClassName
{
color: #FA599F;
}
</style>
background-color css
<style>
a { background-color: #FA599F; }
a { background-color: rgb(250,89,159); }
div.DivClassName
{
background-color: #FA599F;
}
.BgClassName
{
background-color: #FA599F;
}
</style>
border-color css
<style>
span { border-color: #FA599F; }
span { border-color: rgb(250,89,159); }
td.TdClassName
{
border-color: #FA599F;
}
.TagClassName
{
border-color: #FA599F;
}
</style>