Shades of Brilliant Rose #FC4BA3
Tints of Brilliant Rose #FC4BA3
RGB
CMYK
RGB Variations
Color information
#FC4BA3 (or 0xFC4BA3) is known color: Brilliant Rose. HEX triplet: FC, 4B and A3. RGB value is (252,75,163). Sum of RGB (Red+Green+Blue) = 252+75+163=490 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.43% from 490); Green value is 75 (29.69% from 255 or 15.31% from 490); Blue value is 163 (64.06% from 255 or 33.27% from 490); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4BA3 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC4BA3 is #03B45C. Grayscale: #898989. Windows color (decimal): -242781 or 10701820. OLE color: 10701820.
HSL color Cylindrical-coordinate representation of color #FC4BA3: hue angle of 330.17º 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 #FC4BA3 is Cyan = 0, Magento = 0.70, Yellow = 0.35 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 75 | 163 | - |
| CMYK | 0 | 0.70 | 0.35 | 0.01 |
| HSL | 330.17º | 0.97% | 0.64% | - |
| HSV(B) | 330.17º | 0.7% | 0.99% | - |
| XYZ | 49.27 | 28.37 | 37.53 | - |
| YUV | 137.96 | 142.14 | 209.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 75 | 163 | 0 | 0.70 | 0.35 | 0.01 | 330.17 | 0.97 | 0.64 |
| Hex | FC | 4B | A3 | 0 | 46 | 23 | 1 | 14A | 61 | 40 |
| Octal | 374 | 113 | 243 | 0 | 106 | 43 | 1 | 512 | 141 | 100 |
| Binary | 11111100 | 1001011 | 10100011 | 0 | 1000110 | 100011 | 1 | 101001010 | 1100001 | 1000000 |
Color Harmonies of #FC4BA3
Complementary color
Monochromatic Colors of #FC4BA3
Black with #FC4BA3
Text Example
Text Example
White with #FC4BA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC4BA3; }
p { color: rgb(252,75,163); }
H1.HeaderClassName
{
color: #FC4BA3;
}
.AnyTagClassName
{
color: #FC4BA3;
}
</style>
background-color css
<style>
a { background-color: #FC4BA3; }
a { background-color: rgb(252,75,163); }
div.DivClassName
{
background-color: #FC4BA3;
}
.BgClassName
{
background-color: #FC4BA3;
}
</style>
border-color css
<style>
span { border-color: #FC4BA3; }
span { border-color: rgb(252,75,163); }
td.TdClassName
{
border-color: #FC4BA3;
}
.TagClassName
{
border-color: #FC4BA3;
}
</style>