Shades of Brink Pink #FE5D88
Tints of Brink Pink #FE5D88
RGB
CMYK
RGB Variations
Color information
#FE5D88 (or 0xFE5D88) is known color: Brink Pink. HEX triplet: FE, 5D and 88. RGB value is (254,93,136). Sum of RGB (Red+Green+Blue) = 254+93+136=483 (63% of max value = 765). Red value is 254 (99.61% from 255 or 52.59% from 483); Green value is 93 (36.72% from 255 or 19.25% from 483); Blue value is 136 (53.52% from 255 or 28.16% from 483); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5D88 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE5D88 is #01A277. Grayscale: #929292. Windows color (decimal): -107128 or 8936958. OLE color: 8936958.
HSL color Cylindrical-coordinate representation of color #FE5D88: hue angle of 343.98º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FE5D88 is Cyan = 0, Magento = 0.63, Yellow = 0.46 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 93 | 136 | - |
| CMYK | 0 | 0.63 | 0.46 | 0.00 |
| HSL | 343.98º | 0.99% | 0.68% | - |
| HSV(B) | 343.98º | 0.63% | 1% | - |
| XYZ | 49.23 | 30.68 | 26.62 | - |
| YUV | 146.04 | 122.34 | 205 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 93 | 136 | 0 | 0.63 | 0.46 | 0.00 | 343.98 | 0.99 | 0.68 |
| Hex | FE | 5D | 88 | 0 | 3F | 2E | 0 | 158 | 63 | 44 |
| Octal | 376 | 135 | 210 | 0 | 77 | 56 | 0 | 530 | 143 | 104 |
| Binary | 11111110 | 1011101 | 10001000 | 0 | 111111 | 101110 | 0 | 101011000 | 1100011 | 1000100 |
Color Harmonies of #FE5D88
Complementary color
Monochromatic Colors of #FE5D88
Black with #FE5D88
Text Example
Text Example
White with #FE5D88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE5D88; }
p { color: rgb(254,93,136); }
H1.HeaderClassName
{
color: #FE5D88;
}
.AnyTagClassName
{
color: #FE5D88;
}
</style>
background-color css
<style>
a { background-color: #FE5D88; }
a { background-color: rgb(254,93,136); }
div.DivClassName
{
background-color: #FE5D88;
}
.BgClassName
{
background-color: #FE5D88;
}
</style>
border-color css
<style>
span { border-color: #FE5D88; }
span { border-color: rgb(254,93,136); }
td.TdClassName
{
border-color: #FE5D88;
}
.TagClassName
{
border-color: #FE5D88;
}
</style>