Shades of Brink Pink #FE668A
Tints of Brink Pink #FE668A
RGB
CMYK
RGB Variations
Color information
#FE668A (or 0xFE668A) is known color: Brink Pink. HEX triplet: FE, 66 and 8A. RGB value is (254,102,138). Sum of RGB (Red+Green+Blue) = 254+102+138=494 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.42% from 494); Green value is 102 (40.23% from 255 or 20.65% from 494); Blue value is 138 (54.30% from 255 or 27.94% from 494); Max value from RGB is 254 - color contains mainly: red. Hex color #FE668A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE668A is #019975. Grayscale: #979797. Windows color (decimal): -104822 or 9070334. OLE color: 9070334.
HSL color Cylindrical-coordinate representation of color #FE668A: hue angle of 345.79º 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 #FE668A is Cyan = 0, Magento = 0.60, Yellow = 0.46 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 102 | 138 | - |
| CMYK | 0 | 0.60 | 0.46 | 0.00 |
| HSL | 345.79º | 0.99% | 0.7% | - |
| HSV(B) | 345.79º | 0.6% | 1% | - |
| XYZ | 50.21 | 32.41 | 27.65 | - |
| YUV | 151.55 | 120.36 | 201.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 102 | 138 | 0 | 0.60 | 0.46 | 0.00 | 345.79 | 0.99 | 0.7 |
| Hex | FE | 66 | 8A | 0 | 3C | 2E | 0 | 15A | 63 | 46 |
| Octal | 376 | 146 | 212 | 0 | 74 | 56 | 0 | 532 | 143 | 106 |
| Binary | 11111110 | 1100110 | 10001010 | 0 | 111100 | 101110 | 0 | 101011010 | 1100011 | 1000110 |
Color Harmonies of #FE668A
Complementary color
Monochromatic Colors of #FE668A
Black with #FE668A
Text Example
Text Example
White with #FE668A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE668A; }
p { color: rgb(254,102,138); }
H1.HeaderClassName
{
color: #FE668A;
}
.AnyTagClassName
{
color: #FE668A;
}
</style>
background-color css
<style>
a { background-color: #FE668A; }
a { background-color: rgb(254,102,138); }
div.DivClassName
{
background-color: #FE668A;
}
.BgClassName
{
background-color: #FE668A;
}
</style>
border-color css
<style>
span { border-color: #FE668A; }
span { border-color: rgb(254,102,138); }
td.TdClassName
{
border-color: #FE668A;
}
.TagClassName
{
border-color: #FE668A;
}
</style>