Shades of Brink Pink #FE718A
Tints of Brink Pink #FE718A
RGB
CMYK
RGB Variations
Color information
#FE718A (or 0xFE718A) is known color: Brink Pink. HEX triplet: FE, 71 and 8A. RGB value is (254,113,138). Sum of RGB (Red+Green+Blue) = 254+113+138=505 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.30% from 505); Green value is 113 (44.53% from 255 or 22.38% from 505); Blue value is 138 (54.30% from 255 or 27.33% from 505); Max value from RGB is 254 - color contains mainly: red. Hex color #FE718A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE718A is #018E75. Grayscale: #9E9E9E. Windows color (decimal): -102006 or 9073150. OLE color: 9073150.
HSL color Cylindrical-coordinate representation of color #FE718A: hue angle of 349.36º 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 #FE718A is Cyan = 0, Magento = 0.56, Yellow = 0.46 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 113 | 138 | - |
| CMYK | 0 | 0.56 | 0.46 | 0.00 |
| HSL | 349.36º | 0.99% | 0.72% | - |
| HSV(B) | 349.36º | 0.56% | 1% | - |
| XYZ | 51.37 | 34.72 | 28.04 | - |
| YUV | 158.01 | 116.71 | 196.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 113 | 138 | 0 | 0.56 | 0.46 | 0.00 | 349.36 | 0.99 | 0.72 |
| Hex | FE | 71 | 8A | 0 | 38 | 2E | 0 | 15D | 63 | 48 |
| Octal | 376 | 161 | 212 | 0 | 70 | 56 | 0 | 535 | 143 | 110 |
| Binary | 11111110 | 1110001 | 10001010 | 0 | 111000 | 101110 | 0 | 101011101 | 1100011 | 1001000 |
Color Harmonies of #FE718A
Complementary color
Monochromatic Colors of #FE718A
Black with #FE718A
Text Example
Text Example
White with #FE718A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE718A; }
p { color: rgb(254,113,138); }
H1.HeaderClassName
{
color: #FE718A;
}
.AnyTagClassName
{
color: #FE718A;
}
</style>
background-color css
<style>
a { background-color: #FE718A; }
a { background-color: rgb(254,113,138); }
div.DivClassName
{
background-color: #FE718A;
}
.BgClassName
{
background-color: #FE718A;
}
</style>
border-color css
<style>
span { border-color: #FE718A; }
span { border-color: rgb(254,113,138); }
td.TdClassName
{
border-color: #FE718A;
}
.TagClassName
{
border-color: #FE718A;
}
</style>