Shades of Brink Pink #FE6693
Tints of Brink Pink #FE6693
RGB
CMYK
RGB Variations
Color information
#FE6693 (or 0xFE6693) is known color: Brink Pink. HEX triplet: FE, 66 and 93. RGB value is (254,102,147). Sum of RGB (Red+Green+Blue) = 254+102+147=503 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.50% from 503); Green value is 102 (40.23% from 255 or 20.28% from 503); Blue value is 147 (57.81% from 255 or 29.22% from 503); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6693 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE6693 is #01996C. Grayscale: #989898. Windows color (decimal): -104813 or 9660158. OLE color: 9660158.
HSL color Cylindrical-coordinate representation of color #FE6693: hue angle of 342.24º 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 #FE6693 is Cyan = 0, Magento = 0.60, Yellow = 0.42 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 102 | 147 | - |
| CMYK | 0 | 0.60 | 0.42 | 0.00 |
| HSL | 342.24º | 0.99% | 0.7% | - |
| HSV(B) | 342.24º | 0.6% | 1% | - |
| XYZ | 50.89 | 32.68 | 31.23 | - |
| YUV | 152.58 | 124.86 | 200.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 102 | 147 | 0 | 0.60 | 0.42 | 0.00 | 342.24 | 0.99 | 0.7 |
| Hex | FE | 66 | 93 | 0 | 3C | 2A | 0 | 156 | 63 | 46 |
| Octal | 376 | 146 | 223 | 0 | 74 | 52 | 0 | 526 | 143 | 106 |
| Binary | 11111110 | 1100110 | 10010011 | 0 | 111100 | 101010 | 0 | 101010110 | 1100011 | 1000110 |
Color Harmonies of #FE6693
Complementary color
Monochromatic Colors of #FE6693
Black with #FE6693
Text Example
Text Example
White with #FE6693
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE6693; }
p { color: rgb(254,102,147); }
H1.HeaderClassName
{
color: #FE6693;
}
.AnyTagClassName
{
color: #FE6693;
}
</style>
background-color css
<style>
a { background-color: #FE6693; }
a { background-color: rgb(254,102,147); }
div.DivClassName
{
background-color: #FE6693;
}
.BgClassName
{
background-color: #FE6693;
}
</style>
border-color css
<style>
span { border-color: #FE6693; }
span { border-color: rgb(254,102,147); }
td.TdClassName
{
border-color: #FE6693;
}
.TagClassName
{
border-color: #FE6693;
}
</style>