Shades of Brink Pink #FE757A
Tints of Brink Pink #FE757A
RGB
CMYK
RGB Variations
Color information
#FE757A (or 0xFE757A) is known color: Brink Pink. HEX triplet: FE, 75 and 7A. RGB value is (254,117,122). Sum of RGB (Red+Green+Blue) = 254+117+122=493 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.52% from 493); Green value is 117 (46.09% from 255 or 23.73% from 493); Blue value is 122 (48.05% from 255 or 24.75% from 493); Max value from RGB is 254 - color contains mainly: red. Hex color #FE757A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE757A is #018A85. Grayscale: #9E9E9E. Windows color (decimal): -100998 or 8025598. OLE color: 8025598.
HSL color Cylindrical-coordinate representation of color #FE757A: hue angle of 357.81º 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 #FE757A is Cyan = 0, Magento = 0.54, Yellow = 0.52 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 117 | 122 | - |
| CMYK | 0 | 0.54 | 0.52 | 0.00 |
| HSL | 357.81º | 0.99% | 0.73% | - |
| HSV(B) | 357.81º | 0.54% | 1% | - |
| XYZ | 50.75 | 35.2 | 22.53 | - |
| YUV | 158.53 | 107.39 | 196.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 117 | 122 | 0 | 0.54 | 0.52 | 0.00 | 357.81 | 0.99 | 0.73 |
| Hex | FE | 75 | 7A | 0 | 36 | 34 | 0 | 166 | 63 | 49 |
| Octal | 376 | 165 | 172 | 0 | 66 | 64 | 0 | 546 | 143 | 111 |
| Binary | 11111110 | 1110101 | 1111010 | 0 | 110110 | 110100 | 0 | 101100110 | 1100011 | 1001001 |
Color Harmonies of #FE757A
Complementary color
Monochromatic Colors of #FE757A
Black with #FE757A
Text Example
Text Example
White with #FE757A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE757A; }
p { color: rgb(254,117,122); }
H1.HeaderClassName
{
color: #FE757A;
}
.AnyTagClassName
{
color: #FE757A;
}
</style>
background-color css
<style>
a { background-color: #FE757A; }
a { background-color: rgb(254,117,122); }
div.DivClassName
{
background-color: #FE757A;
}
.BgClassName
{
background-color: #FE757A;
}
</style>
border-color css
<style>
span { border-color: #FE757A; }
span { border-color: rgb(254,117,122); }
td.TdClassName
{
border-color: #FE757A;
}
.TagClassName
{
border-color: #FE757A;
}
</style>