Shades of Brink Pink #FE6893
Tints of Brink Pink #FE6893
RGB
CMYK
RGB Variations
Color information
#FE6893 (or 0xFE6893) is known color: Brink Pink. HEX triplet: FE, 68 and 93. RGB value is (254,104,147). Sum of RGB (Red+Green+Blue) = 254+104+147=505 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.30% from 505); Green value is 104 (41.02% from 255 or 20.59% from 505); Blue value is 147 (57.81% from 255 or 29.11% from 505); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6893 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE6893 is #01976C. Grayscale: #999999. Windows color (decimal): -104301 or 9660670. OLE color: 9660670.
HSL color Cylindrical-coordinate representation of color #FE6893: hue angle of 342.8º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #FE6893 is Cyan = 0, Magento = 0.59, Yellow = 0.42 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 104 | 147 | - |
| CMYK | 0 | 0.59 | 0.42 | 0.00 |
| HSL | 342.8º | 0.99% | 0.7% | - |
| HSV(B) | 342.8º | 0.59% | 1% | - |
| XYZ | 51.09 | 33.08 | 31.3 | - |
| YUV | 153.75 | 124.2 | 199.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 104 | 147 | 0 | 0.59 | 0.42 | 0.00 | 342.8 | 0.99 | 0.7 |
| Hex | FE | 68 | 93 | 0 | 3B | 2A | 0 | 157 | 63 | 46 |
| Octal | 376 | 150 | 223 | 0 | 73 | 52 | 0 | 527 | 143 | 106 |
| Binary | 11111110 | 1101000 | 10010011 | 0 | 111011 | 101010 | 0 | 101010111 | 1100011 | 1000110 |
Color Harmonies of #FE6893
Complementary color
Monochromatic Colors of #FE6893
Black with #FE6893
Text Example
Text Example
White with #FE6893
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE6893; }
p { color: rgb(254,104,147); }
H1.HeaderClassName
{
color: #FE6893;
}
.AnyTagClassName
{
color: #FE6893;
}
</style>
background-color css
<style>
a { background-color: #FE6893; }
a { background-color: rgb(254,104,147); }
div.DivClassName
{
background-color: #FE6893;
}
.BgClassName
{
background-color: #FE6893;
}
</style>
border-color css
<style>
span { border-color: #FE6893; }
span { border-color: rgb(254,104,147); }
td.TdClassName
{
border-color: #FE6893;
}
.TagClassName
{
border-color: #FE6893;
}
</style>