Shades of Brilliant Rose #FC60A2
Tints of Brilliant Rose #FC60A2
RGB
CMYK
RGB Variations
Color information
#FC60A2 (or 0xFC60A2) is known color: Brilliant Rose. HEX triplet: FC, 60 and A2. RGB value is (252,96,162). Sum of RGB (Red+Green+Blue) = 252+96+162=510 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.41% from 510); Green value is 96 (37.89% from 255 or 18.82% from 510); Blue value is 162 (63.67% from 255 or 31.76% from 510); Max value from RGB is 252 - color contains mainly: red. Hex color #FC60A2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC60A2 is #039F5D. Grayscale: #969696. Windows color (decimal): -237406 or 10641660. OLE color: 10641660.
HSL color Cylindrical-coordinate representation of color #FC60A2: hue angle of 334.62º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FC60A2 is Cyan = 0, Magento = 0.62, Yellow = 0.36 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 96 | 162 | - |
| CMYK | 0 | 0.62 | 0.36 | 0.01 |
| HSL | 334.62º | 0.96% | 0.68% | - |
| HSV(B) | 334.62º | 0.62% | 0.99% | - |
| XYZ | 50.85 | 31.67 | 37.62 | - |
| YUV | 150.17 | 134.68 | 200.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 96 | 162 | 0 | 0.62 | 0.36 | 0.01 | 334.62 | 0.96 | 0.68 |
| Hex | FC | 60 | A2 | 0 | 3E | 24 | 1 | 14F | 60 | 44 |
| Octal | 374 | 140 | 242 | 0 | 76 | 44 | 1 | 517 | 140 | 104 |
| Binary | 11111100 | 1100000 | 10100010 | 0 | 111110 | 100100 | 1 | 101001111 | 1100000 | 1000100 |
Color Harmonies of #FC60A2
Complementary color
Monochromatic Colors of #FC60A2
Black with #FC60A2
Text Example
Text Example
White with #FC60A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC60A2; }
p { color: rgb(252,96,162); }
H1.HeaderClassName
{
color: #FC60A2;
}
.AnyTagClassName
{
color: #FC60A2;
}
</style>
background-color css
<style>
a { background-color: #FC60A2; }
a { background-color: rgb(252,96,162); }
div.DivClassName
{
background-color: #FC60A2;
}
.BgClassName
{
background-color: #FC60A2;
}
</style>
border-color css
<style>
span { border-color: #FC60A2; }
span { border-color: rgb(252,96,162); }
td.TdClassName
{
border-color: #FC60A2;
}
.TagClassName
{
border-color: #FC60A2;
}
</style>