Shades of Brink Pink #FE7488
Tints of Brink Pink #FE7488
RGB
CMYK
RGB Variations
Color information
#FE7488 (or 0xFE7488) is known color: Brink Pink. HEX triplet: FE, 74 and 88. RGB value is (254,116,136). Sum of RGB (Red+Green+Blue) = 254+116+136=506 (67% of max value = 765). Red value is 254 (99.61% from 255 or 50.20% from 506); Green value is 116 (45.70% from 255 or 22.92% from 506); Blue value is 136 (53.52% from 255 or 26.88% from 506); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7488 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE7488 is #018B77. Grayscale: #9F9F9F. Windows color (decimal): -101240 or 8942846. OLE color: 8942846.
HSL color Cylindrical-coordinate representation of color #FE7488: hue angle of 351.3º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FE7488 is Cyan = 0, Magento = 0.54, Yellow = 0.46 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 116 | 136 | - |
| CMYK | 0 | 0.54 | 0.46 | 0.00 |
| HSL | 351.3º | 0.99% | 0.73% | - |
| HSV(B) | 351.3º | 0.54% | 1% | - |
| XYZ | 51.56 | 35.34 | 27.4 | - |
| YUV | 159.54 | 114.72 | 195.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 116 | 136 | 0 | 0.54 | 0.46 | 0.00 | 351.3 | 0.99 | 0.73 |
| Hex | FE | 74 | 88 | 0 | 36 | 2E | 0 | 15F | 63 | 49 |
| Octal | 376 | 164 | 210 | 0 | 66 | 56 | 0 | 537 | 143 | 111 |
| Binary | 11111110 | 1110100 | 10001000 | 0 | 110110 | 101110 | 0 | 101011111 | 1100011 | 1001001 |
Color Harmonies of #FE7488
Complementary color
Monochromatic Colors of #FE7488
Black with #FE7488
Text Example
Text Example
White with #FE7488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE7488; }
p { color: rgb(254,116,136); }
H1.HeaderClassName
{
color: #FE7488;
}
.AnyTagClassName
{
color: #FE7488;
}
</style>
background-color css
<style>
a { background-color: #FE7488; }
a { background-color: rgb(254,116,136); }
div.DivClassName
{
background-color: #FE7488;
}
.BgClassName
{
background-color: #FE7488;
}
</style>
border-color css
<style>
span { border-color: #FE7488; }
span { border-color: rgb(254,116,136); }
td.TdClassName
{
border-color: #FE7488;
}
.TagClassName
{
border-color: #FE7488;
}
</style>