Shades of Brink Pink #FE718C
Tints of Brink Pink #FE718C
RGB
CMYK
RGB Variations
Color information
#FE718C (or 0xFE718C) is known color: Brink Pink. HEX triplet: FE, 71 and 8C. RGB value is (254,113,140). Sum of RGB (Red+Green+Blue) = 254+113+140=507 (67% of max value = 765). Red value is 254 (99.61% from 255 or 50.10% from 507); Green value is 113 (44.53% from 255 or 22.29% from 507); Blue value is 140 (55.08% from 255 or 27.61% from 507); Max value from RGB is 254 - color contains mainly: red. Hex color #FE718C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE718C is #018E73. Grayscale: #9E9E9E. Windows color (decimal): -102004 or 9204222. OLE color: 9204222.
HSL color Cylindrical-coordinate representation of color #FE718C: hue angle of 348.51º 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 #FE718C is Cyan = 0, Magento = 0.56, Yellow = 0.45 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 113 | 140 | - |
| CMYK | 0 | 0.56 | 0.45 | 0.00 |
| HSL | 348.51º | 0.99% | 0.72% | - |
| HSV(B) | 348.51º | 0.56% | 1% | - |
| XYZ | 51.51 | 34.77 | 28.81 | - |
| YUV | 158.24 | 117.71 | 196.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 113 | 140 | 0 | 0.56 | 0.45 | 0.00 | 348.51 | 0.99 | 0.72 |
| Hex | FE | 71 | 8C | 0 | 38 | 2D | 0 | 15D | 63 | 48 |
| Octal | 376 | 161 | 214 | 0 | 70 | 55 | 0 | 535 | 143 | 110 |
| Binary | 11111110 | 1110001 | 10001100 | 0 | 111000 | 101101 | 0 | 101011101 | 1100011 | 1001000 |
Color Harmonies of #FE718C
Complementary color
Monochromatic Colors of #FE718C
Black with #FE718C
Text Example
Text Example
White with #FE718C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE718C; }
p { color: rgb(254,113,140); }
H1.HeaderClassName
{
color: #FE718C;
}
.AnyTagClassName
{
color: #FE718C;
}
</style>
background-color css
<style>
a { background-color: #FE718C; }
a { background-color: rgb(254,113,140); }
div.DivClassName
{
background-color: #FE718C;
}
.BgClassName
{
background-color: #FE718C;
}
</style>
border-color css
<style>
span { border-color: #FE718C; }
span { border-color: rgb(254,113,140); }
td.TdClassName
{
border-color: #FE718C;
}
.TagClassName
{
border-color: #FE718C;
}
</style>