Shades of Brink Pink #FC7282
Tints of Brink Pink #FC7282
RGB
CMYK
RGB Variations
Color information
#FC7282 (or 0xFC7282) is known color: Brink Pink. HEX triplet: FC, 72 and 82. RGB value is (252,114,130). Sum of RGB (Red+Green+Blue) = 252+114+130=496 (65% of max value = 765). Red value is 252 (98.83% from 255 or 50.81% from 496); Green value is 114 (44.92% from 255 or 22.98% from 496); Blue value is 130 (51.17% from 255 or 26.21% from 496); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7282 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC7282 is #038D7D. Grayscale: #9D9D9D. Windows color (decimal): -232830 or 8549116. OLE color: 8549116.
HSL color Cylindrical-coordinate representation of color #FC7282: hue angle of 353.04º degrees, saturation: 0.96, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #FC7282 is Cyan = 0, Magento = 0.55, Yellow = 0.48 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 114 | 130 | - |
| CMYK | 0 | 0.55 | 0.48 | 0.01 |
| HSL | 353.04º | 0.96% | 0.72% | - |
| HSV(B) | 353.04º | 0.55% | 0.99% | - |
| XYZ | 50.19 | 34.34 | 25.1 | - |
| YUV | 157.09 | 112.72 | 195.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 114 | 130 | 0 | 0.55 | 0.48 | 0.01 | 353.04 | 0.96 | 0.72 |
| Hex | FC | 72 | 82 | 0 | 37 | 30 | 1 | 161 | 60 | 48 |
| Octal | 374 | 162 | 202 | 0 | 67 | 60 | 1 | 541 | 140 | 110 |
| Binary | 11111100 | 1110010 | 10000010 | 0 | 110111 | 110000 | 1 | 101100001 | 1100000 | 1001000 |
Color Harmonies of #FC7282
Complementary color
Monochromatic Colors of #FC7282
Black with #FC7282
Text Example
Text Example
White with #FC7282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC7282; }
p { color: rgb(252,114,130); }
H1.HeaderClassName
{
color: #FC7282;
}
.AnyTagClassName
{
color: #FC7282;
}
</style>
background-color css
<style>
a { background-color: #FC7282; }
a { background-color: rgb(252,114,130); }
div.DivClassName
{
background-color: #FC7282;
}
.BgClassName
{
background-color: #FC7282;
}
</style>
border-color css
<style>
span { border-color: #FC7282; }
span { border-color: rgb(252,114,130); }
td.TdClassName
{
border-color: #FC7282;
}
.TagClassName
{
border-color: #FC7282;
}
</style>