Shades of Brink Pink #FE717C
Tints of Brink Pink #FE717C
RGB
CMYK
RGB Variations
Color information
#FE717C (or 0xFE717C) is known color: Brink Pink. HEX triplet: FE, 71 and 7C. RGB value is (254,113,124). Sum of RGB (Red+Green+Blue) = 254+113+124=491 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.73% from 491); Green value is 113 (44.53% from 255 or 23.01% from 491); Blue value is 124 (48.83% from 255 or 25.25% from 491); Max value from RGB is 254 - color contains mainly: red. Hex color #FE717C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE717C is #018E83. Grayscale: #9C9C9C. Windows color (decimal): -102020 or 8155646. OLE color: 8155646.
HSL color Cylindrical-coordinate representation of color #FE717C: hue angle of 355.32º 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 #FE717C is Cyan = 0, Magento = 0.56, Yellow = 0.51 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 113 | 124 | - |
| CMYK | 0 | 0.56 | 0.51 | 0.00 |
| HSL | 355.32º | 0.99% | 0.72% | - |
| HSV(B) | 355.32º | 0.56% | 1% | - |
| XYZ | 50.42 | 34.34 | 23.04 | - |
| YUV | 156.41 | 109.71 | 197.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 113 | 124 | 0 | 0.56 | 0.51 | 0.00 | 355.32 | 0.99 | 0.72 |
| Hex | FE | 71 | 7C | 0 | 38 | 33 | 0 | 163 | 63 | 48 |
| Octal | 376 | 161 | 174 | 0 | 70 | 63 | 0 | 543 | 143 | 110 |
| Binary | 11111110 | 1110001 | 1111100 | 0 | 111000 | 110011 | 0 | 101100011 | 1100011 | 1001000 |
Color Harmonies of #FE717C
Complementary color
Monochromatic Colors of #FE717C
Black with #FE717C
Text Example
Text Example
White with #FE717C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE717C; }
p { color: rgb(254,113,124); }
H1.HeaderClassName
{
color: #FE717C;
}
.AnyTagClassName
{
color: #FE717C;
}
</style>
background-color css
<style>
a { background-color: #FE717C; }
a { background-color: rgb(254,113,124); }
div.DivClassName
{
background-color: #FE717C;
}
.BgClassName
{
background-color: #FE717C;
}
</style>
border-color css
<style>
span { border-color: #FE717C; }
span { border-color: rgb(254,113,124); }
td.TdClassName
{
border-color: #FE717C;
}
.TagClassName
{
border-color: #FE717C;
}
</style>