Shades of Brink Pink #FC7281
Tints of Brink Pink #FC7281
RGB
CMYK
RGB Variations
Color information
#FC7281 (or 0xFC7281) is known color: Brink Pink. HEX triplet: FC, 72 and 81. RGB value is (252,114,129). Sum of RGB (Red+Green+Blue) = 252+114+129=495 (65% of max value = 765). Red value is 252 (98.83% from 255 or 50.91% from 495); Green value is 114 (44.92% from 255 or 23.03% from 495); Blue value is 129 (50.78% from 255 or 26.06% from 495); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7281 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC7281 is #038D7E. Grayscale: #9D9D9D. Windows color (decimal): -232831 or 8483580. OLE color: 8483580.
HSL color Cylindrical-coordinate representation of color #FC7281: hue angle of 353.48º 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 #FC7281 is Cyan = 0, Magento = 0.55, Yellow = 0.49 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 114 | 129 | - |
| CMYK | 0 | 0.55 | 0.49 | 0.01 |
| HSL | 353.48º | 0.96% | 0.72% | - |
| HSV(B) | 353.48º | 0.55% | 0.99% | - |
| XYZ | 50.12 | 34.32 | 24.75 | - |
| YUV | 156.97 | 112.22 | 195.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 114 | 129 | 0 | 0.55 | 0.49 | 0.01 | 353.48 | 0.96 | 0.72 |
| Hex | FC | 72 | 81 | 0 | 37 | 31 | 1 | 161 | 60 | 48 |
| Octal | 374 | 162 | 201 | 0 | 67 | 61 | 1 | 541 | 140 | 110 |
| Binary | 11111100 | 1110010 | 10000001 | 0 | 110111 | 110001 | 1 | 101100001 | 1100000 | 1001000 |
Color Harmonies of #FC7281
Complementary color
Monochromatic Colors of #FC7281
Black with #FC7281
Text Example
Text Example
White with #FC7281
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC7281; }
p { color: rgb(252,114,129); }
H1.HeaderClassName
{
color: #FC7281;
}
.AnyTagClassName
{
color: #FC7281;
}
</style>
background-color css
<style>
a { background-color: #FC7281; }
a { background-color: rgb(252,114,129); }
div.DivClassName
{
background-color: #FC7281;
}
.BgClassName
{
background-color: #FC7281;
}
</style>
border-color css
<style>
span { border-color: #FC7281; }
span { border-color: rgb(252,114,129); }
td.TdClassName
{
border-color: #FC7281;
}
.TagClassName
{
border-color: #FC7281;
}
</style>