Shades of Brink Pink #FC6184
Tints of Brink Pink #FC6184
RGB
CMYK
RGB Variations
Color information
#FC6184 (or 0xFC6184) is known color: Brink Pink. HEX triplet: FC, 61 and 84. RGB value is (252,97,132). Sum of RGB (Red+Green+Blue) = 252+97+132=481 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.39% from 481); Green value is 97 (38.28% from 255 or 20.17% from 481); Blue value is 132 (51.95% from 255 or 27.44% from 481); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6184 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC6184 is #039E7B. Grayscale: #939393. Windows color (decimal): -237180 or 8675836. OLE color: 8675836.
HSL color Cylindrical-coordinate representation of color #FC6184: hue angle of 346.45º 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 #FC6184 is Cyan = 0, Magento = 0.62, Yellow = 0.48 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 97 | 132 | - |
| CMYK | 0 | 0.62 | 0.48 | 0.01 |
| HSL | 346.45º | 0.96% | 0.68% | - |
| HSV(B) | 346.45º | 0.62% | 0.99% | - |
| XYZ | 48.58 | 30.91 | 25.24 | - |
| YUV | 147.34 | 119.35 | 202.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 97 | 132 | 0 | 0.62 | 0.48 | 0.01 | 346.45 | 0.96 | 0.68 |
| Hex | FC | 61 | 84 | 0 | 3E | 30 | 1 | 15A | 60 | 44 |
| Octal | 374 | 141 | 204 | 0 | 76 | 60 | 1 | 532 | 140 | 104 |
| Binary | 11111100 | 1100001 | 10000100 | 0 | 111110 | 110000 | 1 | 101011010 | 1100000 | 1000100 |
Color Harmonies of #FC6184
Complementary color
Monochromatic Colors of #FC6184
Black with #FC6184
Text Example
Text Example
White with #FC6184
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC6184; }
p { color: rgb(252,97,132); }
H1.HeaderClassName
{
color: #FC6184;
}
.AnyTagClassName
{
color: #FC6184;
}
</style>
background-color css
<style>
a { background-color: #FC6184; }
a { background-color: rgb(252,97,132); }
div.DivClassName
{
background-color: #FC6184;
}
.BgClassName
{
background-color: #FC6184;
}
</style>
border-color css
<style>
span { border-color: #FC6184; }
span { border-color: rgb(252,97,132); }
td.TdClassName
{
border-color: #FC6184;
}
.TagClassName
{
border-color: #FC6184;
}
</style>