Shades of Brilliant Rose #FC40B0
Tints of Brilliant Rose #FC40B0
RGB
CMYK
RGB Variations
Color information
#FC40B0 (or 0xFC40B0) is known color: Brilliant Rose. HEX triplet: FC, 40 and B0. RGB value is (252,64,176). Sum of RGB (Red+Green+Blue) = 252+64+176=492 (65% of max value = 765). Red value is 252 (98.83% from 255 or 51.22% from 492); Green value is 64 (25.39% from 255 or 13.01% from 492); Blue value is 176 (69.14% from 255 or 35.77% from 492); Max value from RGB is 252 - color contains mainly: red. Hex color #FC40B0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC40B0 is #03BF4F. Grayscale: #848484. Windows color (decimal): -245584 or 11550972. OLE color: 11550972.
HSL color Cylindrical-coordinate representation of color #FC40B0: hue angle of 324.26º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FC40B0 is Cyan = 0, Magento = 0.75, Yellow = 0.30 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 64 | 176 | - |
| CMYK | 0 | 0.75 | 0.30 | 0.01 |
| HSL | 324.26º | 0.97% | 0.62% | - |
| HSV(B) | 324.26º | 0.75% | 0.99% | - |
| XYZ | 49.81 | 27.5 | 43.76 | - |
| YUV | 132.98 | 152.28 | 212.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 64 | 176 | 0 | 0.75 | 0.30 | 0.01 | 324.26 | 0.97 | 0.62 |
| Hex | FC | 40 | B0 | 0 | 4B | 1E | 1 | 144 | 61 | 3E |
| Octal | 374 | 100 | 260 | 0 | 113 | 36 | 1 | 504 | 141 | 76 |
| Binary | 11111100 | 1000000 | 10110000 | 0 | 1001011 | 11110 | 1 | 101000100 | 1100001 | 111110 |
Color Harmonies of #FC40B0
Complementary color
Monochromatic Colors of #FC40B0
Black with #FC40B0
Text Example
Text Example
White with #FC40B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC40B0; }
p { color: rgb(252,64,176); }
H1.HeaderClassName
{
color: #FC40B0;
}
.AnyTagClassName
{
color: #FC40B0;
}
</style>
background-color css
<style>
a { background-color: #FC40B0; }
a { background-color: rgb(252,64,176); }
div.DivClassName
{
background-color: #FC40B0;
}
.BgClassName
{
background-color: #FC40B0;
}
</style>
border-color css
<style>
span { border-color: #FC40B0; }
span { border-color: rgb(252,64,176); }
td.TdClassName
{
border-color: #FC40B0;
}
.TagClassName
{
border-color: #FC40B0;
}
</style>