Shades of Brilliant Rose #FC50B4
Tints of Brilliant Rose #FC50B4
RGB
CMYK
RGB Variations
Color information
#FC50B4 (or 0xFC50B4) is known color: Brilliant Rose. HEX triplet: FC, 50 and B4. RGB value is (252,80,180). Sum of RGB (Red+Green+Blue) = 252+80+180=512 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.22% from 512); Green value is 80 (31.64% from 255 or 15.62% from 512); Blue value is 180 (70.70% from 255 or 35.16% from 512); Max value from RGB is 252 - color contains mainly: red. Hex color #FC50B4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC50B4 is #03AF4B. Grayscale: #8E8E8E. Windows color (decimal): -241484 or 11817212. OLE color: 11817212.
HSL color Cylindrical-coordinate representation of color #FC50B4: hue angle of 325.12º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FC50B4 is Cyan = 0, Magento = 0.68, Yellow = 0.29 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 80 | 180 | - |
| CMYK | 0 | 0.68 | 0.29 | 0.01 |
| HSL | 325.12º | 0.97% | 0.65% | - |
| HSV(B) | 325.12º | 0.68% | 0.99% | - |
| XYZ | 51.25 | 29.73 | 46.22 | - |
| YUV | 142.83 | 148.98 | 205.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 80 | 180 | 0 | 0.68 | 0.29 | 0.01 | 325.12 | 0.97 | 0.65 |
| Hex | FC | 50 | B4 | 0 | 44 | 1D | 1 | 145 | 61 | 41 |
| Octal | 374 | 120 | 264 | 0 | 104 | 35 | 1 | 505 | 141 | 101 |
| Binary | 11111100 | 1010000 | 10110100 | 0 | 1000100 | 11101 | 1 | 101000101 | 1100001 | 1000001 |
Color Harmonies of #FC50B4
Complementary color
Monochromatic Colors of #FC50B4
Black with #FC50B4
Text Example
Text Example
White with #FC50B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC50B4; }
p { color: rgb(252,80,180); }
H1.HeaderClassName
{
color: #FC50B4;
}
.AnyTagClassName
{
color: #FC50B4;
}
</style>
background-color css
<style>
a { background-color: #FC50B4; }
a { background-color: rgb(252,80,180); }
div.DivClassName
{
background-color: #FC50B4;
}
.BgClassName
{
background-color: #FC50B4;
}
</style>
border-color css
<style>
span { border-color: #FC50B4; }
span { border-color: rgb(252,80,180); }
td.TdClassName
{
border-color: #FC50B4;
}
.TagClassName
{
border-color: #FC50B4;
}
</style>