Shades of Brilliant Rose #FC44B1
Tints of Brilliant Rose #FC44B1
RGB
CMYK
RGB Variations
Color information
#FC44B1 (or 0xFC44B1) is known color: Brilliant Rose. HEX triplet: FC, 44 and B1. RGB value is (252,68,177). Sum of RGB (Red+Green+Blue) = 252+68+177=497 (65% of max value = 765). Red value is 252 (98.83% from 255 or 50.70% from 497); Green value is 68 (26.95% from 255 or 13.68% from 497); Blue value is 177 (69.53% from 255 or 35.61% from 497); Max value from RGB is 252 - color contains mainly: red. Hex color #FC44B1 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC44B1 is #03BB4E. Grayscale: #878787. Windows color (decimal): -244559 or 11617532. OLE color: 11617532.
HSL color Cylindrical-coordinate representation of color #FC44B1: hue angle of 324.46º 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 #FC44B1 is Cyan = 0, Magento = 0.73, Yellow = 0.30 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 68 | 177 | - |
| CMYK | 0 | 0.73 | 0.30 | 0.01 |
| HSL | 324.46º | 0.97% | 0.63% | - |
| HSV(B) | 324.46º | 0.73% | 0.99% | - |
| XYZ | 50.15 | 28 | 44.36 | - |
| YUV | 135.44 | 151.46 | 211.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 68 | 177 | 0 | 0.73 | 0.30 | 0.01 | 324.46 | 0.97 | 0.63 |
| Hex | FC | 44 | B1 | 0 | 49 | 1E | 1 | 144 | 61 | 3F |
| Octal | 374 | 104 | 261 | 0 | 111 | 36 | 1 | 504 | 141 | 77 |
| Binary | 11111100 | 1000100 | 10110001 | 0 | 1001001 | 11110 | 1 | 101000100 | 1100001 | 111111 |
Color Harmonies of #FC44B1
Complementary color
Monochromatic Colors of #FC44B1
Black with #FC44B1
Text Example
Text Example
White with #FC44B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC44B1; }
p { color: rgb(252,68,177); }
H1.HeaderClassName
{
color: #FC44B1;
}
.AnyTagClassName
{
color: #FC44B1;
}
</style>
background-color css
<style>
a { background-color: #FC44B1; }
a { background-color: rgb(252,68,177); }
div.DivClassName
{
background-color: #FC44B1;
}
.BgClassName
{
background-color: #FC44B1;
}
</style>
border-color css
<style>
span { border-color: #FC44B1; }
span { border-color: rgb(252,68,177); }
td.TdClassName
{
border-color: #FC44B1;
}
.TagClassName
{
border-color: #FC44B1;
}
</style>