Shades of Brink Pink #FE667A
Tints of Brink Pink #FE667A
RGB
CMYK
RGB Variations
Color information
#FE667A (or 0xFE667A) is known color: Brink Pink. HEX triplet: FE, 66 and 7A. RGB value is (254,102,122). Sum of RGB (Red+Green+Blue) = 254+102+122=478 (63% of max value = 765). Red value is 254 (99.61% from 255 or 53.14% from 478); Green value is 102 (40.23% from 255 or 21.34% from 478); Blue value is 122 (48.05% from 255 or 25.52% from 478); Max value from RGB is 254 - color contains mainly: red. Hex color #FE667A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE667A is #019985. Grayscale: #959595. Windows color (decimal): -104838 or 8021758. OLE color: 8021758.
HSL color Cylindrical-coordinate representation of color #FE667A: hue angle of 352.11º 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 #FE667A is Cyan = 0, Magento = 0.60, Yellow = 0.52 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 102 | 122 | - |
| CMYK | 0 | 0.60 | 0.52 | 0.00 |
| HSL | 352.11º | 0.99% | 0.7% | - |
| HSV(B) | 352.11º | 0.6% | 1% | - |
| XYZ | 49.14 | 31.98 | 22 | - |
| YUV | 149.73 | 112.36 | 202.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 102 | 122 | 0 | 0.60 | 0.52 | 0.00 | 352.11 | 0.99 | 0.7 |
| Hex | FE | 66 | 7A | 0 | 3C | 34 | 0 | 160 | 63 | 46 |
| Octal | 376 | 146 | 172 | 0 | 74 | 64 | 0 | 540 | 143 | 106 |
| Binary | 11111110 | 1100110 | 1111010 | 0 | 111100 | 110100 | 0 | 101100000 | 1100011 | 1000110 |
Color Harmonies of #FE667A
Complementary color
Monochromatic Colors of #FE667A
Black with #FE667A
Text Example
Text Example
White with #FE667A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE667A; }
p { color: rgb(254,102,122); }
H1.HeaderClassName
{
color: #FE667A;
}
.AnyTagClassName
{
color: #FE667A;
}
</style>
background-color css
<style>
a { background-color: #FE667A; }
a { background-color: rgb(254,102,122); }
div.DivClassName
{
background-color: #FE667A;
}
.BgClassName
{
background-color: #FE667A;
}
</style>
border-color css
<style>
span { border-color: #FE667A; }
span { border-color: rgb(254,102,122); }
td.TdClassName
{
border-color: #FE667A;
}
.TagClassName
{
border-color: #FE667A;
}
</style>