Shades of Brink Pink #FF707A
Tints of Brink Pink #FF707A
RGB
CMYK
RGB Variations
Color information
#FF707A (or 0xFF707A) is known color: Brink Pink. HEX triplet: FF, 70 and 7A. RGB value is (255,112,122). Sum of RGB (Red+Green+Blue) = 255+112+122=489 (64% of max value = 765). Red value is 255 (100% from 255 or 52.15% from 489); Green value is 112 (44.14% from 255 or 22.90% from 489); Blue value is 122 (48.05% from 255 or 24.95% from 489); Max value from RGB is 255 - color contains mainly: red. Hex color #FF707A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF707A is #008F85. Grayscale: #9B9B9B. Windows color (decimal): -36742 or 8024319. OLE color: 8024319.
HSL color Cylindrical-coordinate representation of color #FF707A: hue angle of 355.8º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FF707A is Cyan = 0, Magento = 0.56, Yellow = 0.52 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 112 | 122 | - |
| CMYK | 0 | 0.56 | 0.52 | 0 |
| HSL | 355.8º | 1% | 0.72% | - |
| HSV(B) | 355.8º | 0.56% | 1% | - |
| XYZ | 50.55 | 34.25 | 22.36 | - |
| YUV | 155.9 | 108.88 | 198.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 112 | 122 | 0 | 0.56 | 0.52 | 0 | 355.8 | 1 | 0.72 |
| Hex | FF | 70 | 7A | 0 | 38 | 34 | 0 | 164 | 64 | 48 |
| Octal | 377 | 160 | 172 | 0 | 70 | 64 | 0 | 544 | 144 | 110 |
| Binary | 11111111 | 1110000 | 1111010 | 0 | 111000 | 110100 | 0 | 101100100 | 1100100 | 1001000 |
Color Harmonies of #FF707A
Complementary color
Monochromatic Colors of #FF707A
Black with #FF707A
Text Example
Text Example
White with #FF707A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF707A; }
p { color: rgb(255,112,122); }
H1.HeaderClassName
{
color: #FF707A;
}
.AnyTagClassName
{
color: #FF707A;
}
</style>
background-color css
<style>
a { background-color: #FF707A; }
a { background-color: rgb(255,112,122); }
div.DivClassName
{
background-color: #FF707A;
}
.BgClassName
{
background-color: #FF707A;
}
</style>
border-color css
<style>
span { border-color: #FF707A; }
span { border-color: rgb(255,112,122); }
td.TdClassName
{
border-color: #FF707A;
}
.TagClassName
{
border-color: #FF707A;
}
</style>