Shades of Brink Pink #FE7290
Tints of Brink Pink #FE7290
RGB
CMYK
RGB Variations
Color information
#FE7290 (or 0xFE7290) is known color: Brink Pink. HEX triplet: FE, 72 and 90. RGB value is (254,114,144). Sum of RGB (Red+Green+Blue) = 254+114+144=512 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.61% from 512); Green value is 114 (44.92% from 255 or 22.27% from 512); Blue value is 144 (56.64% from 255 or 28.12% from 512); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7290 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE7290 is #018D6F. Grayscale: #9F9F9F. Windows color (decimal): -101744 or 9466622. OLE color: 9466622.
HSL color Cylindrical-coordinate representation of color #FE7290: hue angle of 347.14º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #FE7290 is Cyan = 0, Magento = 0.55, Yellow = 0.43 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 114 | 144 | - |
| CMYK | 0 | 0.55 | 0.43 | 0.00 |
| HSL | 347.14º | 0.99% | 0.72% | - |
| HSV(B) | 347.14º | 0.55% | 1% | - |
| XYZ | 51.92 | 35.12 | 30.43 | - |
| YUV | 159.28 | 119.38 | 195.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 114 | 144 | 0 | 0.55 | 0.43 | 0.00 | 347.14 | 0.99 | 0.72 |
| Hex | FE | 72 | 90 | 0 | 37 | 2B | 0 | 15B | 63 | 48 |
| Octal | 376 | 162 | 220 | 0 | 67 | 53 | 0 | 533 | 143 | 110 |
| Binary | 11111110 | 1110010 | 10010000 | 0 | 110111 | 101011 | 0 | 101011011 | 1100011 | 1001000 |
Color Harmonies of #FE7290
Complementary color
Monochromatic Colors of #FE7290
Black with #FE7290
Text Example
Text Example
White with #FE7290
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE7290; }
p { color: rgb(254,114,144); }
H1.HeaderClassName
{
color: #FE7290;
}
.AnyTagClassName
{
color: #FE7290;
}
</style>
background-color css
<style>
a { background-color: #FE7290; }
a { background-color: rgb(254,114,144); }
div.DivClassName
{
background-color: #FE7290;
}
.BgClassName
{
background-color: #FE7290;
}
</style>
border-color css
<style>
span { border-color: #FE7290; }
span { border-color: rgb(254,114,144); }
td.TdClassName
{
border-color: #FE7290;
}
.TagClassName
{
border-color: #FE7290;
}
</style>