Shades of Brink Pink #FE6C7F
Tints of Brink Pink #FE6C7F
RGB
CMYK
RGB Variations
Color information
#FE6C7F (or 0xFE6C7F) is known color: Brink Pink. HEX triplet: FE, 6C and 7F. RGB value is (254,108,127). Sum of RGB (Red+Green+Blue) = 254+108+127=489 (64% of max value = 765). Red value is 254 (99.61% from 255 or 51.94% from 489); Green value is 108 (42.58% from 255 or 22.09% from 489); Blue value is 127 (50% from 255 or 25.97% from 489); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6C7F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE6C7F is #019380. Grayscale: #999999. Windows color (decimal): -103297 or 8350974. OLE color: 8350974.
HSL color Cylindrical-coordinate representation of color #FE6C7F: hue angle of 352.19º 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 #FE6C7F is Cyan = 0, Magento = 0.57, Yellow = 0.50 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 108 | 127 | - |
| CMYK | 0 | 0.57 | 0.50 | 0.00 |
| HSL | 352.19º | 0.99% | 0.71% | - |
| HSV(B) | 352.19º | 0.57% | 1% | - |
| XYZ | 50.07 | 33.33 | 23.87 | - |
| YUV | 153.82 | 112.87 | 199.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 108 | 127 | 0 | 0.57 | 0.50 | 0.00 | 352.19 | 0.99 | 0.71 |
| Hex | FE | 6C | 7F | 0 | 39 | 32 | 0 | 160 | 63 | 47 |
| Octal | 376 | 154 | 177 | 0 | 71 | 62 | 0 | 540 | 143 | 107 |
| Binary | 11111110 | 1101100 | 1111111 | 0 | 111001 | 110010 | 0 | 101100000 | 1100011 | 1000111 |
Color Harmonies of #FE6C7F
Complementary color
Monochromatic Colors of #FE6C7F
Black with #FE6C7F
Text Example
Text Example
White with #FE6C7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE6C7F; }
p { color: rgb(254,108,127); }
H1.HeaderClassName
{
color: #FE6C7F;
}
.AnyTagClassName
{
color: #FE6C7F;
}
</style>
background-color css
<style>
a { background-color: #FE6C7F; }
a { background-color: rgb(254,108,127); }
div.DivClassName
{
background-color: #FE6C7F;
}
.BgClassName
{
background-color: #FE6C7F;
}
</style>
border-color css
<style>
span { border-color: #FE6C7F; }
span { border-color: rgb(254,108,127); }
td.TdClassName
{
border-color: #FE6C7F;
}
.TagClassName
{
border-color: #FE6C7F;
}
</style>