Shades of Brink Pink #FE717E
Tints of Brink Pink #FE717E
RGB
CMYK
RGB Variations
Color information
#FE717E (or 0xFE717E) is known color: Brink Pink. HEX triplet: FE, 71 and 7E. RGB value is (254,113,126). Sum of RGB (Red+Green+Blue) = 254+113+126=493 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.52% from 493); Green value is 113 (44.53% from 255 or 22.92% from 493); Blue value is 126 (49.61% from 255 or 25.56% from 493); Max value from RGB is 254 - color contains mainly: red. Hex color #FE717E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE717E is #018E81. Grayscale: #9C9C9C. Windows color (decimal): -102018 or 8286718. OLE color: 8286718.
HSL color Cylindrical-coordinate representation of color #FE717E: hue angle of 354.47º 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 #FE717E is Cyan = 0, Magento = 0.56, Yellow = 0.50 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 113 | 126 | - |
| CMYK | 0 | 0.56 | 0.50 | 0.00 |
| HSL | 354.47º | 0.99% | 0.72% | - |
| HSV(B) | 354.47º | 0.56% | 1% | - |
| XYZ | 50.54 | 34.39 | 23.71 | - |
| YUV | 156.64 | 110.71 | 197.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 113 | 126 | 0 | 0.56 | 0.50 | 0.00 | 354.47 | 0.99 | 0.72 |
| Hex | FE | 71 | 7E | 0 | 38 | 32 | 0 | 162 | 63 | 48 |
| Octal | 376 | 161 | 176 | 0 | 70 | 62 | 0 | 542 | 143 | 110 |
| Binary | 11111110 | 1110001 | 1111110 | 0 | 111000 | 110010 | 0 | 101100010 | 1100011 | 1001000 |
Color Harmonies of #FE717E
Complementary color
Monochromatic Colors of #FE717E
Black with #FE717E
Text Example
Text Example
White with #FE717E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE717E; }
p { color: rgb(254,113,126); }
H1.HeaderClassName
{
color: #FE717E;
}
.AnyTagClassName
{
color: #FE717E;
}
</style>
background-color css
<style>
a { background-color: #FE717E; }
a { background-color: rgb(254,113,126); }
div.DivClassName
{
background-color: #FE717E;
}
.BgClassName
{
background-color: #FE717E;
}
</style>
border-color css
<style>
span { border-color: #FE717E; }
span { border-color: rgb(254,113,126); }
td.TdClassName
{
border-color: #FE717E;
}
.TagClassName
{
border-color: #FE717E;
}
</style>