Shades of Brilliant Rose #FC5DAA
Tints of Brilliant Rose #FC5DAA
RGB
CMYK
RGB Variations
Color information
#FC5DAA (or 0xFC5DAA) is known color: Brilliant Rose. HEX triplet: FC, 5D and AA. RGB value is (252,93,170). Sum of RGB (Red+Green+Blue) = 252+93+170=515 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.93% from 515); Green value is 93 (36.72% from 255 or 18.06% from 515); Blue value is 170 (66.80% from 255 or 33.01% from 515); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5DAA is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC5DAA is #03A255. Grayscale: #959595. Windows color (decimal): -238166 or 11165180. OLE color: 11165180.
HSL color Cylindrical-coordinate representation of color #FC5DAA: hue angle of 330.94º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FC5DAA is Cyan = 0, Magento = 0.63, Yellow = 0.33 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 93 | 170 | - |
| CMYK | 0 | 0.63 | 0.33 | 0.01 |
| HSL | 330.94º | 0.96% | 0.68% | - |
| HSV(B) | 330.94º | 0.63% | 0.99% | - |
| XYZ | 51.31 | 31.43 | 41.39 | - |
| YUV | 149.32 | 139.68 | 201.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 93 | 170 | 0 | 0.63 | 0.33 | 0.01 | 330.94 | 0.96 | 0.68 |
| Hex | FC | 5D | AA | 0 | 3F | 21 | 1 | 14B | 60 | 44 |
| Octal | 374 | 135 | 252 | 0 | 77 | 41 | 1 | 513 | 140 | 104 |
| Binary | 11111100 | 1011101 | 10101010 | 0 | 111111 | 100001 | 1 | 101001011 | 1100000 | 1000100 |
Color Harmonies of #FC5DAA
Complementary color
Monochromatic Colors of #FC5DAA
Black with #FC5DAA
Text Example
Text Example
White with #FC5DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC5DAA; }
p { color: rgb(252,93,170); }
H1.HeaderClassName
{
color: #FC5DAA;
}
.AnyTagClassName
{
color: #FC5DAA;
}
</style>
background-color css
<style>
a { background-color: #FC5DAA; }
a { background-color: rgb(252,93,170); }
div.DivClassName
{
background-color: #FC5DAA;
}
.BgClassName
{
background-color: #FC5DAA;
}
</style>
border-color css
<style>
span { border-color: #FC5DAA; }
span { border-color: rgb(252,93,170); }
td.TdClassName
{
border-color: #FC5DAA;
}
.TagClassName
{
border-color: #FC5DAA;
}
</style>