Shades of Brink Pink #FE718F
Tints of Brink Pink #FE718F
RGB
CMYK
RGB Variations
Color information
#FE718F (or 0xFE718F) is known color: Brink Pink. HEX triplet: FE, 71 and 8F. RGB value is (254,113,143). Sum of RGB (Red+Green+Blue) = 254+113+143=510 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.80% from 510); Green value is 113 (44.53% from 255 or 22.16% from 510); Blue value is 143 (56.25% from 255 or 28.04% from 510); Max value from RGB is 254 - color contains mainly: red. Hex color #FE718F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE718F is #018E70. Grayscale: #9E9E9E. Windows color (decimal): -102001 or 9400830. OLE color: 9400830.
HSL color Cylindrical-coordinate representation of color #FE718F: hue angle of 347.23º 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 #FE718F is Cyan = 0, Magento = 0.56, Yellow = 0.44 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 113 | 143 | - |
| CMYK | 0 | 0.56 | 0.44 | 0.00 |
| HSL | 347.23º | 0.99% | 0.72% | - |
| HSV(B) | 347.23º | 0.56% | 1% | - |
| XYZ | 51.74 | 34.86 | 29.99 | - |
| YUV | 158.58 | 119.21 | 196.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 113 | 143 | 0 | 0.56 | 0.44 | 0.00 | 347.23 | 0.99 | 0.72 |
| Hex | FE | 71 | 8F | 0 | 38 | 2C | 0 | 15B | 63 | 48 |
| Octal | 376 | 161 | 217 | 0 | 70 | 54 | 0 | 533 | 143 | 110 |
| Binary | 11111110 | 1110001 | 10001111 | 0 | 111000 | 101100 | 0 | 101011011 | 1100011 | 1001000 |
Color Harmonies of #FE718F
Complementary color
Monochromatic Colors of #FE718F
Black with #FE718F
Text Example
Text Example
White with #FE718F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE718F; }
p { color: rgb(254,113,143); }
H1.HeaderClassName
{
color: #FE718F;
}
.AnyTagClassName
{
color: #FE718F;
}
</style>
background-color css
<style>
a { background-color: #FE718F; }
a { background-color: rgb(254,113,143); }
div.DivClassName
{
background-color: #FE718F;
}
.BgClassName
{
background-color: #FE718F;
}
</style>
border-color css
<style>
span { border-color: #FE718F; }
span { border-color: rgb(254,113,143); }
td.TdClassName
{
border-color: #FE718F;
}
.TagClassName
{
border-color: #FE718F;
}
</style>