Shades of Brink Pink #FE6F7E
Tints of Brink Pink #FE6F7E
RGB
CMYK
RGB Variations
Color information
#FE6F7E (or 0xFE6F7E) is known color: Brink Pink. HEX triplet: FE, 6F and 7E. RGB value is (254,111,126). Sum of RGB (Red+Green+Blue) = 254+111+126=491 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.73% from 491); Green value is 111 (43.75% from 255 or 22.61% from 491); Blue value is 126 (49.61% from 255 or 25.66% from 491); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6F7E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE6F7E is #019081. Grayscale: #9B9B9B. Windows color (decimal): -102530 or 8286206. OLE color: 8286206.
HSL color Cylindrical-coordinate representation of color #FE6F7E: hue angle of 353.71º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FE6F7E is Cyan = 0, Magento = 0.56, Yellow = 0.50 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 111 | 126 | - |
| CMYK | 0 | 0.56 | 0.50 | 0.00 |
| HSL | 353.71º | 0.99% | 0.72% | - |
| HSV(B) | 353.71º | 0.56% | 1% | - |
| XYZ | 50.32 | 33.95 | 23.64 | - |
| YUV | 155.47 | 111.38 | 198.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 111 | 126 | 0 | 0.56 | 0.50 | 0.00 | 353.71 | 0.99 | 0.72 |
| Hex | FE | 6F | 7E | 0 | 38 | 32 | 0 | 162 | 63 | 48 |
| Octal | 376 | 157 | 176 | 0 | 70 | 62 | 0 | 542 | 143 | 110 |
| Binary | 11111110 | 1101111 | 1111110 | 0 | 111000 | 110010 | 0 | 101100010 | 1100011 | 1001000 |
Color Harmonies of #FE6F7E
Complementary color
Monochromatic Colors of #FE6F7E
Black with #FE6F7E
Text Example
Text Example
White with #FE6F7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE6F7E; }
p { color: rgb(254,111,126); }
H1.HeaderClassName
{
color: #FE6F7E;
}
.AnyTagClassName
{
color: #FE6F7E;
}
</style>
background-color css
<style>
a { background-color: #FE6F7E; }
a { background-color: rgb(254,111,126); }
div.DivClassName
{
background-color: #FE6F7E;
}
.BgClassName
{
background-color: #FE6F7E;
}
</style>
border-color css
<style>
span { border-color: #FE6F7E; }
span { border-color: rgb(254,111,126); }
td.TdClassName
{
border-color: #FE6F7E;
}
.TagClassName
{
border-color: #FE6F7E;
}
</style>