Shades of Brink Pink #FC6992
Tints of Brink Pink #FC6992
RGB
CMYK
RGB Variations
Color information
#FC6992 (or 0xFC6992) is known color: Brink Pink. HEX triplet: FC, 69 and 92. RGB value is (252,105,146). Sum of RGB (Red+Green+Blue) = 252+105+146=503 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50.10% from 503); Green value is 105 (41.41% from 255 or 20.87% from 503); Blue value is 146 (57.42% from 255 or 29.03% from 503); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6992 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC6992 is #03966D. Grayscale: #999999. Windows color (decimal): -235118 or 9595388. OLE color: 9595388.
HSL color Cylindrical-coordinate representation of color #FC6992: hue angle of 343.27º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FC6992 is Cyan = 0, Magento = 0.58, Yellow = 0.42 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 105 | 146 | - |
| CMYK | 0 | 0.58 | 0.42 | 0.01 |
| HSL | 343.27º | 0.96% | 0.7% | - |
| HSV(B) | 343.27º | 0.58% | 0.99% | - |
| XYZ | 50.38 | 32.87 | 30.88 | - |
| YUV | 153.63 | 123.7 | 198.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 105 | 146 | 0 | 0.58 | 0.42 | 0.01 | 343.27 | 0.96 | 0.7 |
| Hex | FC | 69 | 92 | 0 | 3A | 2A | 1 | 157 | 60 | 46 |
| Octal | 374 | 151 | 222 | 0 | 72 | 52 | 1 | 527 | 140 | 106 |
| Binary | 11111100 | 1101001 | 10010010 | 0 | 111010 | 101010 | 1 | 101010111 | 1100000 | 1000110 |
Color Harmonies of #FC6992
Complementary color
Monochromatic Colors of #FC6992
Black with #FC6992
Text Example
Text Example
White with #FC6992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC6992; }
p { color: rgb(252,105,146); }
H1.HeaderClassName
{
color: #FC6992;
}
.AnyTagClassName
{
color: #FC6992;
}
</style>
background-color css
<style>
a { background-color: #FC6992; }
a { background-color: rgb(252,105,146); }
div.DivClassName
{
background-color: #FC6992;
}
.BgClassName
{
background-color: #FC6992;
}
</style>
border-color css
<style>
span { border-color: #FC6992; }
span { border-color: rgb(252,105,146); }
td.TdClassName
{
border-color: #FC6992;
}
.TagClassName
{
border-color: #FC6992;
}
</style>