Shades of Brilliant Rose #FC41AB
Tints of Brilliant Rose #FC41AB
RGB
CMYK
RGB Variations
Color information
#FC41AB (or 0xFC41AB) is known color: Brilliant Rose. HEX triplet: FC, 41 and AB. RGB value is (252,65,171). Sum of RGB (Red+Green+Blue) = 252+65+171=488 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.64% from 488); Green value is 65 (25.78% from 255 or 13.32% from 488); Blue value is 171 (67.19% from 255 or 35.04% from 488); Max value from RGB is 252 - color contains mainly: red. Hex color #FC41AB is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC41AB is #03BE54. Grayscale: #848484. Windows color (decimal): -245333 or 11223548. OLE color: 11223548.
HSL color Cylindrical-coordinate representation of color #FC41AB: hue angle of 325.99º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #FC41AB is Cyan = 0, Magento = 0.74, Yellow = 0.32 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 65 | 171 | - |
| CMYK | 0 | 0.74 | 0.32 | 0.01 |
| HSL | 325.99º | 0.97% | 0.62% | - |
| HSV(B) | 325.99º | 0.74% | 0.99% | - |
| XYZ | 49.39 | 27.42 | 41.22 | - |
| YUV | 133 | 149.45 | 212.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 65 | 171 | 0 | 0.74 | 0.32 | 0.01 | 325.99 | 0.97 | 0.62 |
| Hex | FC | 41 | AB | 0 | 4A | 20 | 1 | 146 | 61 | 3E |
| Octal | 374 | 101 | 253 | 0 | 112 | 40 | 1 | 506 | 141 | 76 |
| Binary | 11111100 | 1000001 | 10101011 | 0 | 1001010 | 100000 | 1 | 101000110 | 1100001 | 111110 |
Color Harmonies of #FC41AB
Complementary color
Monochromatic Colors of #FC41AB
Black with #FC41AB
Text Example
Text Example
White with #FC41AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC41AB; }
p { color: rgb(252,65,171); }
H1.HeaderClassName
{
color: #FC41AB;
}
.AnyTagClassName
{
color: #FC41AB;
}
</style>
background-color css
<style>
a { background-color: #FC41AB; }
a { background-color: rgb(252,65,171); }
div.DivClassName
{
background-color: #FC41AB;
}
.BgClassName
{
background-color: #FC41AB;
}
</style>
border-color css
<style>
span { border-color: #FC41AB; }
span { border-color: rgb(252,65,171); }
td.TdClassName
{
border-color: #FC41AB;
}
.TagClassName
{
border-color: #FC41AB;
}
</style>