Shades of Brink Pink #FE788A
Tints of Brink Pink #FE788A
RGB
CMYK
RGB Variations
Color information
#FE788A (or 0xFE788A) is known color: Brink Pink. HEX triplet: FE, 78 and 8A. RGB value is (254,120,138). Sum of RGB (Red+Green+Blue) = 254+120+138=512 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.61% from 512); Green value is 120 (47.27% from 255 or 23.44% from 512); Blue value is 138 (54.30% from 255 or 26.95% from 512); Max value from RGB is 254 - color contains mainly: red. Hex color #FE788A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE788A is #018775. Grayscale: #A2A2A2. Windows color (decimal): -100214 or 9074942. OLE color: 9074942.
HSL color Cylindrical-coordinate representation of color #FE788A: hue angle of 351.94º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #FE788A is Cyan = 0, Magento = 0.53, Yellow = 0.46 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 120 | 138 | - |
| CMYK | 0 | 0.53 | 0.46 | 0.00 |
| HSL | 351.94º | 0.99% | 0.73% | - |
| HSV(B) | 351.94º | 0.53% | 1% | - |
| XYZ | 52.18 | 36.34 | 28.31 | - |
| YUV | 162.12 | 114.39 | 193.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 120 | 138 | 0 | 0.53 | 0.46 | 0.00 | 351.94 | 0.99 | 0.73 |
| Hex | FE | 78 | 8A | 0 | 35 | 2E | 0 | 160 | 63 | 49 |
| Octal | 376 | 170 | 212 | 0 | 65 | 56 | 0 | 540 | 143 | 111 |
| Binary | 11111110 | 1111000 | 10001010 | 0 | 110101 | 101110 | 0 | 101100000 | 1100011 | 1001001 |
Color Harmonies of #FE788A
Complementary color
Monochromatic Colors of #FE788A
Black with #FE788A
Text Example
Text Example
White with #FE788A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE788A; }
p { color: rgb(254,120,138); }
H1.HeaderClassName
{
color: #FE788A;
}
.AnyTagClassName
{
color: #FE788A;
}
</style>
background-color css
<style>
a { background-color: #FE788A; }
a { background-color: rgb(254,120,138); }
div.DivClassName
{
background-color: #FE788A;
}
.BgClassName
{
background-color: #FE788A;
}
</style>
border-color css
<style>
span { border-color: #FE788A; }
span { border-color: rgb(254,120,138); }
td.TdClassName
{
border-color: #FE788A;
}
.TagClassName
{
border-color: #FE788A;
}
</style>