Shades of Brilliant Rose #FC629C
Tints of Brilliant Rose #FC629C
RGB
CMYK
RGB Variations
Color information
#FC629C (or 0xFC629C) is known color: Brilliant Rose. HEX triplet: FC, 62 and 9C. RGB value is (252,98,156). Sum of RGB (Red+Green+Blue) = 252+98+156=506 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.80% from 506); Green value is 98 (38.67% from 255 or 19.37% from 506); Blue value is 156 (61.33% from 255 or 30.83% from 506); Max value from RGB is 252 - color contains mainly: red. Hex color #FC629C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC629C is #039D63. Grayscale: #969696. Windows color (decimal): -236900 or 10248956. OLE color: 10248956.
HSL color Cylindrical-coordinate representation of color #FC629C: hue angle of 337.4º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #FC629C is Cyan = 0, Magento = 0.61, Yellow = 0.38 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 98 | 156 | - |
| CMYK | 0 | 0.61 | 0.38 | 0.01 |
| HSL | 337.4º | 0.96% | 0.69% | - |
| HSV(B) | 337.4º | 0.61% | 0.99% | - |
| XYZ | 50.51 | 31.83 | 34.93 | - |
| YUV | 150.66 | 131.02 | 200.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 98 | 156 | 0 | 0.61 | 0.38 | 0.01 | 337.4 | 0.96 | 0.69 |
| Hex | FC | 62 | 9C | 0 | 3D | 26 | 1 | 151 | 60 | 45 |
| Octal | 374 | 142 | 234 | 0 | 75 | 46 | 1 | 521 | 140 | 105 |
| Binary | 11111100 | 1100010 | 10011100 | 0 | 111101 | 100110 | 1 | 101010001 | 1100000 | 1000101 |
Color Harmonies of #FC629C
Complementary color
Monochromatic Colors of #FC629C
Black with #FC629C
Text Example
Text Example
White with #FC629C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC629C; }
p { color: rgb(252,98,156); }
H1.HeaderClassName
{
color: #FC629C;
}
.AnyTagClassName
{
color: #FC629C;
}
</style>
background-color css
<style>
a { background-color: #FC629C; }
a { background-color: rgb(252,98,156); }
div.DivClassName
{
background-color: #FC629C;
}
.BgClassName
{
background-color: #FC629C;
}
</style>
border-color css
<style>
span { border-color: #FC629C; }
span { border-color: rgb(252,98,156); }
td.TdClassName
{
border-color: #FC629C;
}
.TagClassName
{
border-color: #FC629C;
}
</style>