Shades of Brink Pink #FE748C
Tints of Brink Pink #FE748C
RGB
CMYK
RGB Variations
Color information
#FE748C (or 0xFE748C) is known color: Brink Pink. HEX triplet: FE, 74 and 8C. RGB value is (254,116,140). Sum of RGB (Red+Green+Blue) = 254+116+140=510 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.80% from 510); Green value is 116 (45.70% from 255 or 22.75% from 510); Blue value is 140 (55.08% from 255 or 27.45% from 510); Max value from RGB is 254 - color contains mainly: red. Hex color #FE748C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE748C is #018B73. Grayscale: #A0A0A0. Windows color (decimal): -101236 or 9204990. OLE color: 9204990.
HSL color Cylindrical-coordinate representation of color #FE748C: hue angle of 349.57º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FE748C is Cyan = 0, Magento = 0.54, Yellow = 0.45 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 116 | 140 | - |
| CMYK | 0 | 0.54 | 0.45 | 0.00 |
| HSL | 349.57º | 0.99% | 0.73% | - |
| HSV(B) | 349.57º | 0.54% | 1% | - |
| XYZ | 51.85 | 35.46 | 28.92 | - |
| YUV | 160 | 116.72 | 195.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 116 | 140 | 0 | 0.54 | 0.45 | 0.00 | 349.57 | 0.99 | 0.73 |
| Hex | FE | 74 | 8C | 0 | 36 | 2D | 0 | 15E | 63 | 49 |
| Octal | 376 | 164 | 214 | 0 | 66 | 55 | 0 | 536 | 143 | 111 |
| Binary | 11111110 | 1110100 | 10001100 | 0 | 110110 | 101101 | 0 | 101011110 | 1100011 | 1001001 |
Color Harmonies of #FE748C
Complementary color
Monochromatic Colors of #FE748C
Black with #FE748C
Text Example
Text Example
White with #FE748C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE748C; }
p { color: rgb(254,116,140); }
H1.HeaderClassName
{
color: #FE748C;
}
.AnyTagClassName
{
color: #FE748C;
}
</style>
background-color css
<style>
a { background-color: #FE748C; }
a { background-color: rgb(254,116,140); }
div.DivClassName
{
background-color: #FE748C;
}
.BgClassName
{
background-color: #FE748C;
}
</style>
border-color css
<style>
span { border-color: #FE748C; }
span { border-color: rgb(254,116,140); }
td.TdClassName
{
border-color: #FE748C;
}
.TagClassName
{
border-color: #FE748C;
}
</style>