Shades of Brilliant Rose #FC6799
Tints of Brilliant Rose #FC6799
RGB
CMYK
RGB Variations
Color information
#FC6799 (or 0xFC6799) is known color: Brilliant Rose. HEX triplet: FC, 67 and 99. RGB value is (252,103,153). Sum of RGB (Red+Green+Blue) = 252+103+153=508 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.61% from 508); Green value is 103 (40.62% from 255 or 20.28% from 508); Blue value is 153 (60.16% from 255 or 30.12% from 508); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6799 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC6799 is #039866. Grayscale: #999999. Windows color (decimal): -235623 or 10053628. OLE color: 10053628.
HSL color Cylindrical-coordinate representation of color #FC6799: hue angle of 339.87º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #FC6799 is Cyan = 0, Magento = 0.59, Yellow = 0.39 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 103 | 153 | - |
| CMYK | 0 | 0.59 | 0.39 | 0.01 |
| HSL | 339.87º | 0.96% | 0.7% | - |
| HSV(B) | 339.87º | 0.59% | 0.99% | - |
| XYZ | 50.74 | 32.7 | 33.77 | - |
| YUV | 153.25 | 127.86 | 198.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 103 | 153 | 0 | 0.59 | 0.39 | 0.01 | 339.87 | 0.96 | 0.7 |
| Hex | FC | 67 | 99 | 0 | 3B | 27 | 1 | 154 | 60 | 46 |
| Octal | 374 | 147 | 231 | 0 | 73 | 47 | 1 | 524 | 140 | 106 |
| Binary | 11111100 | 1100111 | 10011001 | 0 | 111011 | 100111 | 1 | 101010100 | 1100000 | 1000110 |
Color Harmonies of #FC6799
Complementary color
Monochromatic Colors of #FC6799
Black with #FC6799
Text Example
Text Example
White with #FC6799
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC6799; }
p { color: rgb(252,103,153); }
H1.HeaderClassName
{
color: #FC6799;
}
.AnyTagClassName
{
color: #FC6799;
}
</style>
background-color css
<style>
a { background-color: #FC6799; }
a { background-color: rgb(252,103,153); }
div.DivClassName
{
background-color: #FC6799;
}
.BgClassName
{
background-color: #FC6799;
}
</style>
border-color css
<style>
span { border-color: #FC6799; }
span { border-color: rgb(252,103,153); }
td.TdClassName
{
border-color: #FC6799;
}
.TagClassName
{
border-color: #FC6799;
}
</style>