Shades of Brink Pink #FF707C
Tints of Brink Pink #FF707C
RGB
CMYK
RGB Variations
Color information
#FF707C (or 0xFF707C) is known color: Brink Pink. HEX triplet: FF, 70 and 7C. RGB value is (255,112,124). Sum of RGB (Red+Green+Blue) = 255+112+124=491 (65% of max value = 765). Red value is 255 (100% from 255 or 51.93% from 491); Green value is 112 (44.14% from 255 or 22.81% from 491); Blue value is 124 (48.83% from 255 or 25.25% from 491); Max value from RGB is 255 - color contains mainly: red. Hex color #FF707C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF707C is #008F83. Grayscale: #9C9C9C. Windows color (decimal): -36740 or 8155391. OLE color: 8155391.
HSL color Cylindrical-coordinate representation of color #FF707C: hue angle of 354.97º 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 #FF707C is Cyan = 0, Magento = 0.56, Yellow = 0.51 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 112 | 124 | - |
| CMYK | 0 | 0.56 | 0.51 | 0 |
| HSL | 354.97º | 1% | 0.72% | - |
| HSV(B) | 354.97º | 0.56% | 1% | - |
| XYZ | 50.67 | 34.3 | 23.02 | - |
| YUV | 156.13 | 109.88 | 198.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 112 | 124 | 0 | 0.56 | 0.51 | 0 | 354.97 | 1 | 0.72 |
| Hex | FF | 70 | 7C | 0 | 38 | 33 | 0 | 163 | 64 | 48 |
| Octal | 377 | 160 | 174 | 0 | 70 | 63 | 0 | 543 | 144 | 110 |
| Binary | 11111111 | 1110000 | 1111100 | 0 | 111000 | 110011 | 0 | 101100011 | 1100100 | 1001000 |
Color Harmonies of #FF707C
Complementary color
Monochromatic Colors of #FF707C
Black with #FF707C
Text Example
Text Example
White with #FF707C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF707C; }
p { color: rgb(255,112,124); }
H1.HeaderClassName
{
color: #FF707C;
}
.AnyTagClassName
{
color: #FF707C;
}
</style>
background-color css
<style>
a { background-color: #FF707C; }
a { background-color: rgb(255,112,124); }
div.DivClassName
{
background-color: #FF707C;
}
.BgClassName
{
background-color: #FF707C;
}
</style>
border-color css
<style>
span { border-color: #FF707C; }
span { border-color: rgb(255,112,124); }
td.TdClassName
{
border-color: #FF707C;
}
.TagClassName
{
border-color: #FF707C;
}
</style>