Shades of Brilliant Rose #FC4BBA
Tints of Brilliant Rose #FC4BBA
RGB
CMYK
RGB Variations
Color information
#FC4BBA (or 0xFC4BBA) is known color: Brilliant Rose. HEX triplet: FC, 4B and BA. RGB value is (252,75,186). Sum of RGB (Red+Green+Blue) = 252+75+186=513 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.12% from 513); Green value is 75 (29.69% from 255 or 14.62% from 513); Blue value is 186 (73.05% from 255 or 36.26% from 513); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4BBA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FC4BBA is #03B445. Grayscale: #8C8C8C. Windows color (decimal): -242758 or 12209148. OLE color: 12209148.
HSL color Cylindrical-coordinate representation of color #FC4BBA: hue angle of 322.37º 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 #FC4BBA is Cyan = 0, Magento = 0.70, Yellow = 0.26 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 75 | 186 | - |
| CMYK | 0 | 0.70 | 0.26 | 0.01 |
| HSL | 322.37º | 0.97% | 0.64% | - |
| HSV(B) | 322.37º | 0.7% | 0.99% | - |
| XYZ | 51.52 | 29.27 | 49.39 | - |
| YUV | 140.58 | 153.64 | 207.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 75 | 186 | 0 | 0.70 | 0.26 | 0.01 | 322.37 | 0.97 | 0.64 |
| Hex | FC | 4B | BA | 0 | 46 | 1A | 1 | 142 | 61 | 40 |
| Octal | 374 | 113 | 272 | 0 | 106 | 32 | 1 | 502 | 141 | 100 |
| Binary | 11111100 | 1001011 | 10111010 | 0 | 1000110 | 11010 | 1 | 101000010 | 1100001 | 1000000 |
Color Harmonies of #FC4BBA
Complementary color
Monochromatic Colors of #FC4BBA
Black with #FC4BBA
Text Example
Text Example
White with #FC4BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC4BBA; }
p { color: rgb(252,75,186); }
H1.HeaderClassName
{
color: #FC4BBA;
}
.AnyTagClassName
{
color: #FC4BBA;
}
</style>
background-color css
<style>
a { background-color: #FC4BBA; }
a { background-color: rgb(252,75,186); }
div.DivClassName
{
background-color: #FC4BBA;
}
.BgClassName
{
background-color: #FC4BBA;
}
</style>
border-color css
<style>
span { border-color: #FC4BBA; }
span { border-color: rgb(252,75,186); }
td.TdClassName
{
border-color: #FC4BBA;
}
.TagClassName
{
border-color: #FC4BBA;
}
</style>