Shades of Brink Pink #FE717A
Tints of Brink Pink #FE717A
RGB
CMYK
RGB Variations
Color information
#FE717A (or 0xFE717A) is known color: Brink Pink. HEX triplet: FE, 71 and 7A. RGB value is (254,113,122). Sum of RGB (Red+Green+Blue) = 254+113+122=489 (64% of max value = 765). Red value is 254 (99.61% from 255 or 51.94% from 489); Green value is 113 (44.53% from 255 or 23.11% from 489); Blue value is 122 (48.05% from 255 or 24.95% from 489); Max value from RGB is 254 - color contains mainly: red. Hex color #FE717A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE717A is #018E85. Grayscale: #9C9C9C. Windows color (decimal): -102022 or 8024574. OLE color: 8024574.
HSL color Cylindrical-coordinate representation of color #FE717A: hue angle of 356.17º 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 #FE717A is Cyan = 0, Magento = 0.56, Yellow = 0.52 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 113 | 122 | - |
| CMYK | 0 | 0.56 | 0.52 | 0.00 |
| HSL | 356.17º | 0.99% | 0.72% | - |
| HSV(B) | 356.17º | 0.56% | 1% | - |
| XYZ | 50.29 | 34.29 | 22.38 | - |
| YUV | 156.19 | 108.71 | 197.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 113 | 122 | 0 | 0.56 | 0.52 | 0.00 | 356.17 | 0.99 | 0.72 |
| Hex | FE | 71 | 7A | 0 | 38 | 34 | 0 | 164 | 63 | 48 |
| Octal | 376 | 161 | 172 | 0 | 70 | 64 | 0 | 544 | 143 | 110 |
| Binary | 11111110 | 1110001 | 1111010 | 0 | 111000 | 110100 | 0 | 101100100 | 1100011 | 1001000 |
Color Harmonies of #FE717A
Complementary color
Monochromatic Colors of #FE717A
Black with #FE717A
Text Example
Text Example
White with #FE717A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE717A; }
p { color: rgb(254,113,122); }
H1.HeaderClassName
{
color: #FE717A;
}
.AnyTagClassName
{
color: #FE717A;
}
</style>
background-color css
<style>
a { background-color: #FE717A; }
a { background-color: rgb(254,113,122); }
div.DivClassName
{
background-color: #FE717A;
}
.BgClassName
{
background-color: #FE717A;
}
</style>
border-color css
<style>
span { border-color: #FE717A; }
span { border-color: rgb(254,113,122); }
td.TdClassName
{
border-color: #FE717A;
}
.TagClassName
{
border-color: #FE717A;
}
</style>