Shades of Brilliant Rose #FC5BAA
Tints of Brilliant Rose #FC5BAA
RGB
CMYK
RGB Variations
Color information
#FC5BAA (or 0xFC5BAA) is known color: Brilliant Rose. HEX triplet: FC, 5B and AA. RGB value is (252,91,170). Sum of RGB (Red+Green+Blue) = 252+91+170=513 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.12% from 513); Green value is 91 (35.94% from 255 or 17.74% from 513); Blue value is 170 (66.80% from 255 or 33.14% from 513); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5BAA is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC5BAA is #03A455. Grayscale: #939393. Windows color (decimal): -238678 or 11164668. OLE color: 11164668.
HSL color Cylindrical-coordinate representation of color #FC5BAA: hue angle of 330.56º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FC5BAA is Cyan = 0, Magento = 0.64, Yellow = 0.33 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 91 | 170 | - |
| CMYK | 0 | 0.64 | 0.33 | 0.01 |
| HSL | 330.56º | 0.96% | 0.67% | - |
| HSV(B) | 330.56º | 0.64% | 0.99% | - |
| XYZ | 51.14 | 31.08 | 41.33 | - |
| YUV | 148.15 | 140.34 | 202.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 91 | 170 | 0 | 0.64 | 0.33 | 0.01 | 330.56 | 0.96 | 0.67 |
| Hex | FC | 5B | AA | 0 | 40 | 21 | 1 | 14B | 60 | 43 |
| Octal | 374 | 133 | 252 | 0 | 100 | 41 | 1 | 513 | 140 | 103 |
| Binary | 11111100 | 1011011 | 10101010 | 0 | 1000000 | 100001 | 1 | 101001011 | 1100000 | 1000011 |
Color Harmonies of #FC5BAA
Complementary color
Monochromatic Colors of #FC5BAA
Black with #FC5BAA
Text Example
Text Example
White with #FC5BAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC5BAA; }
p { color: rgb(252,91,170); }
H1.HeaderClassName
{
color: #FC5BAA;
}
.AnyTagClassName
{
color: #FC5BAA;
}
</style>
background-color css
<style>
a { background-color: #FC5BAA; }
a { background-color: rgb(252,91,170); }
div.DivClassName
{
background-color: #FC5BAA;
}
.BgClassName
{
background-color: #FC5BAA;
}
</style>
border-color css
<style>
span { border-color: #FC5BAA; }
span { border-color: rgb(252,91,170); }
td.TdClassName
{
border-color: #FC5BAA;
}
.TagClassName
{
border-color: #FC5BAA;
}
</style>