Shades of Brink Pink #FE6C8F
Tints of Brink Pink #FE6C8F
RGB
CMYK
RGB Variations
Color information
#FE6C8F (or 0xFE6C8F) is known color: Brink Pink. HEX triplet: FE, 6C and 8F. RGB value is (254,108,143). Sum of RGB (Red+Green+Blue) = 254+108+143=505 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.30% from 505); Green value is 108 (42.58% from 255 or 21.39% from 505); Blue value is 143 (56.25% from 255 or 28.32% from 505); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6C8F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE6C8F is #019370. Grayscale: #9B9B9B. Windows color (decimal): -103281 or 9399550. OLE color: 9399550.
HSL color Cylindrical-coordinate representation of color #FE6C8F: hue angle of 345.62º 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 #FE6C8F is Cyan = 0, Magento = 0.57, Yellow = 0.44 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 108 | 143 | - |
| CMYK | 0 | 0.57 | 0.44 | 0.00 |
| HSL | 345.62º | 0.99% | 0.71% | - |
| HSV(B) | 345.62º | 0.57% | 1% | - |
| XYZ | 51.19 | 33.78 | 29.81 | - |
| YUV | 155.64 | 120.87 | 198.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 108 | 143 | 0 | 0.57 | 0.44 | 0.00 | 345.62 | 0.99 | 0.71 |
| Hex | FE | 6C | 8F | 0 | 39 | 2C | 0 | 15A | 63 | 47 |
| Octal | 376 | 154 | 217 | 0 | 71 | 54 | 0 | 532 | 143 | 107 |
| Binary | 11111110 | 1101100 | 10001111 | 0 | 111001 | 101100 | 0 | 101011010 | 1100011 | 1000111 |
Color Harmonies of #FE6C8F
Complementary color
Monochromatic Colors of #FE6C8F
Black with #FE6C8F
Text Example
Text Example
White with #FE6C8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE6C8F; }
p { color: rgb(254,108,143); }
H1.HeaderClassName
{
color: #FE6C8F;
}
.AnyTagClassName
{
color: #FE6C8F;
}
</style>
background-color css
<style>
a { background-color: #FE6C8F; }
a { background-color: rgb(254,108,143); }
div.DivClassName
{
background-color: #FE6C8F;
}
.BgClassName
{
background-color: #FE6C8F;
}
</style>
border-color css
<style>
span { border-color: #FE6C8F; }
span { border-color: rgb(254,108,143); }
td.TdClassName
{
border-color: #FE6C8F;
}
.TagClassName
{
border-color: #FE6C8F;
}
</style>