Shades of Brink Pink #FE6F8C
Tints of Brink Pink #FE6F8C
RGB
CMYK
RGB Variations
Color information
#FE6F8C (or 0xFE6F8C) is known color: Brink Pink. HEX triplet: FE, 6F and 8C. RGB value is (254,111,140). Sum of RGB (Red+Green+Blue) = 254+111+140=505 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.30% from 505); Green value is 111 (43.75% from 255 or 21.98% from 505); Blue value is 140 (55.08% from 255 or 27.72% from 505); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6F8C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE6F8C is #019073. Grayscale: #9D9D9D. Windows color (decimal): -102516 or 9203710. OLE color: 9203710.
HSL color Cylindrical-coordinate representation of color #FE6F8C: hue angle of 347.83º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FE6F8C is Cyan = 0, Magento = 0.56, Yellow = 0.45 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 111 | 140 | - |
| CMYK | 0 | 0.56 | 0.45 | 0.00 |
| HSL | 347.83º | 0.99% | 0.72% | - |
| HSV(B) | 347.83º | 0.56% | 1% | - |
| XYZ | 51.29 | 34.33 | 28.73 | - |
| YUV | 157.06 | 118.38 | 197.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 111 | 140 | 0 | 0.56 | 0.45 | 0.00 | 347.83 | 0.99 | 0.72 |
| Hex | FE | 6F | 8C | 0 | 38 | 2D | 0 | 15C | 63 | 48 |
| Octal | 376 | 157 | 214 | 0 | 70 | 55 | 0 | 534 | 143 | 110 |
| Binary | 11111110 | 1101111 | 10001100 | 0 | 111000 | 101101 | 0 | 101011100 | 1100011 | 1001000 |
Color Harmonies of #FE6F8C
Complementary color
Monochromatic Colors of #FE6F8C
Black with #FE6F8C
Text Example
Text Example
White with #FE6F8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE6F8C; }
p { color: rgb(254,111,140); }
H1.HeaderClassName
{
color: #FE6F8C;
}
.AnyTagClassName
{
color: #FE6F8C;
}
</style>
background-color css
<style>
a { background-color: #FE6F8C; }
a { background-color: rgb(254,111,140); }
div.DivClassName
{
background-color: #FE6F8C;
}
.BgClassName
{
background-color: #FE6F8C;
}
</style>
border-color css
<style>
span { border-color: #FE6F8C; }
span { border-color: rgb(254,111,140); }
td.TdClassName
{
border-color: #FE6F8C;
}
.TagClassName
{
border-color: #FE6F8C;
}
</style>