Shades of Brilliant Rose #FC44A8
Tints of Brilliant Rose #FC44A8
RGB
CMYK
RGB Variations
Color information
#FC44A8 (or 0xFC44A8) is known color: Brilliant Rose. HEX triplet: FC, 44 and A8. RGB value is (252,68,168). Sum of RGB (Red+Green+Blue) = 252+68+168=488 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.64% from 488); Green value is 68 (26.95% from 255 or 13.93% from 488); Blue value is 168 (66.02% from 255 or 34.43% from 488); Max value from RGB is 252 - color contains mainly: red. Hex color #FC44A8 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC44A8 is #03BB57. Grayscale: #868686. Windows color (decimal): -244568 or 11027708. OLE color: 11027708.
HSL color Cylindrical-coordinate representation of color #FC44A8: hue angle of 327.39º 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 #FC44A8 is Cyan = 0, Magento = 0.73, Yellow = 0.33 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 68 | 168 | - |
| CMYK | 0 | 0.73 | 0.33 | 0.01 |
| HSL | 327.39º | 0.97% | 0.63% | - |
| HSV(B) | 327.39º | 0.73% | 0.99% | - |
| XYZ | 49.28 | 27.66 | 39.79 | - |
| YUV | 134.42 | 146.96 | 211.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 68 | 168 | 0 | 0.73 | 0.33 | 0.01 | 327.39 | 0.97 | 0.63 |
| Hex | FC | 44 | A8 | 0 | 49 | 21 | 1 | 147 | 61 | 3F |
| Octal | 374 | 104 | 250 | 0 | 111 | 41 | 1 | 507 | 141 | 77 |
| Binary | 11111100 | 1000100 | 10101000 | 0 | 1001001 | 100001 | 1 | 101000111 | 1100001 | 111111 |
Color Harmonies of #FC44A8
Complementary color
Monochromatic Colors of #FC44A8
Black with #FC44A8
Text Example
Text Example
White with #FC44A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC44A8; }
p { color: rgb(252,68,168); }
H1.HeaderClassName
{
color: #FC44A8;
}
.AnyTagClassName
{
color: #FC44A8;
}
</style>
background-color css
<style>
a { background-color: #FC44A8; }
a { background-color: rgb(252,68,168); }
div.DivClassName
{
background-color: #FC44A8;
}
.BgClassName
{
background-color: #FC44A8;
}
</style>
border-color css
<style>
span { border-color: #FC44A8; }
span { border-color: rgb(252,68,168); }
td.TdClassName
{
border-color: #FC44A8;
}
.TagClassName
{
border-color: #FC44A8;
}
</style>