Shades of Brink Pink #FF7279
Tints of Brink Pink #FF7279
RGB
CMYK
RGB Variations
Color information
#FF7279 (or 0xFF7279) is known color: Brink Pink. HEX triplet: FF, 72 and 79. RGB value is (255,114,121). Sum of RGB (Red+Green+Blue) = 255+114+121=490 (64% of max value = 765). Red value is 255 (100% from 255 or 52.04% from 490); Green value is 114 (44.92% from 255 or 23.27% from 490); Blue value is 121 (47.66% from 255 or 24.69% from 490); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7279 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF7279 is #008D86. Grayscale: #9D9D9D. Windows color (decimal): -36231 or 7959295. OLE color: 7959295.
HSL color Cylindrical-coordinate representation of color #FF7279: hue angle of 357.02º 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 #FF7279 is Cyan = 0, Magento = 0.55, Yellow = 0.53 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 114 | 121 | - |
| CMYK | 0 | 0.55 | 0.53 | 0 |
| HSL | 357.02º | 1% | 0.72% | - |
| HSV(B) | 357.02º | 0.55% | 1% | - |
| XYZ | 50.71 | 34.68 | 22.11 | - |
| YUV | 156.96 | 107.71 | 197.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 114 | 121 | 0 | 0.55 | 0.53 | 0 | 357.02 | 1 | 0.72 |
| Hex | FF | 72 | 79 | 0 | 37 | 35 | 0 | 165 | 64 | 48 |
| Octal | 377 | 162 | 171 | 0 | 67 | 65 | 0 | 545 | 144 | 110 |
| Binary | 11111111 | 1110010 | 1111001 | 0 | 110111 | 110101 | 0 | 101100101 | 1100100 | 1001000 |
Color Harmonies of #FF7279
Complementary color
Monochromatic Colors of #FF7279
Black with #FF7279
Text Example
Text Example
White with #FF7279
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7279; }
p { color: rgb(255,114,121); }
H1.HeaderClassName
{
color: #FF7279;
}
.AnyTagClassName
{
color: #FF7279;
}
</style>
background-color css
<style>
a { background-color: #FF7279; }
a { background-color: rgb(255,114,121); }
div.DivClassName
{
background-color: #FF7279;
}
.BgClassName
{
background-color: #FF7279;
}
</style>
border-color css
<style>
span { border-color: #FF7279; }
span { border-color: rgb(255,114,121); }
td.TdClassName
{
border-color: #FF7279;
}
.TagClassName
{
border-color: #FF7279;
}
</style>