Shades of Brilliant Rose #FC42AB
Tints of Brilliant Rose #FC42AB
RGB
CMYK
RGB Variations
Color information
#FC42AB (or 0xFC42AB) is known color: Brilliant Rose. HEX triplet: FC, 42 and AB. RGB value is (252,66,171). Sum of RGB (Red+Green+Blue) = 252+66+171=489 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.53% from 489); Green value is 66 (26.17% from 255 or 13.50% from 489); Blue value is 171 (67.19% from 255 or 34.97% from 489); Max value from RGB is 252 - color contains mainly: red. Hex color #FC42AB is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC42AB is #03BD54. Grayscale: #858585. Windows color (decimal): -245077 or 11223804. OLE color: 11223804.
HSL color Cylindrical-coordinate representation of color #FC42AB: hue angle of 326.13º 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 #FC42AB is Cyan = 0, Magento = 0.74, Yellow = 0.32 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 66 | 171 | - |
| CMYK | 0 | 0.74 | 0.32 | 0.01 |
| HSL | 326.13º | 0.97% | 0.62% | - |
| HSV(B) | 326.13º | 0.74% | 0.99% | - |
| XYZ | 49.44 | 27.53 | 41.24 | - |
| YUV | 133.58 | 149.12 | 212.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 66 | 171 | 0 | 0.74 | 0.32 | 0.01 | 326.13 | 0.97 | 0.62 |
| Hex | FC | 42 | AB | 0 | 4A | 20 | 1 | 146 | 61 | 3E |
| Octal | 374 | 102 | 253 | 0 | 112 | 40 | 1 | 506 | 141 | 76 |
| Binary | 11111100 | 1000010 | 10101011 | 0 | 1001010 | 100000 | 1 | 101000110 | 1100001 | 111110 |
Color Harmonies of #FC42AB
Complementary color
Monochromatic Colors of #FC42AB
Black with #FC42AB
Text Example
Text Example
White with #FC42AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC42AB; }
p { color: rgb(252,66,171); }
H1.HeaderClassName
{
color: #FC42AB;
}
.AnyTagClassName
{
color: #FC42AB;
}
</style>
background-color css
<style>
a { background-color: #FC42AB; }
a { background-color: rgb(252,66,171); }
div.DivClassName
{
background-color: #FC42AB;
}
.BgClassName
{
background-color: #FC42AB;
}
</style>
border-color css
<style>
span { border-color: #FC42AB; }
span { border-color: rgb(252,66,171); }
td.TdClassName
{
border-color: #FC42AB;
}
.TagClassName
{
border-color: #FC42AB;
}
</style>