Shades of Brink Pink #FE6C79
Tints of Brink Pink #FE6C79
RGB
CMYK
RGB Variations
Color information
#FE6C79 (or 0xFE6C79) is known color: Brink Pink. HEX triplet: FE, 6C and 79. RGB value is (254,108,121). Sum of RGB (Red+Green+Blue) = 254+108+121=483 (63% of max value = 765). Red value is 254 (99.61% from 255 or 52.59% from 483); Green value is 108 (42.58% from 255 or 22.36% from 483); Blue value is 121 (47.66% from 255 or 25.05% from 483); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6C79 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE6C79 is #019386. Grayscale: #999999. Windows color (decimal): -103303 or 7957758. OLE color: 7957758.
HSL color Cylindrical-coordinate representation of color #FE6C79: hue angle of 354.66º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #FE6C79 is Cyan = 0, Magento = 0.57, Yellow = 0.52 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 108 | 121 | - |
| CMYK | 0 | 0.57 | 0.52 | 0.00 |
| HSL | 354.66º | 0.99% | 0.71% | - |
| HSV(B) | 354.66º | 0.57% | 1% | - |
| XYZ | 49.69 | 33.18 | 21.87 | - |
| YUV | 153.14 | 109.87 | 199.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 108 | 121 | 0 | 0.57 | 0.52 | 0.00 | 354.66 | 0.99 | 0.71 |
| Hex | FE | 6C | 79 | 0 | 39 | 34 | 0 | 163 | 63 | 47 |
| Octal | 376 | 154 | 171 | 0 | 71 | 64 | 0 | 543 | 143 | 107 |
| Binary | 11111110 | 1101100 | 1111001 | 0 | 111001 | 110100 | 0 | 101100011 | 1100011 | 1000111 |
Color Harmonies of #FE6C79
Complementary color
Monochromatic Colors of #FE6C79
Black with #FE6C79
Text Example
Text Example
White with #FE6C79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE6C79; }
p { color: rgb(254,108,121); }
H1.HeaderClassName
{
color: #FE6C79;
}
.AnyTagClassName
{
color: #FE6C79;
}
</style>
background-color css
<style>
a { background-color: #FE6C79; }
a { background-color: rgb(254,108,121); }
div.DivClassName
{
background-color: #FE6C79;
}
.BgClassName
{
background-color: #FE6C79;
}
</style>
border-color css
<style>
span { border-color: #FE6C79; }
span { border-color: rgb(254,108,121); }
td.TdClassName
{
border-color: #FE6C79;
}
.TagClassName
{
border-color: #FE6C79;
}
</style>