Shades of Brilliant Rose #FC539A
Tints of Brilliant Rose #FC539A
RGB
CMYK
RGB Variations
Color information
#FC539A (or 0xFC539A) is known color: Brilliant Rose. HEX triplet: FC, 53 and 9A. RGB value is (252,83,154). Sum of RGB (Red+Green+Blue) = 252+83+154=489 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.53% from 489); Green value is 83 (32.81% from 255 or 16.97% from 489); Blue value is 154 (60.55% from 255 or 31.49% from 489); Max value from RGB is 252 - color contains mainly: red. Hex color #FC539A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC539A is #03AC65. Grayscale: #8D8D8D. Windows color (decimal): -240742 or 10114044. OLE color: 10114044.
HSL color Cylindrical-coordinate representation of color #FC539A: hue angle of 334.79º degrees, saturation: 0.97, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FC539A is Cyan = 0, Magento = 0.67, Yellow = 0.39 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 83 | 154 | - |
| CMYK | 0 | 0.67 | 0.39 | 0.01 |
| HSL | 334.79º | 0.97% | 0.66% | - |
| HSV(B) | 334.79º | 0.67% | 0.99% | - |
| XYZ | 49.07 | 29.22 | 33.62 | - |
| YUV | 141.63 | 134.99 | 206.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 83 | 154 | 0 | 0.67 | 0.39 | 0.01 | 334.79 | 0.97 | 0.66 |
| Hex | FC | 53 | 9A | 0 | 43 | 27 | 1 | 14F | 61 | 42 |
| Octal | 374 | 123 | 232 | 0 | 103 | 47 | 1 | 517 | 141 | 102 |
| Binary | 11111100 | 1010011 | 10011010 | 0 | 1000011 | 100111 | 1 | 101001111 | 1100001 | 1000010 |
Color Harmonies of #FC539A
Complementary color
Monochromatic Colors of #FC539A
Black with #FC539A
Text Example
Text Example
White with #FC539A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC539A; }
p { color: rgb(252,83,154); }
H1.HeaderClassName
{
color: #FC539A;
}
.AnyTagClassName
{
color: #FC539A;
}
</style>
background-color css
<style>
a { background-color: #FC539A; }
a { background-color: rgb(252,83,154); }
div.DivClassName
{
background-color: #FC539A;
}
.BgClassName
{
background-color: #FC539A;
}
</style>
border-color css
<style>
span { border-color: #FC539A; }
span { border-color: rgb(252,83,154); }
td.TdClassName
{
border-color: #FC539A;
}
.TagClassName
{
border-color: #FC539A;
}
</style>