Shades of Brilliant Rose #FC629E
Tints of Brilliant Rose #FC629E
RGB
CMYK
RGB Variations
Color information
#FC629E (or 0xFC629E) is known color: Brilliant Rose. HEX triplet: FC, 62 and 9E. RGB value is (252,98,158). Sum of RGB (Red+Green+Blue) = 252+98+158=508 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.61% from 508); Green value is 98 (38.67% from 255 or 19.29% from 508); Blue value is 158 (62.11% from 255 or 31.10% from 508); Max value from RGB is 252 - color contains mainly: red. Hex color #FC629E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC629E is #039D61. Grayscale: #969696. Windows color (decimal): -236898 or 10380028. OLE color: 10380028.
HSL color Cylindrical-coordinate representation of color #FC629E: hue angle of 336.62º 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 #FC629E is Cyan = 0, Magento = 0.61, Yellow = 0.37 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 98 | 158 | - |
| CMYK | 0 | 0.61 | 0.37 | 0.01 |
| HSL | 336.62º | 0.96% | 0.69% | - |
| HSV(B) | 336.62º | 0.61% | 0.99% | - |
| XYZ | 50.68 | 31.9 | 35.83 | - |
| YUV | 150.89 | 132.02 | 200.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 98 | 158 | 0 | 0.61 | 0.37 | 0.01 | 336.62 | 0.96 | 0.69 |
| Hex | FC | 62 | 9E | 0 | 3D | 25 | 1 | 151 | 60 | 45 |
| Octal | 374 | 142 | 236 | 0 | 75 | 45 | 1 | 521 | 140 | 105 |
| Binary | 11111100 | 1100010 | 10011110 | 0 | 111101 | 100101 | 1 | 101010001 | 1100000 | 1000101 |
Color Harmonies of #FC629E
Complementary color
Monochromatic Colors of #FC629E
Black with #FC629E
Text Example
Text Example
White with #FC629E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC629E; }
p { color: rgb(252,98,158); }
H1.HeaderClassName
{
color: #FC629E;
}
.AnyTagClassName
{
color: #FC629E;
}
</style>
background-color css
<style>
a { background-color: #FC629E; }
a { background-color: rgb(252,98,158); }
div.DivClassName
{
background-color: #FC629E;
}
.BgClassName
{
background-color: #FC629E;
}
</style>
border-color css
<style>
span { border-color: #FC629E; }
span { border-color: rgb(252,98,158); }
td.TdClassName
{
border-color: #FC629E;
}
.TagClassName
{
border-color: #FC629E;
}
</style>