Shades of Brink Pink #FF7073
Tints of Brink Pink #FF7073
RGB
CMYK
RGB Variations
Color information
#FF7073 (or 0xFF7073) is known color: Brink Pink. HEX triplet: FF, 70 and 73. RGB value is (255,112,115). Sum of RGB (Red+Green+Blue) = 255+112+115=482 (63% of max value = 765). Red value is 255 (100% from 255 or 52.90% from 482); Green value is 112 (44.14% from 255 or 23.24% from 482); Blue value is 115 (45.31% from 255 or 23.86% from 482); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7073 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF7073 is #008F8C. Grayscale: #9B9B9B. Windows color (decimal): -36749 or 7565567. OLE color: 7565567.
HSL color Cylindrical-coordinate representation of color #FF7073: hue angle of 358.74º 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 #FF7073 is Cyan = 0, Magento = 0.56, Yellow = 0.55 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 112 | 115 | - |
| CMYK | 0 | 0.56 | 0.55 | 0 |
| HSL | 358.74º | 1% | 0.72% | - |
| HSV(B) | 358.74º | 0.56% | 1% | - |
| XYZ | 50.13 | 34.09 | 20.16 | - |
| YUV | 155.1 | 105.38 | 199.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 112 | 115 | 0 | 0.56 | 0.55 | 0 | 358.74 | 1 | 0.72 |
| Hex | FF | 70 | 73 | 0 | 38 | 37 | 0 | 167 | 64 | 48 |
| Octal | 377 | 160 | 163 | 0 | 70 | 67 | 0 | 547 | 144 | 110 |
| Binary | 11111111 | 1110000 | 1110011 | 0 | 111000 | 110111 | 0 | 101100111 | 1100100 | 1001000 |
Color Harmonies of #FF7073
Complementary color
Monochromatic Colors of #FF7073
Black with #FF7073
Text Example
Text Example
White with #FF7073
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7073; }
p { color: rgb(255,112,115); }
H1.HeaderClassName
{
color: #FF7073;
}
.AnyTagClassName
{
color: #FF7073;
}
</style>
background-color css
<style>
a { background-color: #FF7073; }
a { background-color: rgb(255,112,115); }
div.DivClassName
{
background-color: #FF7073;
}
.BgClassName
{
background-color: #FF7073;
}
</style>
border-color css
<style>
span { border-color: #FF7073; }
span { border-color: rgb(255,112,115); }
td.TdClassName
{
border-color: #FF7073;
}
.TagClassName
{
border-color: #FF7073;
}
</style>