Shades of Brilliant Rose #FC4CB2
Tints of Brilliant Rose #FC4CB2
RGB
CMYK
RGB Variations
Color information
#FC4CB2 (or 0xFC4CB2) is known color: Brilliant Rose. HEX triplet: FC, 4C and B2. RGB value is (252,76,178). Sum of RGB (Red+Green+Blue) = 252+76+178=506 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.80% from 506); Green value is 76 (30.08% from 255 or 15.02% from 506); Blue value is 178 (69.92% from 255 or 35.18% from 506); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4CB2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC4CB2 is #03B34D. Grayscale: #8C8C8C. Windows color (decimal): -242510 or 11685116. OLE color: 11685116.
HSL color Cylindrical-coordinate representation of color #FC4CB2: hue angle of 325.23º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FC4CB2 is Cyan = 0, Magento = 0.70, Yellow = 0.29 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 76 | 178 | - |
| CMYK | 0 | 0.70 | 0.29 | 0.01 |
| HSL | 325.23º | 0.97% | 0.64% | - |
| HSV(B) | 325.23º | 0.7% | 0.99% | - |
| XYZ | 50.77 | 29.08 | 45.06 | - |
| YUV | 140.25 | 149.31 | 207.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 76 | 178 | 0 | 0.70 | 0.29 | 0.01 | 325.23 | 0.97 | 0.64 |
| Hex | FC | 4C | B2 | 0 | 46 | 1D | 1 | 145 | 61 | 40 |
| Octal | 374 | 114 | 262 | 0 | 106 | 35 | 1 | 505 | 141 | 100 |
| Binary | 11111100 | 1001100 | 10110010 | 0 | 1000110 | 11101 | 1 | 101000101 | 1100001 | 1000000 |
Color Harmonies of #FC4CB2
Complementary color
Monochromatic Colors of #FC4CB2
Black with #FC4CB2
Text Example
Text Example
White with #FC4CB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC4CB2; }
p { color: rgb(252,76,178); }
H1.HeaderClassName
{
color: #FC4CB2;
}
.AnyTagClassName
{
color: #FC4CB2;
}
</style>
background-color css
<style>
a { background-color: #FC4CB2; }
a { background-color: rgb(252,76,178); }
div.DivClassName
{
background-color: #FC4CB2;
}
.BgClassName
{
background-color: #FC4CB2;
}
</style>
border-color css
<style>
span { border-color: #FC4CB2; }
span { border-color: rgb(252,76,178); }
td.TdClassName
{
border-color: #FC4CB2;
}
.TagClassName
{
border-color: #FC4CB2;
}
</style>