Shades of Brink Pink #FF7175
Tints of Brink Pink #FF7175
RGB
CMYK
RGB Variations
Color information
#FF7175 (or 0xFF7175) is known color: Brink Pink. HEX triplet: FF, 71 and 75. RGB value is (255,113,117). Sum of RGB (Red+Green+Blue) = 255+113+117=485 (64% of max value = 765). Red value is 255 (100% from 255 or 52.58% from 485); Green value is 113 (44.53% from 255 or 23.30% from 485); Blue value is 117 (46.09% from 255 or 24.12% from 485); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7175 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF7175 is #008E8A. Grayscale: #9C9C9C. Windows color (decimal): -36491 or 7696895. OLE color: 7696895.
HSL color Cylindrical-coordinate representation of color #FF7175: hue angle of 358.31º 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 #FF7175 is Cyan = 0, Magento = 0.56, Yellow = 0.54 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 113 | 117 | - |
| CMYK | 0 | 0.56 | 0.54 | 0 |
| HSL | 358.31º | 1% | 0.72% | - |
| HSV(B) | 358.31º | 0.56% | 1% | - |
| XYZ | 50.36 | 34.35 | 20.81 | - |
| YUV | 155.91 | 106.04 | 198.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 113 | 117 | 0 | 0.56 | 0.54 | 0 | 358.31 | 1 | 0.72 |
| Hex | FF | 71 | 75 | 0 | 38 | 36 | 0 | 166 | 64 | 48 |
| Octal | 377 | 161 | 165 | 0 | 70 | 66 | 0 | 546 | 144 | 110 |
| Binary | 11111111 | 1110001 | 1110101 | 0 | 111000 | 110110 | 0 | 101100110 | 1100100 | 1001000 |
Color Harmonies of #FF7175
Complementary color
Monochromatic Colors of #FF7175
Black with #FF7175
Text Example
Text Example
White with #FF7175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7175; }
p { color: rgb(255,113,117); }
H1.HeaderClassName
{
color: #FF7175;
}
.AnyTagClassName
{
color: #FF7175;
}
</style>
background-color css
<style>
a { background-color: #FF7175; }
a { background-color: rgb(255,113,117); }
div.DivClassName
{
background-color: #FF7175;
}
.BgClassName
{
background-color: #FF7175;
}
</style>
border-color css
<style>
span { border-color: #FF7175; }
span { border-color: rgb(255,113,117); }
td.TdClassName
{
border-color: #FF7175;
}
.TagClassName
{
border-color: #FF7175;
}
</style>