Shades of Brink Pink #FF7276
Tints of Brink Pink #FF7276
RGB
CMYK
RGB Variations
Color information
#FF7276 (or 0xFF7276) is known color: Brink Pink. HEX triplet: FF, 72 and 76. RGB value is (255,114,118). Sum of RGB (Red+Green+Blue) = 255+114+118=487 (64% of max value = 765). Red value is 255 (100% from 255 or 52.36% from 487); Green value is 114 (44.92% from 255 or 23.41% from 487); Blue value is 118 (46.48% from 255 or 24.23% from 487); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7276 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF7276 is #008D89. Grayscale: #9C9C9C. Windows color (decimal): -36234 or 7762687. OLE color: 7762687.
HSL color Cylindrical-coordinate representation of color #FF7276: hue angle of 358.3º 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 #FF7276 is Cyan = 0, Magento = 0.55, Yellow = 0.54 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 114 | 118 | - |
| CMYK | 0 | 0.55 | 0.54 | 0 |
| HSL | 358.3º | 1% | 0.72% | - |
| HSV(B) | 358.3º | 0.55% | 1% | - |
| XYZ | 50.53 | 34.6 | 21.16 | - |
| YUV | 156.62 | 106.21 | 198.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 114 | 118 | 0 | 0.55 | 0.54 | 0 | 358.3 | 1 | 0.72 |
| Hex | FF | 72 | 76 | 0 | 37 | 36 | 0 | 166 | 64 | 48 |
| Octal | 377 | 162 | 166 | 0 | 67 | 66 | 0 | 546 | 144 | 110 |
| Binary | 11111111 | 1110010 | 1110110 | 0 | 110111 | 110110 | 0 | 101100110 | 1100100 | 1001000 |
Color Harmonies of #FF7276
Complementary color
Monochromatic Colors of #FF7276
Black with #FF7276
Text Example
Text Example
White with #FF7276
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7276; }
p { color: rgb(255,114,118); }
H1.HeaderClassName
{
color: #FF7276;
}
.AnyTagClassName
{
color: #FF7276;
}
</style>
background-color css
<style>
a { background-color: #FF7276; }
a { background-color: rgb(255,114,118); }
div.DivClassName
{
background-color: #FF7276;
}
.BgClassName
{
background-color: #FF7276;
}
</style>
border-color css
<style>
span { border-color: #FF7276; }
span { border-color: rgb(255,114,118); }
td.TdClassName
{
border-color: #FF7276;
}
.TagClassName
{
border-color: #FF7276;
}
</style>