Shades of Brilliant Rose #FC42AC
Tints of Brilliant Rose #FC42AC
RGB
CMYK
RGB Variations
Color information
#FC42AC (or 0xFC42AC) is known color: Brilliant Rose. HEX triplet: FC, 42 and AC. RGB value is (252,66,172). Sum of RGB (Red+Green+Blue) = 252+66+172=490 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.43% from 490); Green value is 66 (26.17% from 255 or 13.47% from 490); Blue value is 172 (67.58% from 255 or 35.10% from 490); Max value from RGB is 252 - color contains mainly: red. Hex color #FC42AC is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC42AC is #03BD53. Grayscale: #858585. Windows color (decimal): -245076 or 11289340. OLE color: 11289340.
HSL color Cylindrical-coordinate representation of color #FC42AC: hue angle of 325.81º 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 #FC42AC is Cyan = 0, Magento = 0.74, Yellow = 0.32 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 66 | 172 | - |
| CMYK | 0 | 0.74 | 0.32 | 0.01 |
| HSL | 325.81º | 0.97% | 0.62% | - |
| HSV(B) | 325.81º | 0.74% | 0.99% | - |
| XYZ | 49.54 | 27.57 | 41.74 | - |
| YUV | 133.7 | 149.62 | 212.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 66 | 172 | 0 | 0.74 | 0.32 | 0.01 | 325.81 | 0.97 | 0.62 |
| Hex | FC | 42 | AC | 0 | 4A | 20 | 1 | 146 | 61 | 3E |
| Octal | 374 | 102 | 254 | 0 | 112 | 40 | 1 | 506 | 141 | 76 |
| Binary | 11111100 | 1000010 | 10101100 | 0 | 1001010 | 100000 | 1 | 101000110 | 1100001 | 111110 |
Color Harmonies of #FC42AC
Complementary color
Monochromatic Colors of #FC42AC
Black with #FC42AC
Text Example
Text Example
White with #FC42AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC42AC; }
p { color: rgb(252,66,172); }
H1.HeaderClassName
{
color: #FC42AC;
}
.AnyTagClassName
{
color: #FC42AC;
}
</style>
background-color css
<style>
a { background-color: #FC42AC; }
a { background-color: rgb(252,66,172); }
div.DivClassName
{
background-color: #FC42AC;
}
.BgClassName
{
background-color: #FC42AC;
}
</style>
border-color css
<style>
span { border-color: #FC42AC; }
span { border-color: rgb(252,66,172); }
td.TdClassName
{
border-color: #FC42AC;
}
.TagClassName
{
border-color: #FC42AC;
}
</style>