Shades of Brilliant Rose #FC54B3
Tints of Brilliant Rose #FC54B3
RGB
CMYK
RGB Variations
Color information
#FC54B3 (or 0xFC54B3) is known color: Brilliant Rose. HEX triplet: FC, 54 and B3. RGB value is (252,84,179). Sum of RGB (Red+Green+Blue) = 252+84+179=515 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.93% from 515); Green value is 84 (33.20% from 255 or 16.31% from 515); Blue value is 179 (70.31% from 255 or 34.76% from 515); Max value from RGB is 252 - color contains mainly: red. Hex color #FC54B3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC54B3 is #03AB4C. Grayscale: #909090. Windows color (decimal): -240461 or 11752700. OLE color: 11752700.
HSL color Cylindrical-coordinate representation of color #FC54B3: hue angle of 326.07º degrees, saturation: 0.97, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FC54B3 is Cyan = 0, Magento = 0.67, Yellow = 0.29 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 84 | 179 | - |
| CMYK | 0 | 0.67 | 0.29 | 0.01 |
| HSL | 326.07º | 0.97% | 0.66% | - |
| HSV(B) | 326.07º | 0.67% | 0.99% | - |
| XYZ | 51.45 | 30.29 | 45.78 | - |
| YUV | 145.06 | 147.16 | 204.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 84 | 179 | 0 | 0.67 | 0.29 | 0.01 | 326.07 | 0.97 | 0.66 |
| Hex | FC | 54 | B3 | 0 | 43 | 1D | 1 | 146 | 61 | 42 |
| Octal | 374 | 124 | 263 | 0 | 103 | 35 | 1 | 506 | 141 | 102 |
| Binary | 11111100 | 1010100 | 10110011 | 0 | 1000011 | 11101 | 1 | 101000110 | 1100001 | 1000010 |
Color Harmonies of #FC54B3
Complementary color
Monochromatic Colors of #FC54B3
Black with #FC54B3
Text Example
Text Example
White with #FC54B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC54B3; }
p { color: rgb(252,84,179); }
H1.HeaderClassName
{
color: #FC54B3;
}
.AnyTagClassName
{
color: #FC54B3;
}
</style>
background-color css
<style>
a { background-color: #FC54B3; }
a { background-color: rgb(252,84,179); }
div.DivClassName
{
background-color: #FC54B3;
}
.BgClassName
{
background-color: #FC54B3;
}
</style>
border-color css
<style>
span { border-color: #FC54B3; }
span { border-color: rgb(252,84,179); }
td.TdClassName
{
border-color: #FC54B3;
}
.TagClassName
{
border-color: #FC54B3;
}
</style>