Shades of Brink Pink #FE6B7A
Tints of Brink Pink #FE6B7A
RGB
CMYK
RGB Variations
Color information
#FE6B7A (or 0xFE6B7A) is known color: Brink Pink. HEX triplet: FE, 6B and 7A. RGB value is (254,107,122). Sum of RGB (Red+Green+Blue) = 254+107+122=483 (63% of max value = 765). Red value is 254 (99.61% from 255 or 52.59% from 483); Green value is 107 (42.19% from 255 or 22.15% from 483); Blue value is 122 (48.05% from 255 or 25.26% from 483); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6B7A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE6B7A is #019485. Grayscale: #989898. Windows color (decimal): -103558 or 8023038. OLE color: 8023038.
HSL color Cylindrical-coordinate representation of color #FE6B7A: hue angle of 353.88º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FE6B7A is Cyan = 0, Magento = 0.58, Yellow = 0.52 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 107 | 122 | - |
| CMYK | 0 | 0.58 | 0.52 | 0.00 |
| HSL | 353.88º | 0.99% | 0.71% | - |
| HSV(B) | 353.88º | 0.58% | 1% | - |
| XYZ | 49.64 | 32.99 | 22.16 | - |
| YUV | 152.66 | 110.7 | 200.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 107 | 122 | 0 | 0.58 | 0.52 | 0.00 | 353.88 | 0.99 | 0.71 |
| Hex | FE | 6B | 7A | 0 | 3A | 34 | 0 | 162 | 63 | 47 |
| Octal | 376 | 153 | 172 | 0 | 72 | 64 | 0 | 542 | 143 | 107 |
| Binary | 11111110 | 1101011 | 1111010 | 0 | 111010 | 110100 | 0 | 101100010 | 1100011 | 1000111 |
Color Harmonies of #FE6B7A
Complementary color
Monochromatic Colors of #FE6B7A
Black with #FE6B7A
Text Example
Text Example
White with #FE6B7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE6B7A; }
p { color: rgb(254,107,122); }
H1.HeaderClassName
{
color: #FE6B7A;
}
.AnyTagClassName
{
color: #FE6B7A;
}
</style>
background-color css
<style>
a { background-color: #FE6B7A; }
a { background-color: rgb(254,107,122); }
div.DivClassName
{
background-color: #FE6B7A;
}
.BgClassName
{
background-color: #FE6B7A;
}
</style>
border-color css
<style>
span { border-color: #FE6B7A; }
span { border-color: rgb(254,107,122); }
td.TdClassName
{
border-color: #FE6B7A;
}
.TagClassName
{
border-color: #FE6B7A;
}
</style>