Shades of Brilliant Rose #FC679D
Tints of Brilliant Rose #FC679D
RGB
CMYK
RGB Variations
Color information
#FC679D (or 0xFC679D) is known color: Brilliant Rose. HEX triplet: FC, 67 and 9D. RGB value is (252,103,157). Sum of RGB (Red+Green+Blue) = 252+103+157=512 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.22% from 512); Green value is 103 (40.62% from 255 or 20.12% from 512); Blue value is 157 (61.72% from 255 or 30.66% from 512); Max value from RGB is 252 - color contains mainly: red. Hex color #FC679D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC679D is #039862. Grayscale: #999999. Windows color (decimal): -235619 or 10315772. OLE color: 10315772.
HSL color Cylindrical-coordinate representation of color #FC679D: hue angle of 338.26º 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 #FC679D is Cyan = 0, Magento = 0.59, Yellow = 0.38 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 103 | 157 | - |
| CMYK | 0 | 0.59 | 0.38 | 0.01 |
| HSL | 338.26º | 0.96% | 0.7% | - |
| HSV(B) | 338.26º | 0.59% | 0.99% | - |
| XYZ | 51.08 | 32.83 | 35.54 | - |
| YUV | 153.71 | 129.86 | 198.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 103 | 157 | 0 | 0.59 | 0.38 | 0.01 | 338.26 | 0.96 | 0.7 |
| Hex | FC | 67 | 9D | 0 | 3B | 26 | 1 | 152 | 60 | 46 |
| Octal | 374 | 147 | 235 | 0 | 73 | 46 | 1 | 522 | 140 | 106 |
| Binary | 11111100 | 1100111 | 10011101 | 0 | 111011 | 100110 | 1 | 101010010 | 1100000 | 1000110 |
Color Harmonies of #FC679D
Complementary color
Monochromatic Colors of #FC679D
Black with #FC679D
Text Example
Text Example
White with #FC679D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC679D; }
p { color: rgb(252,103,157); }
H1.HeaderClassName
{
color: #FC679D;
}
.AnyTagClassName
{
color: #FC679D;
}
</style>
background-color css
<style>
a { background-color: #FC679D; }
a { background-color: rgb(252,103,157); }
div.DivClassName
{
background-color: #FC679D;
}
.BgClassName
{
background-color: #FC679D;
}
</style>
border-color css
<style>
span { border-color: #FC679D; }
span { border-color: rgb(252,103,157); }
td.TdClassName
{
border-color: #FC679D;
}
.TagClassName
{
border-color: #FC679D;
}
</style>