Shades of Brilliant Rose #FC599A
Tints of Brilliant Rose #FC599A
RGB
CMYK
RGB Variations
Color information
#FC599A (or 0xFC599A) is known color: Brilliant Rose. HEX triplet: FC, 59 and 9A. RGB value is (252,89,154). Sum of RGB (Red+Green+Blue) = 252+89+154=495 (65% of max value = 765). Red value is 252 (98.83% from 255 or 50.91% from 495); Green value is 89 (35.16% from 255 or 17.98% from 495); Blue value is 154 (60.55% from 255 or 31.11% from 495); Max value from RGB is 252 - color contains mainly: red. Hex color #FC599A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC599A is #03A665. Grayscale: #919191. Windows color (decimal): -239206 or 10115580. OLE color: 10115580.
HSL color Cylindrical-coordinate representation of color #FC599A: hue angle of 336.07º 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 #FC599A is Cyan = 0, Magento = 0.65, Yellow = 0.39 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 89 | 154 | - |
| CMYK | 0 | 0.65 | 0.39 | 0.01 |
| HSL | 336.07º | 0.96% | 0.67% | - |
| HSV(B) | 336.07º | 0.65% | 0.99% | - |
| XYZ | 49.55 | 30.17 | 33.78 | - |
| YUV | 145.15 | 133 | 204.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 89 | 154 | 0 | 0.65 | 0.39 | 0.01 | 336.07 | 0.96 | 0.67 |
| Hex | FC | 59 | 9A | 0 | 41 | 27 | 1 | 150 | 60 | 43 |
| Octal | 374 | 131 | 232 | 0 | 101 | 47 | 1 | 520 | 140 | 103 |
| Binary | 11111100 | 1011001 | 10011010 | 0 | 1000001 | 100111 | 1 | 101010000 | 1100000 | 1000011 |
Color Harmonies of #FC599A
Complementary color
Monochromatic Colors of #FC599A
Black with #FC599A
Text Example
Text Example
White with #FC599A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC599A; }
p { color: rgb(252,89,154); }
H1.HeaderClassName
{
color: #FC599A;
}
.AnyTagClassName
{
color: #FC599A;
}
</style>
background-color css
<style>
a { background-color: #FC599A; }
a { background-color: rgb(252,89,154); }
div.DivClassName
{
background-color: #FC599A;
}
.BgClassName
{
background-color: #FC599A;
}
</style>
border-color css
<style>
span { border-color: #FC599A; }
span { border-color: rgb(252,89,154); }
td.TdClassName
{
border-color: #FC599A;
}
.TagClassName
{
border-color: #FC599A;
}
</style>