Shades of Brink Pink #FE6B7F
Tints of Brink Pink #FE6B7F
RGB
CMYK
RGB Variations
Color information
#FE6B7F (or 0xFE6B7F) is known color: Brink Pink. HEX triplet: FE, 6B and 7F. RGB value is (254,107,127). Sum of RGB (Red+Green+Blue) = 254+107+127=488 (64% of max value = 765). Red value is 254 (99.61% from 255 or 52.05% from 488); Green value is 107 (42.19% from 255 or 21.93% from 488); Blue value is 127 (50% from 255 or 26.02% from 488); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6B7F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE6B7F is #019480. Grayscale: #999999. Windows color (decimal): -103553 or 8350718. OLE color: 8350718.
HSL color Cylindrical-coordinate representation of color #FE6B7F: hue angle of 351.84º 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 #FE6B7F is Cyan = 0, Magento = 0.58, Yellow = 0.50 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 107 | 127 | - |
| CMYK | 0 | 0.58 | 0.50 | 0.00 |
| HSL | 351.84º | 0.99% | 0.71% | - |
| HSV(B) | 351.84º | 0.58% | 1% | - |
| XYZ | 49.96 | 33.12 | 23.84 | - |
| YUV | 153.23 | 113.2 | 199.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 107 | 127 | 0 | 0.58 | 0.50 | 0.00 | 351.84 | 0.99 | 0.71 |
| Hex | FE | 6B | 7F | 0 | 3A | 32 | 0 | 160 | 63 | 47 |
| Octal | 376 | 153 | 177 | 0 | 72 | 62 | 0 | 540 | 143 | 107 |
| Binary | 11111110 | 1101011 | 1111111 | 0 | 111010 | 110010 | 0 | 101100000 | 1100011 | 1000111 |
Color Harmonies of #FE6B7F
Complementary color
Monochromatic Colors of #FE6B7F
Black with #FE6B7F
Text Example
Text Example
White with #FE6B7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE6B7F; }
p { color: rgb(254,107,127); }
H1.HeaderClassName
{
color: #FE6B7F;
}
.AnyTagClassName
{
color: #FE6B7F;
}
</style>
background-color css
<style>
a { background-color: #FE6B7F; }
a { background-color: rgb(254,107,127); }
div.DivClassName
{
background-color: #FE6B7F;
}
.BgClassName
{
background-color: #FE6B7F;
}
</style>
border-color css
<style>
span { border-color: #FE6B7F; }
span { border-color: rgb(254,107,127); }
td.TdClassName
{
border-color: #FE6B7F;
}
.TagClassName
{
border-color: #FE6B7F;
}
</style>