Shades of Brink Pink #FC6185
Tints of Brink Pink #FC6185
RGB
CMYK
RGB Variations
Color information
#FC6185 (or 0xFC6185) is known color: Brink Pink. HEX triplet: FC, 61 and 85. RGB value is (252,97,133). Sum of RGB (Red+Green+Blue) = 252+97+133=482 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.28% from 482); Green value is 97 (38.28% from 255 or 20.12% from 482); Blue value is 133 (52.34% from 255 or 27.59% from 482); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6185 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC6185 is #039E7A. Grayscale: #939393. Windows color (decimal): -237179 or 8741372. OLE color: 8741372.
HSL color Cylindrical-coordinate representation of color #FC6185: hue angle of 346.06º 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 #FC6185 is Cyan = 0, Magento = 0.62, Yellow = 0.47 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 97 | 133 | - |
| CMYK | 0 | 0.62 | 0.47 | 0.01 |
| HSL | 346.06º | 0.96% | 0.68% | - |
| HSV(B) | 346.06º | 0.62% | 0.99% | - |
| XYZ | 48.65 | 30.94 | 25.6 | - |
| YUV | 147.45 | 119.85 | 202.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 97 | 133 | 0 | 0.62 | 0.47 | 0.01 | 346.06 | 0.96 | 0.68 |
| Hex | FC | 61 | 85 | 0 | 3E | 2F | 1 | 15A | 60 | 44 |
| Octal | 374 | 141 | 205 | 0 | 76 | 57 | 1 | 532 | 140 | 104 |
| Binary | 11111100 | 1100001 | 10000101 | 0 | 111110 | 101111 | 1 | 101011010 | 1100000 | 1000100 |
Color Harmonies of #FC6185
Complementary color
Monochromatic Colors of #FC6185
Black with #FC6185
Text Example
Text Example
White with #FC6185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC6185; }
p { color: rgb(252,97,133); }
H1.HeaderClassName
{
color: #FC6185;
}
.AnyTagClassName
{
color: #FC6185;
}
</style>
background-color css
<style>
a { background-color: #FC6185; }
a { background-color: rgb(252,97,133); }
div.DivClassName
{
background-color: #FC6185;
}
.BgClassName
{
background-color: #FC6185;
}
</style>
border-color css
<style>
span { border-color: #FC6185; }
span { border-color: rgb(252,97,133); }
td.TdClassName
{
border-color: #FC6185;
}
.TagClassName
{
border-color: #FC6185;
}
</style>