Shades of Brilliant Rose #FC42A9
Tints of Brilliant Rose #FC42A9
RGB
CMYK
RGB Variations
Color information
#FC42A9 (or 0xFC42A9) is known color: Brilliant Rose. HEX triplet: FC, 42 and A9. RGB value is (252,66,169). Sum of RGB (Red+Green+Blue) = 252+66+169=487 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.75% from 487); Green value is 66 (26.17% from 255 or 13.55% from 487); Blue value is 169 (66.41% from 255 or 34.70% from 487); Max value from RGB is 252 - color contains mainly: red. Hex color #FC42A9 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC42A9 is #03BD56. Grayscale: #858585. Windows color (decimal): -245079 or 11092732. OLE color: 11092732.
HSL color Cylindrical-coordinate representation of color #FC42A9: hue angle of 326.77º 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 #FC42A9 is Cyan = 0, Magento = 0.74, Yellow = 0.33 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 66 | 169 | - |
| CMYK | 0 | 0.74 | 0.33 | 0.01 |
| HSL | 326.77º | 0.97% | 0.62% | - |
| HSV(B) | 326.77º | 0.74% | 0.99% | - |
| XYZ | 49.25 | 27.46 | 40.24 | - |
| YUV | 133.36 | 148.12 | 212.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 66 | 169 | 0 | 0.74 | 0.33 | 0.01 | 326.77 | 0.97 | 0.62 |
| Hex | FC | 42 | A9 | 0 | 4A | 21 | 1 | 147 | 61 | 3E |
| Octal | 374 | 102 | 251 | 0 | 112 | 41 | 1 | 507 | 141 | 76 |
| Binary | 11111100 | 1000010 | 10101001 | 0 | 1001010 | 100001 | 1 | 101000111 | 1100001 | 111110 |
Color Harmonies of #FC42A9
Complementary color
Monochromatic Colors of #FC42A9
Black with #FC42A9
Text Example
Text Example
White with #FC42A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC42A9; }
p { color: rgb(252,66,169); }
H1.HeaderClassName
{
color: #FC42A9;
}
.AnyTagClassName
{
color: #FC42A9;
}
</style>
background-color css
<style>
a { background-color: #FC42A9; }
a { background-color: rgb(252,66,169); }
div.DivClassName
{
background-color: #FC42A9;
}
.BgClassName
{
background-color: #FC42A9;
}
</style>
border-color css
<style>
span { border-color: #FC42A9; }
span { border-color: rgb(252,66,169); }
td.TdClassName
{
border-color: #FC42A9;
}
.TagClassName
{
border-color: #FC42A9;
}
</style>