Shades of Brilliant Rose #FC679C
Tints of Brilliant Rose #FC679C
RGB
CMYK
RGB Variations
Color information
#FC679C (or 0xFC679C) is known color: Brilliant Rose. HEX triplet: FC, 67 and 9C. RGB value is (252,103,156). Sum of RGB (Red+Green+Blue) = 252+103+156=511 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.32% from 511); Green value is 103 (40.62% from 255 or 20.16% from 511); Blue value is 156 (61.33% from 255 or 30.53% from 511); Max value from RGB is 252 - color contains mainly: red. Hex color #FC679C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC679C is #039863. Grayscale: #999999. Windows color (decimal): -235620 or 10250236. OLE color: 10250236.
HSL color Cylindrical-coordinate representation of color #FC679C: hue angle of 338.66º 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 #FC679C is Cyan = 0, Magento = 0.59, Yellow = 0.38 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 103 | 156 | - |
| CMYK | 0 | 0.59 | 0.38 | 0.01 |
| HSL | 338.66º | 0.96% | 0.7% | - |
| HSV(B) | 338.66º | 0.59% | 0.99% | - |
| XYZ | 51 | 32.8 | 35.1 | - |
| YUV | 153.59 | 129.36 | 198.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 103 | 156 | 0 | 0.59 | 0.38 | 0.01 | 338.66 | 0.96 | 0.7 |
| Hex | FC | 67 | 9C | 0 | 3B | 26 | 1 | 153 | 60 | 46 |
| Octal | 374 | 147 | 234 | 0 | 73 | 46 | 1 | 523 | 140 | 106 |
| Binary | 11111100 | 1100111 | 10011100 | 0 | 111011 | 100110 | 1 | 101010011 | 1100000 | 1000110 |
Color Harmonies of #FC679C
Complementary color
Monochromatic Colors of #FC679C
Black with #FC679C
Text Example
Text Example
White with #FC679C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC679C; }
p { color: rgb(252,103,156); }
H1.HeaderClassName
{
color: #FC679C;
}
.AnyTagClassName
{
color: #FC679C;
}
</style>
background-color css
<style>
a { background-color: #FC679C; }
a { background-color: rgb(252,103,156); }
div.DivClassName
{
background-color: #FC679C;
}
.BgClassName
{
background-color: #FC679C;
}
</style>
border-color css
<style>
span { border-color: #FC679C; }
span { border-color: rgb(252,103,156); }
td.TdClassName
{
border-color: #FC679C;
}
.TagClassName
{
border-color: #FC679C;
}
</style>