Shades of Brink Pink #FE737F
Tints of Brink Pink #FE737F
RGB
CMYK
RGB Variations
Color information
#FE737F (or 0xFE737F) is known color: Brink Pink. HEX triplet: FE, 73 and 7F. RGB value is (254,115,127). Sum of RGB (Red+Green+Blue) = 254+115+127=496 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.21% from 496); Green value is 115 (45.31% from 255 or 23.19% from 496); Blue value is 127 (50% from 255 or 25.60% from 496); Max value from RGB is 254 - color contains mainly: red. Hex color #FE737F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE737F is #018C80. Grayscale: #9E9E9E. Windows color (decimal): -101505 or 8352766. OLE color: 8352766.
HSL color Cylindrical-coordinate representation of color #FE737F: hue angle of 354.82º 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 #FE737F is Cyan = 0, Magento = 0.55, Yellow = 0.50 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 115 | 127 | - |
| CMYK | 0 | 0.55 | 0.50 | 0.00 |
| HSL | 354.82º | 0.99% | 0.72% | - |
| HSV(B) | 354.82º | 0.55% | 1% | - |
| XYZ | 50.83 | 34.86 | 24.13 | - |
| YUV | 157.93 | 110.55 | 196.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 115 | 127 | 0 | 0.55 | 0.50 | 0.00 | 354.82 | 0.99 | 0.72 |
| Hex | FE | 73 | 7F | 0 | 37 | 32 | 0 | 163 | 63 | 48 |
| Octal | 376 | 163 | 177 | 0 | 67 | 62 | 0 | 543 | 143 | 110 |
| Binary | 11111110 | 1110011 | 1111111 | 0 | 110111 | 110010 | 0 | 101100011 | 1100011 | 1001000 |
Color Harmonies of #FE737F
Complementary color
Monochromatic Colors of #FE737F
Black with #FE737F
Text Example
Text Example
White with #FE737F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE737F; }
p { color: rgb(254,115,127); }
H1.HeaderClassName
{
color: #FE737F;
}
.AnyTagClassName
{
color: #FE737F;
}
</style>
background-color css
<style>
a { background-color: #FE737F; }
a { background-color: rgb(254,115,127); }
div.DivClassName
{
background-color: #FE737F;
}
.BgClassName
{
background-color: #FE737F;
}
</style>
border-color css
<style>
span { border-color: #FE737F; }
span { border-color: rgb(254,115,127); }
td.TdClassName
{
border-color: #FE737F;
}
.TagClassName
{
border-color: #FE737F;
}
</style>