Shades of Brink Pink #FE697A
Tints of Brink Pink #FE697A
RGB
CMYK
RGB Variations
Color information
#FE697A (or 0xFE697A) is known color: Brink Pink. HEX triplet: FE, 69 and 7A. RGB value is (254,105,122). Sum of RGB (Red+Green+Blue) = 254+105+122=481 (63% of max value = 765). Red value is 254 (99.61% from 255 or 52.81% from 481); Green value is 105 (41.41% from 255 or 21.83% from 481); Blue value is 122 (48.05% from 255 or 25.36% from 481); Max value from RGB is 254 - color contains mainly: red. Hex color #FE697A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE697A is #019685. Grayscale: #979797. Windows color (decimal): -104070 or 8022526. OLE color: 8022526.
HSL color Cylindrical-coordinate representation of color #FE697A: hue angle of 353.15º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #FE697A is Cyan = 0, Magento = 0.59, Yellow = 0.52 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 105 | 122 | - |
| CMYK | 0 | 0.59 | 0.52 | 0.00 |
| HSL | 353.15º | 0.99% | 0.7% | - |
| HSV(B) | 353.15º | 0.59% | 1% | - |
| XYZ | 49.44 | 32.58 | 22.1 | - |
| YUV | 151.49 | 111.36 | 201.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 105 | 122 | 0 | 0.59 | 0.52 | 0.00 | 353.15 | 0.99 | 0.7 |
| Hex | FE | 69 | 7A | 0 | 3B | 34 | 0 | 161 | 63 | 46 |
| Octal | 376 | 151 | 172 | 0 | 73 | 64 | 0 | 541 | 143 | 106 |
| Binary | 11111110 | 1101001 | 1111010 | 0 | 111011 | 110100 | 0 | 101100001 | 1100011 | 1000110 |
Color Harmonies of #FE697A
Complementary color
Monochromatic Colors of #FE697A
Black with #FE697A
Text Example
Text Example
White with #FE697A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE697A; }
p { color: rgb(254,105,122); }
H1.HeaderClassName
{
color: #FE697A;
}
.AnyTagClassName
{
color: #FE697A;
}
</style>
background-color css
<style>
a { background-color: #FE697A; }
a { background-color: rgb(254,105,122); }
div.DivClassName
{
background-color: #FE697A;
}
.BgClassName
{
background-color: #FE697A;
}
</style>
border-color css
<style>
span { border-color: #FE697A; }
span { border-color: rgb(254,105,122); }
td.TdClassName
{
border-color: #FE697A;
}
.TagClassName
{
border-color: #FE697A;
}
</style>