Shades of Brilliant Rose #FC43A3
Tints of Brilliant Rose #FC43A3
RGB
CMYK
RGB Variations
Color information
#FC43A3 (or 0xFC43A3) is known color: Brilliant Rose. HEX triplet: FC, 43 and A3. RGB value is (252,67,163). Sum of RGB (Red+Green+Blue) = 252+67+163=482 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.28% from 482); Green value is 67 (26.56% from 255 or 13.90% from 482); Blue value is 163 (64.06% from 255 or 33.82% from 482); Max value from RGB is 252 - color contains mainly: red. Hex color #FC43A3 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC43A3 is #03BC5C. Grayscale: #858585. Windows color (decimal): -244829 or 10699772. OLE color: 10699772.
HSL color Cylindrical-coordinate representation of color #FC43A3: hue angle of 328.86º degrees, saturation: 0.97, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #FC43A3 is Cyan = 0, Magento = 0.73, Yellow = 0.35 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 67 | 163 | - |
| CMYK | 0 | 0.73 | 0.35 | 0.01 |
| HSL | 328.86º | 0.97% | 0.63% | - |
| HSV(B) | 328.86º | 0.73% | 0.99% | - |
| XYZ | 48.76 | 27.35 | 37.36 | - |
| YUV | 133.26 | 144.79 | 212.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 67 | 163 | 0 | 0.73 | 0.35 | 0.01 | 328.86 | 0.97 | 0.63 |
| Hex | FC | 43 | A3 | 0 | 49 | 23 | 1 | 149 | 61 | 3F |
| Octal | 374 | 103 | 243 | 0 | 111 | 43 | 1 | 511 | 141 | 77 |
| Binary | 11111100 | 1000011 | 10100011 | 0 | 1001001 | 100011 | 1 | 101001001 | 1100001 | 111111 |
Color Harmonies of #FC43A3
Complementary color
Monochromatic Colors of #FC43A3
Black with #FC43A3
Text Example
Text Example
White with #FC43A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC43A3; }
p { color: rgb(252,67,163); }
H1.HeaderClassName
{
color: #FC43A3;
}
.AnyTagClassName
{
color: #FC43A3;
}
</style>
background-color css
<style>
a { background-color: #FC43A3; }
a { background-color: rgb(252,67,163); }
div.DivClassName
{
background-color: #FC43A3;
}
.BgClassName
{
background-color: #FC43A3;
}
</style>
border-color css
<style>
span { border-color: #FC43A3; }
span { border-color: rgb(252,67,163); }
td.TdClassName
{
border-color: #FC43A3;
}
.TagClassName
{
border-color: #FC43A3;
}
</style>