Shades of Brilliant Rose #FC629B
Tints of Brilliant Rose #FC629B
RGB
CMYK
RGB Variations
Color information
#FC629B (or 0xFC629B) is known color: Brilliant Rose. HEX triplet: FC, 62 and 9B. RGB value is (252,98,155). Sum of RGB (Red+Green+Blue) = 252+98+155=505 (66% of max value = 765). Red value is 252 (98.83% from 255 or 49.90% from 505); Green value is 98 (38.67% from 255 or 19.41% from 505); Blue value is 155 (60.94% from 255 or 30.69% from 505); Max value from RGB is 252 - color contains mainly: red. Hex color #FC629B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC629B is #039D64. Grayscale: #969696. Windows color (decimal): -236901 or 10183420. OLE color: 10183420.
HSL color Cylindrical-coordinate representation of color #FC629B: hue angle of 337.79º 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 #FC629B is Cyan = 0, Magento = 0.61, Yellow = 0.38 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 98 | 155 | - |
| CMYK | 0 | 0.61 | 0.38 | 0.01 |
| HSL | 337.79º | 0.96% | 0.69% | - |
| HSV(B) | 337.79º | 0.61% | 0.99% | - |
| XYZ | 50.43 | 31.8 | 34.49 | - |
| YUV | 150.54 | 130.52 | 200.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 98 | 155 | 0 | 0.61 | 0.38 | 0.01 | 337.79 | 0.96 | 0.69 |
| Hex | FC | 62 | 9B | 0 | 3D | 26 | 1 | 152 | 60 | 45 |
| Octal | 374 | 142 | 233 | 0 | 75 | 46 | 1 | 522 | 140 | 105 |
| Binary | 11111100 | 1100010 | 10011011 | 0 | 111101 | 100110 | 1 | 101010010 | 1100000 | 1000101 |
Color Harmonies of #FC629B
Complementary color
Monochromatic Colors of #FC629B
Black with #FC629B
Text Example
Text Example
White with #FC629B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC629B; }
p { color: rgb(252,98,155); }
H1.HeaderClassName
{
color: #FC629B;
}
.AnyTagClassName
{
color: #FC629B;
}
</style>
background-color css
<style>
a { background-color: #FC629B; }
a { background-color: rgb(252,98,155); }
div.DivClassName
{
background-color: #FC629B;
}
.BgClassName
{
background-color: #FC629B;
}
</style>
border-color css
<style>
span { border-color: #FC629B; }
span { border-color: rgb(252,98,155); }
td.TdClassName
{
border-color: #FC629B;
}
.TagClassName
{
border-color: #FC629B;
}
</style>