Shades of Brink Pink #FE6977
Tints of Brink Pink #FE6977
RGB
CMYK
RGB Variations
Color information
#FE6977 (or 0xFE6977) is known color: Brink Pink. HEX triplet: FE, 69 and 77. RGB value is (254,105,119). Sum of RGB (Red+Green+Blue) = 254+105+119=478 (63% of max value = 765). Red value is 254 (99.61% from 255 or 53.14% from 478); Green value is 105 (41.41% from 255 or 21.97% from 478); Blue value is 119 (46.88% from 255 or 24.90% from 478); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6977 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE6977 is #019688. Grayscale: #979797. Windows color (decimal): -104073 or 7825918. OLE color: 7825918.
HSL color Cylindrical-coordinate representation of color #FE6977: hue angle of 354.36º 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 #FE6977 is Cyan = 0, Magento = 0.59, Yellow = 0.53 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 105 | 119 | - |
| CMYK | 0 | 0.59 | 0.53 | 0.00 |
| HSL | 354.36º | 0.99% | 0.7% | - |
| HSV(B) | 354.36º | 0.59% | 1% | - |
| XYZ | 49.25 | 32.51 | 21.13 | - |
| YUV | 151.15 | 109.86 | 201.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 105 | 119 | 0 | 0.59 | 0.53 | 0.00 | 354.36 | 0.99 | 0.7 |
| Hex | FE | 69 | 77 | 0 | 3B | 35 | 0 | 162 | 63 | 46 |
| Octal | 376 | 151 | 167 | 0 | 73 | 65 | 0 | 542 | 143 | 106 |
| Binary | 11111110 | 1101001 | 1110111 | 0 | 111011 | 110101 | 0 | 101100010 | 1100011 | 1000110 |
Color Harmonies of #FE6977
Complementary color
Monochromatic Colors of #FE6977
Black with #FE6977
Text Example
Text Example
White with #FE6977
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE6977; }
p { color: rgb(254,105,119); }
H1.HeaderClassName
{
color: #FE6977;
}
.AnyTagClassName
{
color: #FE6977;
}
</style>
background-color css
<style>
a { background-color: #FE6977; }
a { background-color: rgb(254,105,119); }
div.DivClassName
{
background-color: #FE6977;
}
.BgClassName
{
background-color: #FE6977;
}
</style>
border-color css
<style>
span { border-color: #FE6977; }
span { border-color: rgb(254,105,119); }
td.TdClassName
{
border-color: #FE6977;
}
.TagClassName
{
border-color: #FE6977;
}
</style>