Shades of Brink Pink #FF7074
Tints of Brink Pink #FF7074
RGB
CMYK
RGB Variations
Color information
#FF7074 (or 0xFF7074) is known color: Brink Pink. HEX triplet: FF, 70 and 74. RGB value is (255,112,116). Sum of RGB (Red+Green+Blue) = 255+112+116=483 (63% of max value = 765). Red value is 255 (100% from 255 or 52.80% from 483); Green value is 112 (44.14% from 255 or 23.19% from 483); Blue value is 116 (45.70% from 255 or 24.02% from 483); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7074 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF7074 is #008F8B. Grayscale: #9B9B9B. Windows color (decimal): -36748 or 7631103. OLE color: 7631103.
HSL color Cylindrical-coordinate representation of color #FF7074: hue angle of 358.32º 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 #FF7074 is Cyan = 0, Magento = 0.56, Yellow = 0.55 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 112 | 116 | - |
| CMYK | 0 | 0.56 | 0.55 | 0 |
| HSL | 358.32º | 1% | 0.72% | - |
| HSV(B) | 358.32º | 0.56% | 1% | - |
| XYZ | 50.19 | 34.11 | 20.46 | - |
| YUV | 155.21 | 105.88 | 199.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 112 | 116 | 0 | 0.56 | 0.55 | 0 | 358.32 | 1 | 0.72 |
| Hex | FF | 70 | 74 | 0 | 38 | 37 | 0 | 166 | 64 | 48 |
| Octal | 377 | 160 | 164 | 0 | 70 | 67 | 0 | 546 | 144 | 110 |
| Binary | 11111111 | 1110000 | 1110100 | 0 | 111000 | 110111 | 0 | 101100110 | 1100100 | 1001000 |
Color Harmonies of #FF7074
Complementary color
Monochromatic Colors of #FF7074
Black with #FF7074
Text Example
Text Example
White with #FF7074
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7074; }
p { color: rgb(255,112,116); }
H1.HeaderClassName
{
color: #FF7074;
}
.AnyTagClassName
{
color: #FF7074;
}
</style>
background-color css
<style>
a { background-color: #FF7074; }
a { background-color: rgb(255,112,116); }
div.DivClassName
{
background-color: #FF7074;
}
.BgClassName
{
background-color: #FF7074;
}
</style>
border-color css
<style>
span { border-color: #FF7074; }
span { border-color: rgb(255,112,116); }
td.TdClassName
{
border-color: #FF7074;
}
.TagClassName
{
border-color: #FF7074;
}
</style>