Shades of Brink Pink #FE708E
Tints of Brink Pink #FE708E
RGB
CMYK
RGB Variations
Color information
#FE708E (or 0xFE708E) is known color: Brink Pink. HEX triplet: FE, 70 and 8E. RGB value is (254,112,142). Sum of RGB (Red+Green+Blue) = 254+112+142=508 (67% of max value = 765). Red value is 254 (99.61% from 255 or 50% from 508); Green value is 112 (44.14% from 255 or 22.05% from 508); Blue value is 142 (55.86% from 255 or 27.95% from 508); Max value from RGB is 254 - color contains mainly: red. Hex color #FE708E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE708E is #018F71. Grayscale: #9D9D9D. Windows color (decimal): -102258 or 9335038. OLE color: 9335038.
HSL color Cylindrical-coordinate representation of color #FE708E: hue angle of 347.32º 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 #FE708E is Cyan = 0, Magento = 0.56, Yellow = 0.44 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 112 | 142 | - |
| CMYK | 0 | 0.56 | 0.44 | 0.00 |
| HSL | 347.32º | 0.99% | 0.72% | - |
| HSV(B) | 347.32º | 0.56% | 1% | - |
| XYZ | 51.55 | 34.61 | 29.56 | - |
| YUV | 157.88 | 119.04 | 196.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 112 | 142 | 0 | 0.56 | 0.44 | 0.00 | 347.32 | 0.99 | 0.72 |
| Hex | FE | 70 | 8E | 0 | 38 | 2C | 0 | 15B | 63 | 48 |
| Octal | 376 | 160 | 216 | 0 | 70 | 54 | 0 | 533 | 143 | 110 |
| Binary | 11111110 | 1110000 | 10001110 | 0 | 111000 | 101100 | 0 | 101011011 | 1100011 | 1001000 |
Color Harmonies of #FE708E
Complementary color
Monochromatic Colors of #FE708E
Black with #FE708E
Text Example
Text Example
White with #FE708E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE708E; }
p { color: rgb(254,112,142); }
H1.HeaderClassName
{
color: #FE708E;
}
.AnyTagClassName
{
color: #FE708E;
}
</style>
background-color css
<style>
a { background-color: #FE708E; }
a { background-color: rgb(254,112,142); }
div.DivClassName
{
background-color: #FE708E;
}
.BgClassName
{
background-color: #FE708E;
}
</style>
border-color css
<style>
span { border-color: #FE708E; }
span { border-color: rgb(254,112,142); }
td.TdClassName
{
border-color: #FE708E;
}
.TagClassName
{
border-color: #FE708E;
}
</style>