Shades of Brilliant Rose #FC4DAB
Tints of Brilliant Rose #FC4DAB
RGB
CMYK
RGB Variations
Color information
#FC4DAB (or 0xFC4DAB) is known color: Brilliant Rose. HEX triplet: FC, 4D and AB. RGB value is (252,77,171). Sum of RGB (Red+Green+Blue) = 252+77+171=500 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50.4% from 500); Green value is 77 (30.47% from 255 or 15.4% from 500); Blue value is 171 (67.19% from 255 or 34.2% from 500); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4DAB is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC4DAB is #03B254. Grayscale: #8B8B8B. Windows color (decimal): -242261 or 11226620. OLE color: 11226620.
HSL color Cylindrical-coordinate representation of color #FC4DAB: hue angle of 327.77º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FC4DAB is Cyan = 0, Magento = 0.69, Yellow = 0.32 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 77 | 171 | - |
| CMYK | 0 | 0.69 | 0.32 | 0.01 |
| HSL | 327.77º | 0.97% | 0.65% | - |
| HSV(B) | 327.77º | 0.69% | 0.99% | - |
| XYZ | 50.15 | 28.94 | 41.47 | - |
| YUV | 140.04 | 145.48 | 207.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 77 | 171 | 0 | 0.69 | 0.32 | 0.01 | 327.77 | 0.97 | 0.65 |
| Hex | FC | 4D | AB | 0 | 45 | 20 | 1 | 148 | 61 | 41 |
| Octal | 374 | 115 | 253 | 0 | 105 | 40 | 1 | 510 | 141 | 101 |
| Binary | 11111100 | 1001101 | 10101011 | 0 | 1000101 | 100000 | 1 | 101001000 | 1100001 | 1000001 |
Color Harmonies of #FC4DAB
Complementary color
Monochromatic Colors of #FC4DAB
Black with #FC4DAB
Text Example
Text Example
White with #FC4DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC4DAB; }
p { color: rgb(252,77,171); }
H1.HeaderClassName
{
color: #FC4DAB;
}
.AnyTagClassName
{
color: #FC4DAB;
}
</style>
background-color css
<style>
a { background-color: #FC4DAB; }
a { background-color: rgb(252,77,171); }
div.DivClassName
{
background-color: #FC4DAB;
}
.BgClassName
{
background-color: #FC4DAB;
}
</style>
border-color css
<style>
span { border-color: #FC4DAB; }
span { border-color: rgb(252,77,171); }
td.TdClassName
{
border-color: #FC4DAB;
}
.TagClassName
{
border-color: #FC4DAB;
}
</style>