Shades of Brilliant Rose #FC599F
Tints of Brilliant Rose #FC599F
RGB
CMYK
RGB Variations
Color information
#FC599F (or 0xFC599F) is known color: Brilliant Rose. HEX triplet: FC, 59 and 9F. RGB value is (252,89,159). Sum of RGB (Red+Green+Blue) = 252+89+159=500 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50.4% from 500); Green value is 89 (35.16% from 255 or 17.8% from 500); Blue value is 159 (62.5% from 255 or 31.8% from 500); Max value from RGB is 252 - color contains mainly: red. Hex color #FC599F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC599F is #03A660. Grayscale: #919191. Windows color (decimal): -239201 or 10443260. OLE color: 10443260.
HSL color Cylindrical-coordinate representation of color #FC599F: hue angle of 334.23º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FC599F is Cyan = 0, Magento = 0.65, Yellow = 0.37 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 89 | 159 | - |
| CMYK | 0 | 0.65 | 0.37 | 0.01 |
| HSL | 334.23º | 0.96% | 0.67% | - |
| HSV(B) | 334.23º | 0.65% | 0.99% | - |
| XYZ | 49.98 | 30.34 | 36.02 | - |
| YUV | 145.72 | 135.5 | 203.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 89 | 159 | 0 | 0.65 | 0.37 | 0.01 | 334.23 | 0.96 | 0.67 |
| Hex | FC | 59 | 9F | 0 | 41 | 25 | 1 | 14E | 60 | 43 |
| Octal | 374 | 131 | 237 | 0 | 101 | 45 | 1 | 516 | 140 | 103 |
| Binary | 11111100 | 1011001 | 10011111 | 0 | 1000001 | 100101 | 1 | 101001110 | 1100000 | 1000011 |
Color Harmonies of #FC599F
Complementary color
Monochromatic Colors of #FC599F
Black with #FC599F
Text Example
Text Example
White with #FC599F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC599F; }
p { color: rgb(252,89,159); }
H1.HeaderClassName
{
color: #FC599F;
}
.AnyTagClassName
{
color: #FC599F;
}
</style>
background-color css
<style>
a { background-color: #FC599F; }
a { background-color: rgb(252,89,159); }
div.DivClassName
{
background-color: #FC599F;
}
.BgClassName
{
background-color: #FC599F;
}
</style>
border-color css
<style>
span { border-color: #FC599F; }
span { border-color: rgb(252,89,159); }
td.TdClassName
{
border-color: #FC599F;
}
.TagClassName
{
border-color: #FC599F;
}
</style>