Shades of Brink Pink #FE677A
Tints of Brink Pink #FE677A
RGB
CMYK
RGB Variations
Color information
#FE677A (or 0xFE677A) is known color: Brink Pink. HEX triplet: FE, 67 and 7A. RGB value is (254,103,122). Sum of RGB (Red+Green+Blue) = 254+103+122=479 (63% of max value = 765). Red value is 254 (99.61% from 255 or 53.03% from 479); Green value is 103 (40.62% from 255 or 21.50% from 479); Blue value is 122 (48.05% from 255 or 25.47% from 479); Max value from RGB is 254 - color contains mainly: red. Hex color #FE677A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE677A is #019885. Grayscale: #969696. Windows color (decimal): -104582 or 8022014. OLE color: 8022014.
HSL color Cylindrical-coordinate representation of color #FE677A: hue angle of 352.45º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #FE677A is Cyan = 0, Magento = 0.59, Yellow = 0.52 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 103 | 122 | - |
| CMYK | 0 | 0.59 | 0.52 | 0.00 |
| HSL | 352.45º | 0.99% | 0.7% | - |
| HSV(B) | 352.45º | 0.59% | 1% | - |
| XYZ | 49.24 | 32.18 | 22.03 | - |
| YUV | 150.32 | 112.03 | 201.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 103 | 122 | 0 | 0.59 | 0.52 | 0.00 | 352.45 | 0.99 | 0.7 |
| Hex | FE | 67 | 7A | 0 | 3B | 34 | 0 | 160 | 63 | 46 |
| Octal | 376 | 147 | 172 | 0 | 73 | 64 | 0 | 540 | 143 | 106 |
| Binary | 11111110 | 1100111 | 1111010 | 0 | 111011 | 110100 | 0 | 101100000 | 1100011 | 1000110 |
Color Harmonies of #FE677A
Complementary color
Monochromatic Colors of #FE677A
Black with #FE677A
Text Example
Text Example
White with #FE677A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE677A; }
p { color: rgb(254,103,122); }
H1.HeaderClassName
{
color: #FE677A;
}
.AnyTagClassName
{
color: #FE677A;
}
</style>
background-color css
<style>
a { background-color: #FE677A; }
a { background-color: rgb(254,103,122); }
div.DivClassName
{
background-color: #FE677A;
}
.BgClassName
{
background-color: #FE677A;
}
</style>
border-color css
<style>
span { border-color: #FE677A; }
span { border-color: rgb(254,103,122); }
td.TdClassName
{
border-color: #FE677A;
}
.TagClassName
{
border-color: #FE677A;
}
</style>