Shades of Brink Pink #FE5883
Tints of Brink Pink #FE5883
RGB
CMYK
RGB Variations
Color information
#FE5883 (or 0xFE5883) is known color: Brink Pink. HEX triplet: FE, 58 and 83. RGB value is (254,88,131). Sum of RGB (Red+Green+Blue) = 254+88+131=473 (62% of max value = 765). Red value is 254 (99.61% from 255 or 53.70% from 473); Green value is 88 (34.77% from 255 or 18.60% from 473); Blue value is 131 (51.56% from 255 or 27.70% from 473); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5883 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE5883 is #01A77C. Grayscale: #8E8E8E. Windows color (decimal): -108413 or 8607998. OLE color: 8607998.
HSL color Cylindrical-coordinate representation of color #FE5883: hue angle of 344.46º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FE5883 is Cyan = 0, Magento = 0.65, Yellow = 0.48 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 88 | 131 | - |
| CMYK | 0 | 0.65 | 0.48 | 0.00 |
| HSL | 344.46º | 0.99% | 0.67% | - |
| HSV(B) | 344.46º | 0.65% | 1% | - |
| XYZ | 48.46 | 29.69 | 24.65 | - |
| YUV | 142.54 | 121.5 | 207.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 88 | 131 | 0 | 0.65 | 0.48 | 0.00 | 344.46 | 0.99 | 0.67 |
| Hex | FE | 58 | 83 | 0 | 41 | 30 | 0 | 158 | 63 | 43 |
| Octal | 376 | 130 | 203 | 0 | 101 | 60 | 0 | 530 | 143 | 103 |
| Binary | 11111110 | 1011000 | 10000011 | 0 | 1000001 | 110000 | 0 | 101011000 | 1100011 | 1000011 |
Color Harmonies of #FE5883
Complementary color
Monochromatic Colors of #FE5883
Black with #FE5883
Text Example
Text Example
White with #FE5883
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE5883; }
p { color: rgb(254,88,131); }
H1.HeaderClassName
{
color: #FE5883;
}
.AnyTagClassName
{
color: #FE5883;
}
</style>
background-color css
<style>
a { background-color: #FE5883; }
a { background-color: rgb(254,88,131); }
div.DivClassName
{
background-color: #FE5883;
}
.BgClassName
{
background-color: #FE5883;
}
</style>
border-color css
<style>
span { border-color: #FE5883; }
span { border-color: rgb(254,88,131); }
td.TdClassName
{
border-color: #FE5883;
}
.TagClassName
{
border-color: #FE5883;
}
</style>