Shades of Brink Pink #FF7375
Tints of Brink Pink #FF7375
RGB
CMYK
RGB Variations
Color information
#FF7375 (or 0xFF7375) is known color: Brink Pink. HEX triplet: FF, 73 and 75. RGB value is (255,115,117). Sum of RGB (Red+Green+Blue) = 255+115+117=487 (64% of max value = 765). Red value is 255 (100% from 255 or 52.36% from 487); Green value is 115 (45.31% from 255 or 23.61% from 487); Blue value is 117 (46.09% from 255 or 24.02% from 487); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7375 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF7375 is #008C8A. Grayscale: #9D9D9D. Windows color (decimal): -35979 or 7697407. OLE color: 7697407.
HSL color Cylindrical-coordinate representation of color #FF7375: hue angle of 359.14º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #FF7375 is Cyan = 0, Magento = 0.55, Yellow = 0.54 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 115 | 117 | - |
| CMYK | 0 | 0.55 | 0.54 | 0 |
| HSL | 359.14º | 1% | 0.73% | - |
| HSV(B) | 359.14º | 0.55% | 1% | - |
| XYZ | 50.58 | 34.81 | 20.88 | - |
| YUV | 157.09 | 105.38 | 197.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 115 | 117 | 0 | 0.55 | 0.54 | 0 | 359.14 | 1 | 0.73 |
| Hex | FF | 73 | 75 | 0 | 37 | 36 | 0 | 167 | 64 | 49 |
| Octal | 377 | 163 | 165 | 0 | 67 | 66 | 0 | 547 | 144 | 111 |
| Binary | 11111111 | 1110011 | 1110101 | 0 | 110111 | 110110 | 0 | 101100111 | 1100100 | 1001001 |
Color Harmonies of #FF7375
Complementary color
Monochromatic Colors of #FF7375
Black with #FF7375
Text Example
Text Example
White with #FF7375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7375; }
p { color: rgb(255,115,117); }
H1.HeaderClassName
{
color: #FF7375;
}
.AnyTagClassName
{
color: #FF7375;
}
</style>
background-color css
<style>
a { background-color: #FF7375; }
a { background-color: rgb(255,115,117); }
div.DivClassName
{
background-color: #FF7375;
}
.BgClassName
{
background-color: #FF7375;
}
</style>
border-color css
<style>
span { border-color: #FF7375; }
span { border-color: rgb(255,115,117); }
td.TdClassName
{
border-color: #FF7375;
}
.TagClassName
{
border-color: #FF7375;
}
</style>