Shades of Brink Pink #FF708A
Tints of Brink Pink #FF708A
RGB
CMYK
RGB Variations
Color information
#FF708A (or 0xFF708A) is known color: Brink Pink. HEX triplet: FF, 70 and 8A. RGB value is (255,112,138). Sum of RGB (Red+Green+Blue) = 255+112+138=505 (66% of max value = 765). Red value is 255 (100% from 255 or 50.50% from 505); Green value is 112 (44.14% from 255 or 22.18% from 505); Blue value is 138 (54.30% from 255 or 27.33% from 505); Max value from RGB is 255 - color contains mainly: red. Hex color #FF708A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF708A is #008F75. Grayscale: #9D9D9D. Windows color (decimal): -36726 or 9072895. OLE color: 9072895.
HSL color Cylindrical-coordinate representation of color #FF708A: hue angle of 349.09º 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 #FF708A is Cyan = 0, Magento = 0.56, Yellow = 0.46 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 112 | 138 | - |
| CMYK | 0 | 0.56 | 0.46 | 0 |
| HSL | 349.09º | 1% | 0.72% | - |
| HSV(B) | 349.09º | 0.56% | 1% | - |
| XYZ | 51.62 | 34.68 | 28.02 | - |
| YUV | 157.72 | 116.88 | 197.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 112 | 138 | 0 | 0.56 | 0.46 | 0 | 349.09 | 1 | 0.72 |
| Hex | FF | 70 | 8A | 0 | 38 | 2E | 0 | 15D | 64 | 48 |
| Octal | 377 | 160 | 212 | 0 | 70 | 56 | 0 | 535 | 144 | 110 |
| Binary | 11111111 | 1110000 | 10001010 | 0 | 111000 | 101110 | 0 | 101011101 | 1100100 | 1001000 |
Color Harmonies of #FF708A
Complementary color
Monochromatic Colors of #FF708A
Black with #FF708A
Text Example
Text Example
White with #FF708A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF708A; }
p { color: rgb(255,112,138); }
H1.HeaderClassName
{
color: #FF708A;
}
.AnyTagClassName
{
color: #FF708A;
}
</style>
background-color css
<style>
a { background-color: #FF708A; }
a { background-color: rgb(255,112,138); }
div.DivClassName
{
background-color: #FF708A;
}
.BgClassName
{
background-color: #FF708A;
}
</style>
border-color css
<style>
span { border-color: #FF708A; }
span { border-color: rgb(255,112,138); }
td.TdClassName
{
border-color: #FF708A;
}
.TagClassName
{
border-color: #FF708A;
}
</style>