Shades of Brink Pink #FF6E75
Tints of Brink Pink #FF6E75
RGB
CMYK
RGB Variations
Color information
#FF6E75 (or 0xFF6E75) is known color: Brink Pink. HEX triplet: FF, 6E and 75. RGB value is (255,110,117). Sum of RGB (Red+Green+Blue) = 255+110+117=482 (63% of max value = 765). Red value is 255 (100% from 255 or 52.90% from 482); Green value is 110 (43.36% from 255 or 22.82% from 482); Blue value is 117 (46.09% from 255 or 24.27% from 482); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6E75 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF6E75 is #00918A. Grayscale: #9A9A9A. Windows color (decimal): -37259 or 7696127. OLE color: 7696127.
HSL color Cylindrical-coordinate representation of color #FF6E75: hue angle of 357.1º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #FF6E75 is Cyan = 0, Magento = 0.57, Yellow = 0.54 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 110 | 117 | - |
| CMYK | 0 | 0.57 | 0.54 | 0 |
| HSL | 357.1º | 1% | 0.72% | - |
| HSV(B) | 357.1º | 0.57% | 1% | - |
| XYZ | 50.03 | 33.7 | 20.7 | - |
| YUV | 154.15 | 107.04 | 199.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 110 | 117 | 0 | 0.57 | 0.54 | 0 | 357.1 | 1 | 0.72 |
| Hex | FF | 6E | 75 | 0 | 39 | 36 | 0 | 165 | 64 | 48 |
| Octal | 377 | 156 | 165 | 0 | 71 | 66 | 0 | 545 | 144 | 110 |
| Binary | 11111111 | 1101110 | 1110101 | 0 | 111001 | 110110 | 0 | 101100101 | 1100100 | 1001000 |
Color Harmonies of #FF6E75
Complementary color
Monochromatic Colors of #FF6E75
Black with #FF6E75
Text Example
Text Example
White with #FF6E75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6E75; }
p { color: rgb(255,110,117); }
H1.HeaderClassName
{
color: #FF6E75;
}
.AnyTagClassName
{
color: #FF6E75;
}
</style>
background-color css
<style>
a { background-color: #FF6E75; }
a { background-color: rgb(255,110,117); }
div.DivClassName
{
background-color: #FF6E75;
}
.BgClassName
{
background-color: #FF6E75;
}
</style>
border-color css
<style>
span { border-color: #FF6E75; }
span { border-color: rgb(255,110,117); }
td.TdClassName
{
border-color: #FF6E75;
}
.TagClassName
{
border-color: #FF6E75;
}
</style>