Shades of Brink Pink #FE708D
Tints of Brink Pink #FE708D
RGB
CMYK
RGB Variations
Color information
#FE708D (or 0xFE708D) is known color: Brink Pink. HEX triplet: FE, 70 and 8D. RGB value is (254,112,141). Sum of RGB (Red+Green+Blue) = 254+112+141=507 (67% of max value = 765). Red value is 254 (99.61% from 255 or 50.10% from 507); Green value is 112 (44.14% from 255 or 22.09% from 507); Blue value is 141 (55.47% from 255 or 27.81% from 507); Max value from RGB is 254 - color contains mainly: red. Hex color #FE708D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE708D is #018F72. Grayscale: #9D9D9D. Windows color (decimal): -102259 or 9269502. OLE color: 9269502.
HSL color Cylindrical-coordinate representation of color #FE708D: hue angle of 347.75º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FE708D is Cyan = 0, Magento = 0.56, Yellow = 0.44 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 112 | 141 | - |
| CMYK | 0 | 0.56 | 0.44 | 0.00 |
| HSL | 347.75º | 0.99% | 0.72% | - |
| HSV(B) | 347.75º | 0.56% | 1% | - |
| XYZ | 51.47 | 34.58 | 29.16 | - |
| YUV | 157.76 | 118.54 | 196.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 112 | 141 | 0 | 0.56 | 0.44 | 0.00 | 347.75 | 0.99 | 0.72 |
| Hex | FE | 70 | 8D | 0 | 38 | 2C | 0 | 15C | 63 | 48 |
| Octal | 376 | 160 | 215 | 0 | 70 | 54 | 0 | 534 | 143 | 110 |
| Binary | 11111110 | 1110000 | 10001101 | 0 | 111000 | 101100 | 0 | 101011100 | 1100011 | 1001000 |
Color Harmonies of #FE708D
Complementary color
Monochromatic Colors of #FE708D
Black with #FE708D
Text Example
Text Example
White with #FE708D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE708D; }
p { color: rgb(254,112,141); }
H1.HeaderClassName
{
color: #FE708D;
}
.AnyTagClassName
{
color: #FE708D;
}
</style>
background-color css
<style>
a { background-color: #FE708D; }
a { background-color: rgb(254,112,141); }
div.DivClassName
{
background-color: #FE708D;
}
.BgClassName
{
background-color: #FE708D;
}
</style>
border-color css
<style>
span { border-color: #FE708D; }
span { border-color: rgb(254,112,141); }
td.TdClassName
{
border-color: #FE708D;
}
.TagClassName
{
border-color: #FE708D;
}
</style>