Shades of Brink Pink #FF7288
Tints of Brink Pink #FF7288
RGB
CMYK
RGB Variations
Color information
#FF7288 (or 0xFF7288) is known color: Brink Pink. HEX triplet: FF, 72 and 88. RGB value is (255,114,136). Sum of RGB (Red+Green+Blue) = 255+114+136=505 (66% of max value = 765). Red value is 255 (100% from 255 or 50.50% from 505); Green value is 114 (44.92% from 255 or 22.57% from 505); Blue value is 136 (53.52% from 255 or 26.93% from 505); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7288 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF7288 is #008D77. Grayscale: #9E9E9E. Windows color (decimal): -36216 or 8942335. OLE color: 8942335.
HSL color Cylindrical-coordinate representation of color #FF7288: hue angle of 350.64º 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 #FF7288 is Cyan = 0, Magento = 0.55, Yellow = 0.47 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 114 | 136 | - |
| CMYK | 0 | 0.55 | 0.47 | 0 |
| HSL | 350.64º | 1% | 0.72% | - |
| HSV(B) | 350.64º | 0.55% | 1% | - |
| XYZ | 51.7 | 35.07 | 27.34 | - |
| YUV | 158.67 | 115.21 | 196.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 114 | 136 | 0 | 0.55 | 0.47 | 0 | 350.64 | 1 | 0.72 |
| Hex | FF | 72 | 88 | 0 | 37 | 2F | 0 | 15F | 64 | 48 |
| Octal | 377 | 162 | 210 | 0 | 67 | 57 | 0 | 537 | 144 | 110 |
| Binary | 11111111 | 1110010 | 10001000 | 0 | 110111 | 101111 | 0 | 101011111 | 1100100 | 1001000 |
Color Harmonies of #FF7288
Complementary color
Monochromatic Colors of #FF7288
Black with #FF7288
Text Example
Text Example
White with #FF7288
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7288; }
p { color: rgb(255,114,136); }
H1.HeaderClassName
{
color: #FF7288;
}
.AnyTagClassName
{
color: #FF7288;
}
</style>
background-color css
<style>
a { background-color: #FF7288; }
a { background-color: rgb(255,114,136); }
div.DivClassName
{
background-color: #FF7288;
}
.BgClassName
{
background-color: #FF7288;
}
</style>
border-color css
<style>
span { border-color: #FF7288; }
span { border-color: rgb(255,114,136); }
td.TdClassName
{
border-color: #FF7288;
}
.TagClassName
{
border-color: #FF7288;
}
</style>