Shades of Brink Pink #FE7985
Tints of Brink Pink #FE7985
RGB
CMYK
RGB Variations
Color information
#FE7985 (or 0xFE7985) is known color: Brink Pink. HEX triplet: FE, 79 and 85. RGB value is (254,121,133). Sum of RGB (Red+Green+Blue) = 254+121+133=508 (67% of max value = 765). Red value is 254 (99.61% from 255 or 50% from 508); Green value is 121 (47.66% from 255 or 23.82% from 508); Blue value is 133 (52.34% from 255 or 26.18% from 508); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7985 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE7985 is #01867A. Grayscale: #A2A2A2. Windows color (decimal): -99963 or 8747518. OLE color: 8747518.
HSL color Cylindrical-coordinate representation of color #FE7985: hue angle of 354.59º degrees, saturation: 0.99, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FE7985 is Cyan = 0, Magento = 0.52, Yellow = 0.48 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 121 | 133 | - |
| CMYK | 0 | 0.52 | 0.48 | 0.00 |
| HSL | 354.59º | 0.99% | 0.74% | - |
| HSV(B) | 354.59º | 0.52% | 1% | - |
| XYZ | 51.94 | 36.44 | 26.49 | - |
| YUV | 162.14 | 111.56 | 193.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 121 | 133 | 0 | 0.52 | 0.48 | 0.00 | 354.59 | 0.99 | 0.74 |
| Hex | FE | 79 | 85 | 0 | 34 | 30 | 0 | 163 | 63 | 4A |
| Octal | 376 | 171 | 205 | 0 | 64 | 60 | 0 | 543 | 143 | 112 |
| Binary | 11111110 | 1111001 | 10000101 | 0 | 110100 | 110000 | 0 | 101100011 | 1100011 | 1001010 |
Color Harmonies of #FE7985
Complementary color
Monochromatic Colors of #FE7985
Black with #FE7985
Text Example
Text Example
White with #FE7985
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE7985; }
p { color: rgb(254,121,133); }
H1.HeaderClassName
{
color: #FE7985;
}
.AnyTagClassName
{
color: #FE7985;
}
</style>
background-color css
<style>
a { background-color: #FE7985; }
a { background-color: rgb(254,121,133); }
div.DivClassName
{
background-color: #FE7985;
}
.BgClassName
{
background-color: #FE7985;
}
</style>
border-color css
<style>
span { border-color: #FE7985; }
span { border-color: rgb(254,121,133); }
td.TdClassName
{
border-color: #FE7985;
}
.TagClassName
{
border-color: #FE7985;
}
</style>