Shades of Brink Pink #FE728C
Tints of Brink Pink #FE728C
RGB
CMYK
RGB Variations
Color information
#FE728C (or 0xFE728C) is known color: Brink Pink. HEX triplet: FE, 72 and 8C. RGB value is (254,114,140). Sum of RGB (Red+Green+Blue) = 254+114+140=508 (67% of max value = 765). Red value is 254 (99.61% from 255 or 50% from 508); Green value is 114 (44.92% from 255 or 22.44% from 508); Blue value is 140 (55.08% from 255 or 27.56% from 508); Max value from RGB is 254 - color contains mainly: red. Hex color #FE728C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE728C is #018D73. Grayscale: #9E9E9E. Windows color (decimal): -101748 or 9204478. OLE color: 9204478.
HSL color Cylindrical-coordinate representation of color #FE728C: hue angle of 348.86º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #FE728C is Cyan = 0, Magento = 0.55, Yellow = 0.45 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 114 | 140 | - |
| CMYK | 0 | 0.55 | 0.45 | 0.00 |
| HSL | 348.86º | 0.99% | 0.72% | - |
| HSV(B) | 348.86º | 0.55% | 1% | - |
| XYZ | 51.62 | 35 | 28.85 | - |
| YUV | 158.82 | 117.38 | 195.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 114 | 140 | 0 | 0.55 | 0.45 | 0.00 | 348.86 | 0.99 | 0.72 |
| Hex | FE | 72 | 8C | 0 | 37 | 2D | 0 | 15D | 63 | 48 |
| Octal | 376 | 162 | 214 | 0 | 67 | 55 | 0 | 535 | 143 | 110 |
| Binary | 11111110 | 1110010 | 10001100 | 0 | 110111 | 101101 | 0 | 101011101 | 1100011 | 1001000 |
Color Harmonies of #FE728C
Complementary color
Monochromatic Colors of #FE728C
Black with #FE728C
Text Example
Text Example
White with #FE728C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE728C; }
p { color: rgb(254,114,140); }
H1.HeaderClassName
{
color: #FE728C;
}
.AnyTagClassName
{
color: #FE728C;
}
</style>
background-color css
<style>
a { background-color: #FE728C; }
a { background-color: rgb(254,114,140); }
div.DivClassName
{
background-color: #FE728C;
}
.BgClassName
{
background-color: #FE728C;
}
</style>
border-color css
<style>
span { border-color: #FE728C; }
span { border-color: rgb(254,114,140); }
td.TdClassName
{
border-color: #FE728C;
}
.TagClassName
{
border-color: #FE728C;
}
</style>