Shades of Brink Pink #FE738B
Tints of Brink Pink #FE738B
RGB
CMYK
RGB Variations
Color information
#FE738B (or 0xFE738B) is known color: Brink Pink. HEX triplet: FE, 73 and 8B. RGB value is (254,115,139). Sum of RGB (Red+Green+Blue) = 254+115+139=508 (67% of max value = 765). Red value is 254 (99.61% from 255 or 50% from 508); Green value is 115 (45.31% from 255 or 22.64% from 508); Blue value is 139 (54.69% from 255 or 27.36% from 508); Max value from RGB is 254 - color contains mainly: red. Hex color #FE738B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE738B is #018C74. Grayscale: #9F9F9F. Windows color (decimal): -101493 or 9139198. OLE color: 9139198.
HSL color Cylindrical-coordinate representation of color #FE738B: hue angle of 349.64º 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 #FE738B is Cyan = 0, Magento = 0.55, Yellow = 0.45 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 115 | 139 | - |
| CMYK | 0 | 0.55 | 0.45 | 0.00 |
| HSL | 349.64º | 0.99% | 0.72% | - |
| HSV(B) | 349.64º | 0.55% | 1% | - |
| XYZ | 51.66 | 35.2 | 28.5 | - |
| YUV | 159.3 | 116.55 | 195.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 115 | 139 | 0 | 0.55 | 0.45 | 0.00 | 349.64 | 0.99 | 0.72 |
| Hex | FE | 73 | 8B | 0 | 37 | 2D | 0 | 15E | 63 | 48 |
| Octal | 376 | 163 | 213 | 0 | 67 | 55 | 0 | 536 | 143 | 110 |
| Binary | 11111110 | 1110011 | 10001011 | 0 | 110111 | 101101 | 0 | 101011110 | 1100011 | 1001000 |
Color Harmonies of #FE738B
Complementary color
Monochromatic Colors of #FE738B
Black with #FE738B
Text Example
Text Example
White with #FE738B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE738B; }
p { color: rgb(254,115,139); }
H1.HeaderClassName
{
color: #FE738B;
}
.AnyTagClassName
{
color: #FE738B;
}
</style>
background-color css
<style>
a { background-color: #FE738B; }
a { background-color: rgb(254,115,139); }
div.DivClassName
{
background-color: #FE738B;
}
.BgClassName
{
background-color: #FE738B;
}
</style>
border-color css
<style>
span { border-color: #FE738B; }
span { border-color: rgb(254,115,139); }
td.TdClassName
{
border-color: #FE738B;
}
.TagClassName
{
border-color: #FE738B;
}
</style>