Shades of Brink Pink #FE6C92
Tints of Brink Pink #FE6C92
RGB
CMYK
RGB Variations
Color information
#FE6C92 (or 0xFE6C92) is known color: Brink Pink. HEX triplet: FE, 6C and 92. RGB value is (254,108,146). Sum of RGB (Red+Green+Blue) = 254+108+146=508 (67% of max value = 765). Red value is 254 (99.61% from 255 or 50% from 508); Green value is 108 (42.58% from 255 or 21.26% from 508); Blue value is 146 (57.42% from 255 or 28.74% from 508); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6C92 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE6C92 is #01936D. Grayscale: #9B9B9B. Windows color (decimal): -103278 or 9596158. OLE color: 9596158.
HSL color Cylindrical-coordinate representation of color #FE6C92: hue angle of 344.38º 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 #FE6C92 is Cyan = 0, Magento = 0.57, Yellow = 0.43 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 108 | 146 | - |
| CMYK | 0 | 0.57 | 0.43 | 0.00 |
| HSL | 344.38º | 0.99% | 0.71% | - |
| HSV(B) | 344.38º | 0.57% | 1% | - |
| XYZ | 51.42 | 33.87 | 31.02 | - |
| YUV | 155.99 | 122.37 | 197.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 108 | 146 | 0 | 0.57 | 0.43 | 0.00 | 344.38 | 0.99 | 0.71 |
| Hex | FE | 6C | 92 | 0 | 39 | 2B | 0 | 158 | 63 | 47 |
| Octal | 376 | 154 | 222 | 0 | 71 | 53 | 0 | 530 | 143 | 107 |
| Binary | 11111110 | 1101100 | 10010010 | 0 | 111001 | 101011 | 0 | 101011000 | 1100011 | 1000111 |
Color Harmonies of #FE6C92
Complementary color
Monochromatic Colors of #FE6C92
Black with #FE6C92
Text Example
Text Example
White with #FE6C92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE6C92; }
p { color: rgb(254,108,146); }
H1.HeaderClassName
{
color: #FE6C92;
}
.AnyTagClassName
{
color: #FE6C92;
}
</style>
background-color css
<style>
a { background-color: #FE6C92; }
a { background-color: rgb(254,108,146); }
div.DivClassName
{
background-color: #FE6C92;
}
.BgClassName
{
background-color: #FE6C92;
}
</style>
border-color css
<style>
span { border-color: #FE6C92; }
span { border-color: rgb(254,108,146); }
td.TdClassName
{
border-color: #FE6C92;
}
.TagClassName
{
border-color: #FE6C92;
}
</style>