Shades of Brilliant Rose #FC46B2
Tints of Brilliant Rose #FC46B2
RGB
CMYK
RGB Variations
Color information
#FC46B2 (or 0xFC46B2) is known color: Brilliant Rose. HEX triplet: FC, 46 and B2. RGB value is (252,70,178). Sum of RGB (Red+Green+Blue) = 252+70+178=500 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50.4% from 500); Green value is 70 (27.73% from 255 or 14% from 500); Blue value is 178 (69.92% from 255 or 35.6% from 500); Max value from RGB is 252 - color contains mainly: red. Hex color #FC46B2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC46B2 is #03B94D. Grayscale: #888888. Windows color (decimal): -244046 or 11683580. OLE color: 11683580.
HSL color Cylindrical-coordinate representation of color #FC46B2: hue angle of 324.4º degrees, saturation: 0.97, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #FC46B2 is Cyan = 0, Magento = 0.72, Yellow = 0.29 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 70 | 178 | - |
| CMYK | 0 | 0.72 | 0.29 | 0.01 |
| HSL | 324.4º | 0.97% | 0.63% | - |
| HSV(B) | 324.4º | 0.72% | 0.99% | - |
| XYZ | 50.37 | 28.29 | 44.93 | - |
| YUV | 136.73 | 151.3 | 210.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 70 | 178 | 0 | 0.72 | 0.29 | 0.01 | 324.4 | 0.97 | 0.63 |
| Hex | FC | 46 | B2 | 0 | 48 | 1D | 1 | 144 | 61 | 3F |
| Octal | 374 | 106 | 262 | 0 | 110 | 35 | 1 | 504 | 141 | 77 |
| Binary | 11111100 | 1000110 | 10110010 | 0 | 1001000 | 11101 | 1 | 101000100 | 1100001 | 111111 |
Color Harmonies of #FC46B2
Complementary color
Monochromatic Colors of #FC46B2
Black with #FC46B2
Text Example
Text Example
White with #FC46B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC46B2; }
p { color: rgb(252,70,178); }
H1.HeaderClassName
{
color: #FC46B2;
}
.AnyTagClassName
{
color: #FC46B2;
}
</style>
background-color css
<style>
a { background-color: #FC46B2; }
a { background-color: rgb(252,70,178); }
div.DivClassName
{
background-color: #FC46B2;
}
.BgClassName
{
background-color: #FC46B2;
}
</style>
border-color css
<style>
span { border-color: #FC46B2; }
span { border-color: rgb(252,70,178); }
td.TdClassName
{
border-color: #FC46B2;
}
.TagClassName
{
border-color: #FC46B2;
}
</style>