Shades of Brink Pink #FF7488
Tints of Brink Pink #FF7488
RGB
CMYK
RGB Variations
Color information
#FF7488 (or 0xFF7488) is known color: Brink Pink. HEX triplet: FF, 74 and 88. RGB value is (255,116,136). Sum of RGB (Red+Green+Blue) = 255+116+136=507 (67% of max value = 765). Red value is 255 (100% from 255 or 50.30% from 507); Green value is 116 (45.70% from 255 or 22.88% from 507); Blue value is 136 (53.52% from 255 or 26.82% from 507); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7488 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF7488 is #008B77. Grayscale: #9F9F9F. Windows color (decimal): -35704 or 8942847. OLE color: 8942847.
HSL color Cylindrical-coordinate representation of color #FF7488: hue angle of 351.37º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #FF7488 is Cyan = 0, Magento = 0.55, Yellow = 0.47 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 116 | 136 | - |
| CMYK | 0 | 0.55 | 0.47 | 0 |
| HSL | 351.37º | 1% | 0.73% | - |
| HSV(B) | 351.37º | 0.55% | 1% | - |
| XYZ | 51.93 | 35.53 | 27.41 | - |
| YUV | 159.84 | 114.55 | 195.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 116 | 136 | 0 | 0.55 | 0.47 | 0 | 351.37 | 1 | 0.73 |
| Hex | FF | 74 | 88 | 0 | 37 | 2F | 0 | 15F | 64 | 49 |
| Octal | 377 | 164 | 210 | 0 | 67 | 57 | 0 | 537 | 144 | 111 |
| Binary | 11111111 | 1110100 | 10001000 | 0 | 110111 | 101111 | 0 | 101011111 | 1100100 | 1001001 |
Color Harmonies of #FF7488
Complementary color
Monochromatic Colors of #FF7488
Black with #FF7488
Text Example
Text Example
White with #FF7488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7488; }
p { color: rgb(255,116,136); }
H1.HeaderClassName
{
color: #FF7488;
}
.AnyTagClassName
{
color: #FF7488;
}
</style>
background-color css
<style>
a { background-color: #FF7488; }
a { background-color: rgb(255,116,136); }
div.DivClassName
{
background-color: #FF7488;
}
.BgClassName
{
background-color: #FF7488;
}
</style>
border-color css
<style>
span { border-color: #FF7488; }
span { border-color: rgb(255,116,136); }
td.TdClassName
{
border-color: #FF7488;
}
.TagClassName
{
border-color: #FF7488;
}
</style>