Shades of Brink Pink #FC618D
Tints of Brink Pink #FC618D
RGB
CMYK
RGB Variations
Color information
#FC618D (or 0xFC618D) is known color: Brink Pink. HEX triplet: FC, 61 and 8D. RGB value is (252,97,141). Sum of RGB (Red+Green+Blue) = 252+97+141=490 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.43% from 490); Green value is 97 (38.28% from 255 or 19.80% from 490); Blue value is 141 (55.47% from 255 or 28.78% from 490); Max value from RGB is 252 - color contains mainly: red. Hex color #FC618D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC618D is #039E72. Grayscale: #949494. Windows color (decimal): -237171 or 9265660. OLE color: 9265660.
HSL color Cylindrical-coordinate representation of color #FC618D: hue angle of 342.97º 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 #FC618D is Cyan = 0, Magento = 0.62, Yellow = 0.44 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 97 | 141 | - |
| CMYK | 0 | 0.62 | 0.44 | 0.01 |
| HSL | 342.97º | 0.96% | 0.68% | - |
| HSV(B) | 342.97º | 0.62% | 0.99% | - |
| XYZ | 49.23 | 31.17 | 28.62 | - |
| YUV | 148.36 | 123.85 | 201.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 97 | 141 | 0 | 0.62 | 0.44 | 0.01 | 342.97 | 0.96 | 0.68 |
| Hex | FC | 61 | 8D | 0 | 3E | 2C | 1 | 157 | 60 | 44 |
| Octal | 374 | 141 | 215 | 0 | 76 | 54 | 1 | 527 | 140 | 104 |
| Binary | 11111100 | 1100001 | 10001101 | 0 | 111110 | 101100 | 1 | 101010111 | 1100000 | 1000100 |
Color Harmonies of #FC618D
Complementary color
Monochromatic Colors of #FC618D
Black with #FC618D
Text Example
Text Example
White with #FC618D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC618D; }
p { color: rgb(252,97,141); }
H1.HeaderClassName
{
color: #FC618D;
}
.AnyTagClassName
{
color: #FC618D;
}
</style>
background-color css
<style>
a { background-color: #FC618D; }
a { background-color: rgb(252,97,141); }
div.DivClassName
{
background-color: #FC618D;
}
.BgClassName
{
background-color: #FC618D;
}
</style>
border-color css
<style>
span { border-color: #FC618D; }
span { border-color: rgb(252,97,141); }
td.TdClassName
{
border-color: #FC618D;
}
.TagClassName
{
border-color: #FC618D;
}
</style>