Shades of Brink Pink #FE738F
Tints of Brink Pink #FE738F
RGB
CMYK
RGB Variations
Color information
#FE738F (or 0xFE738F) is known color: Brink Pink. HEX triplet: FE, 73 and 8F. RGB value is (254,115,143). Sum of RGB (Red+Green+Blue) = 254+115+143=512 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.61% from 512); Green value is 115 (45.31% from 255 or 22.46% from 512); Blue value is 143 (56.25% from 255 or 27.93% from 512); Max value from RGB is 254 - color contains mainly: red. Hex color #FE738F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE738F is #018C70. Grayscale: #9F9F9F. Windows color (decimal): -101489 or 9401342. OLE color: 9401342.
HSL color Cylindrical-coordinate representation of color #FE738F: hue angle of 347.91º 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 #FE738F is Cyan = 0, Magento = 0.55, Yellow = 0.44 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 115 | 143 | - |
| CMYK | 0 | 0.55 | 0.44 | 0.00 |
| HSL | 347.91º | 0.99% | 0.72% | - |
| HSV(B) | 347.91º | 0.55% | 1% | - |
| XYZ | 51.96 | 35.32 | 30.06 | - |
| YUV | 159.75 | 118.55 | 195.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 115 | 143 | 0 | 0.55 | 0.44 | 0.00 | 347.91 | 0.99 | 0.72 |
| Hex | FE | 73 | 8F | 0 | 37 | 2C | 0 | 15C | 63 | 48 |
| Octal | 376 | 163 | 217 | 0 | 67 | 54 | 0 | 534 | 143 | 110 |
| Binary | 11111110 | 1110011 | 10001111 | 0 | 110111 | 101100 | 0 | 101011100 | 1100011 | 1001000 |
Color Harmonies of #FE738F
Complementary color
Monochromatic Colors of #FE738F
Black with #FE738F
Text Example
Text Example
White with #FE738F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE738F; }
p { color: rgb(254,115,143); }
H1.HeaderClassName
{
color: #FE738F;
}
.AnyTagClassName
{
color: #FE738F;
}
</style>
background-color css
<style>
a { background-color: #FE738F; }
a { background-color: rgb(254,115,143); }
div.DivClassName
{
background-color: #FE738F;
}
.BgClassName
{
background-color: #FE738F;
}
</style>
border-color css
<style>
span { border-color: #FE738F; }
span { border-color: rgb(254,115,143); }
td.TdClassName
{
border-color: #FE738F;
}
.TagClassName
{
border-color: #FE738F;
}
</style>