Shades of Brink Pink #FF7A7E
Tints of Brink Pink #FF7A7E
RGB
CMYK
RGB Variations
Color information
#FF7A7E (or 0xFF7A7E) is known color: Brink Pink. HEX triplet: FF, 7A and 7E. RGB value is (255,122,126). Sum of RGB (Red+Green+Blue) = 255+122+126=503 (66% of max value = 765). Red value is 255 (100% from 255 or 50.70% from 503); Green value is 122 (48.05% from 255 or 24.25% from 503); Blue value is 126 (49.61% from 255 or 25.05% from 503); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7A7E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF7A7E is #008581. Grayscale: #A2A2A2. Windows color (decimal): -34178 or 8289023. OLE color: 8289023.
HSL color Cylindrical-coordinate representation of color #FF7A7E: hue angle of 358.2º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FF7A7E is Cyan = 0, Magento = 0.52, Yellow = 0.51 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 122 | 126 | - |
| CMYK | 0 | 0.52 | 0.51 | 0 |
| HSL | 358.2º | 1% | 0.74% | - |
| HSV(B) | 358.2º | 0.52% | 1% | - |
| XYZ | 51.97 | 36.69 | 24.08 | - |
| YUV | 162.22 | 107.56 | 194.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 122 | 126 | 0 | 0.52 | 0.51 | 0 | 358.2 | 1 | 0.74 |
| Hex | FF | 7A | 7E | 0 | 34 | 33 | 0 | 166 | 64 | 4A |
| Octal | 377 | 172 | 176 | 0 | 64 | 63 | 0 | 546 | 144 | 112 |
| Binary | 11111111 | 1111010 | 1111110 | 0 | 110100 | 110011 | 0 | 101100110 | 1100100 | 1001010 |
Color Harmonies of #FF7A7E
Complementary color
Monochromatic Colors of #FF7A7E
Black with #FF7A7E
Text Example
Text Example
White with #FF7A7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7A7E; }
p { color: rgb(255,122,126); }
H1.HeaderClassName
{
color: #FF7A7E;
}
.AnyTagClassName
{
color: #FF7A7E;
}
</style>
background-color css
<style>
a { background-color: #FF7A7E; }
a { background-color: rgb(255,122,126); }
div.DivClassName
{
background-color: #FF7A7E;
}
.BgClassName
{
background-color: #FF7A7E;
}
</style>
border-color css
<style>
span { border-color: #FF7A7E; }
span { border-color: rgb(255,122,126); }
td.TdClassName
{
border-color: #FF7A7E;
}
.TagClassName
{
border-color: #FF7A7E;
}
</style>