Shades of Brink Pink #FE738A
Tints of Brink Pink #FE738A
RGB
CMYK
RGB Variations
Color information
#FE738A (or 0xFE738A) is known color: Brink Pink. HEX triplet: FE, 73 and 8A. RGB value is (254,115,138). Sum of RGB (Red+Green+Blue) = 254+115+138=507 (67% of max value = 765). Red value is 254 (99.61% from 255 or 50.10% from 507); Green value is 115 (45.31% from 255 or 22.68% from 507); Blue value is 138 (54.30% from 255 or 27.22% from 507); Max value from RGB is 254 - color contains mainly: red. Hex color #FE738A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE738A is #018C75. Grayscale: #9F9F9F. Windows color (decimal): -101494 or 9073662. OLE color: 9073662.
HSL color Cylindrical-coordinate representation of color #FE738A: hue angle of 350.07º 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 #FE738A is Cyan = 0, Magento = 0.55, Yellow = 0.46 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 115 | 138 | - |
| CMYK | 0 | 0.55 | 0.46 | 0.00 |
| HSL | 350.07º | 0.99% | 0.72% | - |
| HSV(B) | 350.07º | 0.55% | 1% | - |
| XYZ | 51.59 | 35.17 | 28.11 | - |
| YUV | 159.18 | 116.05 | 195.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 115 | 138 | 0 | 0.55 | 0.46 | 0.00 | 350.07 | 0.99 | 0.72 |
| Hex | FE | 73 | 8A | 0 | 37 | 2E | 0 | 15E | 63 | 48 |
| Octal | 376 | 163 | 212 | 0 | 67 | 56 | 0 | 536 | 143 | 110 |
| Binary | 11111110 | 1110011 | 10001010 | 0 | 110111 | 101110 | 0 | 101011110 | 1100011 | 1001000 |
Color Harmonies of #FE738A
Complementary color
Monochromatic Colors of #FE738A
Black with #FE738A
Text Example
Text Example
White with #FE738A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE738A; }
p { color: rgb(254,115,138); }
H1.HeaderClassName
{
color: #FE738A;
}
.AnyTagClassName
{
color: #FE738A;
}
</style>
background-color css
<style>
a { background-color: #FE738A; }
a { background-color: rgb(254,115,138); }
div.DivClassName
{
background-color: #FE738A;
}
.BgClassName
{
background-color: #FE738A;
}
</style>
border-color css
<style>
span { border-color: #FE738A; }
span { border-color: rgb(254,115,138); }
td.TdClassName
{
border-color: #FE738A;
}
.TagClassName
{
border-color: #FE738A;
}
</style>