Shades of Brink Pink #FE717F
Tints of Brink Pink #FE717F
RGB
CMYK
RGB Variations
Color information
#FE717F (or 0xFE717F) is known color: Brink Pink. HEX triplet: FE, 71 and 7F. RGB value is (254,113,127). Sum of RGB (Red+Green+Blue) = 254+113+127=494 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.42% from 494); Green value is 113 (44.53% from 255 or 22.87% from 494); Blue value is 127 (50% from 255 or 25.71% from 494); Max value from RGB is 254 - color contains mainly: red. Hex color #FE717F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE717F is #018E80. Grayscale: #9C9C9C. Windows color (decimal): -102017 or 8352254. OLE color: 8352254.
HSL color Cylindrical-coordinate representation of color #FE717F: hue angle of 354.04º 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 #FE717F is Cyan = 0, Magento = 0.56, Yellow = 0.50 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 113 | 127 | - |
| CMYK | 0 | 0.56 | 0.50 | 0.00 |
| HSL | 354.04º | 0.99% | 0.72% | - |
| HSV(B) | 354.04º | 0.56% | 1% | - |
| XYZ | 50.61 | 34.41 | 24.05 | - |
| YUV | 156.76 | 111.21 | 197.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 113 | 127 | 0 | 0.56 | 0.50 | 0.00 | 354.04 | 0.99 | 0.72 |
| Hex | FE | 71 | 7F | 0 | 38 | 32 | 0 | 162 | 63 | 48 |
| Octal | 376 | 161 | 177 | 0 | 70 | 62 | 0 | 542 | 143 | 110 |
| Binary | 11111110 | 1110001 | 1111111 | 0 | 111000 | 110010 | 0 | 101100010 | 1100011 | 1001000 |
Color Harmonies of #FE717F
Complementary color
Monochromatic Colors of #FE717F
Black with #FE717F
Text Example
Text Example
White with #FE717F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE717F; }
p { color: rgb(254,113,127); }
H1.HeaderClassName
{
color: #FE717F;
}
.AnyTagClassName
{
color: #FE717F;
}
</style>
background-color css
<style>
a { background-color: #FE717F; }
a { background-color: rgb(254,113,127); }
div.DivClassName
{
background-color: #FE717F;
}
.BgClassName
{
background-color: #FE717F;
}
</style>
border-color css
<style>
span { border-color: #FE717F; }
span { border-color: rgb(254,113,127); }
td.TdClassName
{
border-color: #FE717F;
}
.TagClassName
{
border-color: #FE717F;
}
</style>