Shades of Brink Pink #FE717B
Tints of Brink Pink #FE717B
RGB
CMYK
RGB Variations
Color information
#FE717B (or 0xFE717B) is known color: Brink Pink. HEX triplet: FE, 71 and 7B. RGB value is (254,113,123). Sum of RGB (Red+Green+Blue) = 254+113+123=490 (64% of max value = 765). Red value is 254 (99.61% from 255 or 51.84% from 490); Green value is 113 (44.53% from 255 or 23.06% from 490); Blue value is 123 (48.44% from 255 or 25.10% from 490); Max value from RGB is 254 - color contains mainly: red. Hex color #FE717B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE717B is #018E84. Grayscale: #9C9C9C. Windows color (decimal): -102021 or 8090110. OLE color: 8090110.
HSL color Cylindrical-coordinate representation of color #FE717B: hue angle of 355.74º 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 #FE717B is Cyan = 0, Magento = 0.56, Yellow = 0.52 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 113 | 123 | - |
| CMYK | 0 | 0.56 | 0.52 | 0.00 |
| HSL | 355.74º | 0.99% | 0.72% | - |
| HSV(B) | 355.74º | 0.56% | 1% | - |
| XYZ | 50.35 | 34.31 | 22.71 | - |
| YUV | 156.3 | 109.21 | 197.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 113 | 123 | 0 | 0.56 | 0.52 | 0.00 | 355.74 | 0.99 | 0.72 |
| Hex | FE | 71 | 7B | 0 | 38 | 34 | 0 | 164 | 63 | 48 |
| Octal | 376 | 161 | 173 | 0 | 70 | 64 | 0 | 544 | 143 | 110 |
| Binary | 11111110 | 1110001 | 1111011 | 0 | 111000 | 110100 | 0 | 101100100 | 1100011 | 1001000 |
Color Harmonies of #FE717B
Complementary color
Monochromatic Colors of #FE717B
Black with #FE717B
Text Example
Text Example
White with #FE717B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE717B; }
p { color: rgb(254,113,123); }
H1.HeaderClassName
{
color: #FE717B;
}
.AnyTagClassName
{
color: #FE717B;
}
</style>
background-color css
<style>
a { background-color: #FE717B; }
a { background-color: rgb(254,113,123); }
div.DivClassName
{
background-color: #FE717B;
}
.BgClassName
{
background-color: #FE717B;
}
</style>
border-color css
<style>
span { border-color: #FE717B; }
span { border-color: rgb(254,113,123); }
td.TdClassName
{
border-color: #FE717B;
}
.TagClassName
{
border-color: #FE717B;
}
</style>