Shades of Brink Pink #FF7281
Tints of Brink Pink #FF7281
RGB
CMYK
RGB Variations
Color information
#FF7281 (or 0xFF7281) is known color: Brink Pink. HEX triplet: FF, 72 and 81. RGB value is (255,114,129). Sum of RGB (Red+Green+Blue) = 255+114+129=498 (65% of max value = 765). Red value is 255 (100% from 255 or 51.20% from 498); Green value is 114 (44.92% from 255 or 22.89% from 498); Blue value is 129 (50.78% from 255 or 25.90% from 498); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7281 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF7281 is #008D7E. Grayscale: #9D9D9D. Windows color (decimal): -36223 or 8483583. OLE color: 8483583.
HSL color Cylindrical-coordinate representation of color #FF7281: hue angle of 353.62º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #FF7281 is Cyan = 0, Magento = 0.55, Yellow = 0.49 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 114 | 129 | - |
| CMYK | 0 | 0.55 | 0.49 | 0 |
| HSL | 353.62º | 1% | 0.72% | - |
| HSV(B) | 353.62º | 0.55% | 1% | - |
| XYZ | 51.22 | 34.88 | 24.8 | - |
| YUV | 157.87 | 111.71 | 197.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 114 | 129 | 0 | 0.55 | 0.49 | 0 | 353.62 | 1 | 0.72 |
| Hex | FF | 72 | 81 | 0 | 37 | 31 | 0 | 162 | 64 | 48 |
| Octal | 377 | 162 | 201 | 0 | 67 | 61 | 0 | 542 | 144 | 110 |
| Binary | 11111111 | 1110010 | 10000001 | 0 | 110111 | 110001 | 0 | 101100010 | 1100100 | 1001000 |
Color Harmonies of #FF7281
Complementary color
Monochromatic Colors of #FF7281
Black with #FF7281
Text Example
Text Example
White with #FF7281
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7281; }
p { color: rgb(255,114,129); }
H1.HeaderClassName
{
color: #FF7281;
}
.AnyTagClassName
{
color: #FF7281;
}
</style>
background-color css
<style>
a { background-color: #FF7281; }
a { background-color: rgb(255,114,129); }
div.DivClassName
{
background-color: #FF7281;
}
.BgClassName
{
background-color: #FF7281;
}
</style>
border-color css
<style>
span { border-color: #FF7281; }
span { border-color: rgb(255,114,129); }
td.TdClassName
{
border-color: #FF7281;
}
.TagClassName
{
border-color: #FF7281;
}
</style>