Shades of Brink Pink #FC618E
Tints of Brink Pink #FC618E
RGB
CMYK
RGB Variations
Color information
#FC618E (or 0xFC618E) is known color: Brink Pink. HEX triplet: FC, 61 and 8E. RGB value is (252,97,142). Sum of RGB (Red+Green+Blue) = 252+97+142=491 (65% of max value = 765). Red value is 252 (98.83% from 255 or 51.32% from 491); Green value is 97 (38.28% from 255 or 19.76% from 491); Blue value is 142 (55.86% from 255 or 28.92% from 491); Max value from RGB is 252 - color contains mainly: red. Hex color #FC618E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC618E is #039E71. Grayscale: #949494. Windows color (decimal): -237170 or 9331196. OLE color: 9331196.
HSL color Cylindrical-coordinate representation of color #FC618E: hue angle of 342.58º 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 #FC618E is Cyan = 0, Magento = 0.62, Yellow = 0.44 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 97 | 142 | - |
| CMYK | 0 | 0.62 | 0.44 | 0.01 |
| HSL | 342.58º | 0.96% | 0.68% | - |
| HSV(B) | 342.58º | 0.62% | 0.99% | - |
| XYZ | 49.3 | 31.2 | 29.01 | - |
| YUV | 148.48 | 124.35 | 201.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 97 | 142 | 0 | 0.62 | 0.44 | 0.01 | 342.58 | 0.96 | 0.68 |
| Hex | FC | 61 | 8E | 0 | 3E | 2C | 1 | 157 | 60 | 44 |
| Octal | 374 | 141 | 216 | 0 | 76 | 54 | 1 | 527 | 140 | 104 |
| Binary | 11111100 | 1100001 | 10001110 | 0 | 111110 | 101100 | 1 | 101010111 | 1100000 | 1000100 |
Color Harmonies of #FC618E
Complementary color
Monochromatic Colors of #FC618E
Black with #FC618E
Text Example
Text Example
White with #FC618E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC618E; }
p { color: rgb(252,97,142); }
H1.HeaderClassName
{
color: #FC618E;
}
.AnyTagClassName
{
color: #FC618E;
}
</style>
background-color css
<style>
a { background-color: #FC618E; }
a { background-color: rgb(252,97,142); }
div.DivClassName
{
background-color: #FC618E;
}
.BgClassName
{
background-color: #FC618E;
}
</style>
border-color css
<style>
span { border-color: #FC618E; }
span { border-color: rgb(252,97,142); }
td.TdClassName
{
border-color: #FC618E;
}
.TagClassName
{
border-color: #FC618E;
}
</style>