Shades of Brilliant Rose #FC5FA2
Tints of Brilliant Rose #FC5FA2
RGB
CMYK
RGB Variations
Color information
#FC5FA2 (or 0xFC5FA2) is known color: Brilliant Rose. HEX triplet: FC, 5F and A2. RGB value is (252,95,162). Sum of RGB (Red+Green+Blue) = 252+95+162=509 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.51% from 509); Green value is 95 (37.5% from 255 or 18.66% from 509); Blue value is 162 (63.67% from 255 or 31.83% from 509); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5FA2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC5FA2 is #03A05D. Grayscale: #959595. Windows color (decimal): -237662 or 10641404. OLE color: 10641404.
HSL color Cylindrical-coordinate representation of color #FC5FA2: hue angle of 334.39º 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 #FC5FA2 is Cyan = 0, Magento = 0.62, Yellow = 0.36 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 95 | 162 | - |
| CMYK | 0 | 0.62 | 0.36 | 0.01 |
| HSL | 334.39º | 0.96% | 0.68% | - |
| HSV(B) | 334.39º | 0.62% | 0.99% | - |
| XYZ | 50.76 | 31.49 | 37.59 | - |
| YUV | 149.58 | 135.01 | 201.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 95 | 162 | 0 | 0.62 | 0.36 | 0.01 | 334.39 | 0.96 | 0.68 |
| Hex | FC | 5F | A2 | 0 | 3E | 24 | 1 | 14E | 60 | 44 |
| Octal | 374 | 137 | 242 | 0 | 76 | 44 | 1 | 516 | 140 | 104 |
| Binary | 11111100 | 1011111 | 10100010 | 0 | 111110 | 100100 | 1 | 101001110 | 1100000 | 1000100 |
Color Harmonies of #FC5FA2
Complementary color
Monochromatic Colors of #FC5FA2
Black with #FC5FA2
Text Example
Text Example
White with #FC5FA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC5FA2; }
p { color: rgb(252,95,162); }
H1.HeaderClassName
{
color: #FC5FA2;
}
.AnyTagClassName
{
color: #FC5FA2;
}
</style>
background-color css
<style>
a { background-color: #FC5FA2; }
a { background-color: rgb(252,95,162); }
div.DivClassName
{
background-color: #FC5FA2;
}
.BgClassName
{
background-color: #FC5FA2;
}
</style>
border-color css
<style>
span { border-color: #FC5FA2; }
span { border-color: rgb(252,95,162); }
td.TdClassName
{
border-color: #FC5FA2;
}
.TagClassName
{
border-color: #FC5FA2;
}
</style>