Shades of Brilliant Rose #FC6798
Tints of Brilliant Rose #FC6798
RGB
CMYK
RGB Variations
Color information
#FC6798 (or 0xFC6798) is known color: Brilliant Rose. HEX triplet: FC, 67 and 98. RGB value is (252,103,152). Sum of RGB (Red+Green+Blue) = 252+103+152=507 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.70% from 507); Green value is 103 (40.62% from 255 or 20.32% from 507); Blue value is 152 (59.77% from 255 or 29.98% from 507); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6798 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC6798 is #039867. Grayscale: #999999. Windows color (decimal): -235624 or 9988092. OLE color: 9988092.
HSL color Cylindrical-coordinate representation of color #FC6798: hue angle of 340.27º 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 #FC6798 is Cyan = 0, Magento = 0.59, Yellow = 0.40 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 103 | 152 | - |
| CMYK | 0 | 0.59 | 0.40 | 0.01 |
| HSL | 340.27º | 0.96% | 0.7% | - |
| HSV(B) | 340.27º | 0.59% | 0.99% | - |
| XYZ | 50.66 | 32.66 | 33.34 | - |
| YUV | 153.14 | 127.36 | 198.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 103 | 152 | 0 | 0.59 | 0.40 | 0.01 | 340.27 | 0.96 | 0.7 |
| Hex | FC | 67 | 98 | 0 | 3B | 28 | 1 | 154 | 60 | 46 |
| Octal | 374 | 147 | 230 | 0 | 73 | 50 | 1 | 524 | 140 | 106 |
| Binary | 11111100 | 1100111 | 10011000 | 0 | 111011 | 101000 | 1 | 101010100 | 1100000 | 1000110 |
Color Harmonies of #FC6798
Complementary color
Monochromatic Colors of #FC6798
Black with #FC6798
Text Example
Text Example
White with #FC6798
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC6798; }
p { color: rgb(252,103,152); }
H1.HeaderClassName
{
color: #FC6798;
}
.AnyTagClassName
{
color: #FC6798;
}
</style>
background-color css
<style>
a { background-color: #FC6798; }
a { background-color: rgb(252,103,152); }
div.DivClassName
{
background-color: #FC6798;
}
.BgClassName
{
background-color: #FC6798;
}
</style>
border-color css
<style>
span { border-color: #FC6798; }
span { border-color: rgb(252,103,152); }
td.TdClassName
{
border-color: #FC6798;
}
.TagClassName
{
border-color: #FC6798;
}
</style>