Shades of Brink Pink #FE6694
Tints of Brink Pink #FE6694
RGB
CMYK
RGB Variations
Color information
#FE6694 (or 0xFE6694) is known color: Brink Pink. HEX triplet: FE, 66 and 94. RGB value is (254,102,148). Sum of RGB (Red+Green+Blue) = 254+102+148=504 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.40% from 504); Green value is 102 (40.23% from 255 or 20.24% from 504); Blue value is 148 (58.20% from 255 or 29.37% from 504); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6694 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE6694 is #01996B. Grayscale: #989898. Windows color (decimal): -104812 or 9725694. OLE color: 9725694.
HSL color Cylindrical-coordinate representation of color #FE6694: hue angle of 341.84º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FE6694 is Cyan = 0, Magento = 0.60, Yellow = 0.42 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 102 | 148 | - |
| CMYK | 0 | 0.60 | 0.42 | 0.00 |
| HSL | 341.84º | 0.99% | 0.7% | - |
| HSV(B) | 341.84º | 0.6% | 1% | - |
| XYZ | 50.97 | 32.71 | 31.64 | - |
| YUV | 152.69 | 125.36 | 200.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 102 | 148 | 0 | 0.60 | 0.42 | 0.00 | 341.84 | 0.99 | 0.7 |
| Hex | FE | 66 | 94 | 0 | 3C | 2A | 0 | 156 | 63 | 46 |
| Octal | 376 | 146 | 224 | 0 | 74 | 52 | 0 | 526 | 143 | 106 |
| Binary | 11111110 | 1100110 | 10010100 | 0 | 111100 | 101010 | 0 | 101010110 | 1100011 | 1000110 |
Color Harmonies of #FE6694
Complementary color
Monochromatic Colors of #FE6694
Black with #FE6694
Text Example
Text Example
White with #FE6694
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE6694; }
p { color: rgb(254,102,148); }
H1.HeaderClassName
{
color: #FE6694;
}
.AnyTagClassName
{
color: #FE6694;
}
</style>
background-color css
<style>
a { background-color: #FE6694; }
a { background-color: rgb(254,102,148); }
div.DivClassName
{
background-color: #FE6694;
}
.BgClassName
{
background-color: #FE6694;
}
</style>
border-color css
<style>
span { border-color: #FE6694; }
span { border-color: rgb(254,102,148); }
td.TdClassName
{
border-color: #FE6694;
}
.TagClassName
{
border-color: #FE6694;
}
</style>