Shades of Brink Pink #FE5585
Tints of Brink Pink #FE5585
RGB
CMYK
RGB Variations
Color information
#FE5585 (or 0xFE5585) is known color: Brink Pink. HEX triplet: FE, 55 and 85. RGB value is (254,85,133). Sum of RGB (Red+Green+Blue) = 254+85+133=472 (62% of max value = 765). Red value is 254 (99.61% from 255 or 53.81% from 472); Green value is 85 (33.59% from 255 or 18.01% from 472); Blue value is 133 (52.34% from 255 or 28.18% from 472); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5585 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE5585 is #01AA7A. Grayscale: #8C8C8C. Windows color (decimal): -109179 or 8738302. OLE color: 8738302.
HSL color Cylindrical-coordinate representation of color #FE5585: hue angle of 342.96º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FE5585 is Cyan = 0, Magento = 0.67, Yellow = 0.48 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 85 | 133 | - |
| CMYK | 0 | 0.67 | 0.48 | 0.00 |
| HSL | 342.96º | 0.99% | 0.66% | - |
| HSV(B) | 342.96º | 0.67% | 1% | - |
| XYZ | 48.36 | 29.26 | 25.29 | - |
| YUV | 141 | 123.49 | 208.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 85 | 133 | 0 | 0.67 | 0.48 | 0.00 | 342.96 | 0.99 | 0.66 |
| Hex | FE | 55 | 85 | 0 | 43 | 30 | 0 | 157 | 63 | 42 |
| Octal | 376 | 125 | 205 | 0 | 103 | 60 | 0 | 527 | 143 | 102 |
| Binary | 11111110 | 1010101 | 10000101 | 0 | 1000011 | 110000 | 0 | 101010111 | 1100011 | 1000010 |
Color Harmonies of #FE5585
Complementary color
Monochromatic Colors of #FE5585
Black with #FE5585
Text Example
Text Example
White with #FE5585
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE5585; }
p { color: rgb(254,85,133); }
H1.HeaderClassName
{
color: #FE5585;
}
.AnyTagClassName
{
color: #FE5585;
}
</style>
background-color css
<style>
a { background-color: #FE5585; }
a { background-color: rgb(254,85,133); }
div.DivClassName
{
background-color: #FE5585;
}
.BgClassName
{
background-color: #FE5585;
}
</style>
border-color css
<style>
span { border-color: #FE5585; }
span { border-color: rgb(254,85,133); }
td.TdClassName
{
border-color: #FE5585;
}
.TagClassName
{
border-color: #FE5585;
}
</style>