Shades of Brink Pink #FF7A7D
Tints of Brink Pink #FF7A7D
RGB
CMYK
RGB Variations
Color information
#FF7A7D (or 0xFF7A7D) is known color: Brink Pink. HEX triplet: FF, 7A and 7D. RGB value is (255,122,125). Sum of RGB (Red+Green+Blue) = 255+122+125=502 (66% of max value = 765). Red value is 255 (100% from 255 or 50.80% from 502); Green value is 122 (48.05% from 255 or 24.30% from 502); Blue value is 125 (49.22% from 255 or 24.90% from 502); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7A7D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF7A7D is #008582. Grayscale: #A2A2A2. Windows color (decimal): -34179 or 8223487. OLE color: 8223487.
HSL color Cylindrical-coordinate representation of color #FF7A7D: hue angle of 358.65º 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 #FF7A7D is Cyan = 0, Magento = 0.52, Yellow = 0.51 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 122 | 125 | - |
| CMYK | 0 | 0.52 | 0.51 | 0 |
| HSL | 358.65º | 1% | 0.74% | - |
| HSV(B) | 358.65º | 0.52% | 1% | - |
| XYZ | 51.9 | 36.66 | 23.74 | - |
| YUV | 162.11 | 107.06 | 194.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 122 | 125 | 0 | 0.52 | 0.51 | 0 | 358.65 | 1 | 0.74 |
| Hex | FF | 7A | 7D | 0 | 34 | 33 | 0 | 167 | 64 | 4A |
| Octal | 377 | 172 | 175 | 0 | 64 | 63 | 0 | 547 | 144 | 112 |
| Binary | 11111111 | 1111010 | 1111101 | 0 | 110100 | 110011 | 0 | 101100111 | 1100100 | 1001010 |
Color Harmonies of #FF7A7D
Complementary color
Monochromatic Colors of #FF7A7D
Black with #FF7A7D
Text Example
Text Example
White with #FF7A7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7A7D; }
p { color: rgb(255,122,125); }
H1.HeaderClassName
{
color: #FF7A7D;
}
.AnyTagClassName
{
color: #FF7A7D;
}
</style>
background-color css
<style>
a { background-color: #FF7A7D; }
a { background-color: rgb(255,122,125); }
div.DivClassName
{
background-color: #FF7A7D;
}
.BgClassName
{
background-color: #FF7A7D;
}
</style>
border-color css
<style>
span { border-color: #FF7A7D; }
span { border-color: rgb(255,122,125); }
td.TdClassName
{
border-color: #FF7A7D;
}
.TagClassName
{
border-color: #FF7A7D;
}
</style>