Shades of Brilliant Rose #FC4BAC
Tints of Brilliant Rose #FC4BAC
RGB
CMYK
RGB Variations
Color information
#FC4BAC (or 0xFC4BAC) is known color: Brilliant Rose. HEX triplet: FC, 4B and AC. RGB value is (252,75,172). Sum of RGB (Red+Green+Blue) = 252+75+172=499 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50.50% from 499); Green value is 75 (29.69% from 255 or 15.03% from 499); Blue value is 172 (67.58% from 255 or 34.47% from 499); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4BAC is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC4BAC is #03B453. Grayscale: #8A8A8A. Windows color (decimal): -242772 or 11291644. OLE color: 11291644.
HSL color Cylindrical-coordinate representation of color #FC4BAC: hue angle of 327.12º 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 #FC4BAC is Cyan = 0, Magento = 0.70, Yellow = 0.32 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 75 | 172 | - |
| CMYK | 0 | 0.70 | 0.32 | 0.01 |
| HSL | 327.12º | 0.97% | 0.64% | - |
| HSV(B) | 327.12º | 0.7% | 0.99% | - |
| XYZ | 50.11 | 28.71 | 41.93 | - |
| YUV | 138.98 | 146.64 | 208.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 75 | 172 | 0 | 0.70 | 0.32 | 0.01 | 327.12 | 0.97 | 0.64 |
| Hex | FC | 4B | AC | 0 | 46 | 20 | 1 | 147 | 61 | 40 |
| Octal | 374 | 113 | 254 | 0 | 106 | 40 | 1 | 507 | 141 | 100 |
| Binary | 11111100 | 1001011 | 10101100 | 0 | 1000110 | 100000 | 1 | 101000111 | 1100001 | 1000000 |
Color Harmonies of #FC4BAC
Complementary color
Monochromatic Colors of #FC4BAC
Black with #FC4BAC
Text Example
Text Example
White with #FC4BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC4BAC; }
p { color: rgb(252,75,172); }
H1.HeaderClassName
{
color: #FC4BAC;
}
.AnyTagClassName
{
color: #FC4BAC;
}
</style>
background-color css
<style>
a { background-color: #FC4BAC; }
a { background-color: rgb(252,75,172); }
div.DivClassName
{
background-color: #FC4BAC;
}
.BgClassName
{
background-color: #FC4BAC;
}
</style>
border-color css
<style>
span { border-color: #FC4BAC; }
span { border-color: rgb(252,75,172); }
td.TdClassName
{
border-color: #FC4BAC;
}
.TagClassName
{
border-color: #FC4BAC;
}
</style>