Shades of Brink Pink #FE6E8F
Tints of Brink Pink #FE6E8F
RGB
CMYK
RGB Variations
Color information
#FE6E8F (or 0xFE6E8F) is known color: Brink Pink. HEX triplet: FE, 6E and 8F. RGB value is (254,110,143). Sum of RGB (Red+Green+Blue) = 254+110+143=507 (67% of max value = 765). Red value is 254 (99.61% from 255 or 50.10% from 507); Green value is 110 (43.36% from 255 or 21.70% from 507); Blue value is 143 (56.25% from 255 or 28.21% from 507); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6E8F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE6E8F is #019170. Grayscale: #9C9C9C. Windows color (decimal): -102769 or 9400062. OLE color: 9400062.
HSL color Cylindrical-coordinate representation of color #FE6E8F: hue angle of 346.25º 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 #FE6E8F is Cyan = 0, Magento = 0.57, Yellow = 0.44 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 110 | 143 | - |
| CMYK | 0 | 0.57 | 0.44 | 0.00 |
| HSL | 346.25º | 0.99% | 0.71% | - |
| HSV(B) | 346.25º | 0.57% | 1% | - |
| XYZ | 51.41 | 34.21 | 29.88 | - |
| YUV | 156.82 | 120.21 | 197.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 110 | 143 | 0 | 0.57 | 0.44 | 0.00 | 346.25 | 0.99 | 0.71 |
| Hex | FE | 6E | 8F | 0 | 39 | 2C | 0 | 15A | 63 | 47 |
| Octal | 376 | 156 | 217 | 0 | 71 | 54 | 0 | 532 | 143 | 107 |
| Binary | 11111110 | 1101110 | 10001111 | 0 | 111001 | 101100 | 0 | 101011010 | 1100011 | 1000111 |
Color Harmonies of #FE6E8F
Complementary color
Monochromatic Colors of #FE6E8F
Black with #FE6E8F
Text Example
Text Example
White with #FE6E8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE6E8F; }
p { color: rgb(254,110,143); }
H1.HeaderClassName
{
color: #FE6E8F;
}
.AnyTagClassName
{
color: #FE6E8F;
}
</style>
background-color css
<style>
a { background-color: #FE6E8F; }
a { background-color: rgb(254,110,143); }
div.DivClassName
{
background-color: #FE6E8F;
}
.BgClassName
{
background-color: #FE6E8F;
}
</style>
border-color css
<style>
span { border-color: #FE6E8F; }
span { border-color: rgb(254,110,143); }
td.TdClassName
{
border-color: #FE6E8F;
}
.TagClassName
{
border-color: #FE6E8F;
}
</style>