Shades of Brink Pink #FE7588
Tints of Brink Pink #FE7588
RGB
CMYK
RGB Variations
Color information
#FE7588 (or 0xFE7588) is known color: Brink Pink. HEX triplet: FE, 75 and 88. RGB value is (254,117,136). Sum of RGB (Red+Green+Blue) = 254+117+136=507 (67% of max value = 765). Red value is 254 (99.61% from 255 or 50.10% from 507); Green value is 117 (46.09% from 255 or 23.08% from 507); Blue value is 136 (53.52% from 255 or 26.82% from 507); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7588 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE7588 is #018A77. Grayscale: #A0A0A0. Windows color (decimal): -100984 or 8943102. OLE color: 8943102.
HSL color Cylindrical-coordinate representation of color #FE7588: hue angle of 351.68º 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 #FE7588 is Cyan = 0, Magento = 0.54, Yellow = 0.46 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 117 | 136 | - |
| CMYK | 0 | 0.54 | 0.46 | 0.00 |
| HSL | 351.68º | 0.99% | 0.73% | - |
| HSV(B) | 351.68º | 0.54% | 1% | - |
| XYZ | 51.68 | 35.57 | 27.43 | - |
| YUV | 160.13 | 114.39 | 194.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 117 | 136 | 0 | 0.54 | 0.46 | 0.00 | 351.68 | 0.99 | 0.73 |
| Hex | FE | 75 | 88 | 0 | 36 | 2E | 0 | 160 | 63 | 49 |
| Octal | 376 | 165 | 210 | 0 | 66 | 56 | 0 | 540 | 143 | 111 |
| Binary | 11111110 | 1110101 | 10001000 | 0 | 110110 | 101110 | 0 | 101100000 | 1100011 | 1001001 |
Color Harmonies of #FE7588
Complementary color
Monochromatic Colors of #FE7588
Black with #FE7588
Text Example
Text Example
White with #FE7588
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE7588; }
p { color: rgb(254,117,136); }
H1.HeaderClassName
{
color: #FE7588;
}
.AnyTagClassName
{
color: #FE7588;
}
</style>
background-color css
<style>
a { background-color: #FE7588; }
a { background-color: rgb(254,117,136); }
div.DivClassName
{
background-color: #FE7588;
}
.BgClassName
{
background-color: #FE7588;
}
</style>
border-color css
<style>
span { border-color: #FE7588; }
span { border-color: rgb(254,117,136); }
td.TdClassName
{
border-color: #FE7588;
}
.TagClassName
{
border-color: #FE7588;
}
</style>