Shades of Brilliant Rose #FC5297
Tints of Brilliant Rose #FC5297
RGB
CMYK
RGB Variations
Color information
#FC5297 (or 0xFC5297) is known color: Brilliant Rose. HEX triplet: FC, 52 and 97. RGB value is (252,82,151). Sum of RGB (Red+Green+Blue) = 252+82+151=485 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.96% from 485); Green value is 82 (32.42% from 255 or 16.91% from 485); Blue value is 151 (59.38% from 255 or 31.13% from 485); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5297 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC5297 is #03AD68. Grayscale: #8C8C8C. Windows color (decimal): -241001 or 9917180. OLE color: 9917180.
HSL color Cylindrical-coordinate representation of color #FC5297: hue angle of 335.65º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FC5297 is Cyan = 0, Magento = 0.67, Yellow = 0.40 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 82 | 151 | - |
| CMYK | 0 | 0.67 | 0.40 | 0.01 |
| HSL | 335.65º | 0.97% | 0.65% | - |
| HSV(B) | 335.65º | 0.67% | 0.99% | - |
| XYZ | 48.75 | 28.96 | 32.3 | - |
| YUV | 140.7 | 133.82 | 207.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 82 | 151 | 0 | 0.67 | 0.40 | 0.01 | 335.65 | 0.97 | 0.65 |
| Hex | FC | 52 | 97 | 0 | 43 | 28 | 1 | 150 | 61 | 41 |
| Octal | 374 | 122 | 227 | 0 | 103 | 50 | 1 | 520 | 141 | 101 |
| Binary | 11111100 | 1010010 | 10010111 | 0 | 1000011 | 101000 | 1 | 101010000 | 1100001 | 1000001 |
Color Harmonies of #FC5297
Complementary color
Monochromatic Colors of #FC5297
Black with #FC5297
Text Example
Text Example
White with #FC5297
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC5297; }
p { color: rgb(252,82,151); }
H1.HeaderClassName
{
color: #FC5297;
}
.AnyTagClassName
{
color: #FC5297;
}
</style>
background-color css
<style>
a { background-color: #FC5297; }
a { background-color: rgb(252,82,151); }
div.DivClassName
{
background-color: #FC5297;
}
.BgClassName
{
background-color: #FC5297;
}
</style>
border-color css
<style>
span { border-color: #FC5297; }
span { border-color: rgb(252,82,151); }
td.TdClassName
{
border-color: #FC5297;
}
.TagClassName
{
border-color: #FC5297;
}
</style>