Shades of Brink Pink #FF6F7E
Tints of Brink Pink #FF6F7E
RGB
CMYK
RGB Variations
Color information
#FF6F7E (or 0xFF6F7E) is known color: Brink Pink. HEX triplet: FF, 6F and 7E. RGB value is (255,111,126). Sum of RGB (Red+Green+Blue) = 255+111+126=492 (65% of max value = 765). Red value is 255 (100% from 255 or 51.83% from 492); Green value is 111 (43.75% from 255 or 22.56% from 492); Blue value is 126 (49.61% from 255 or 25.61% from 492); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6F7E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF6F7E is #009081. Grayscale: #9B9B9B. Windows color (decimal): -36994 or 8286207. OLE color: 8286207.
HSL color Cylindrical-coordinate representation of color #FF6F7E: hue angle of 353.75º 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 #FF6F7E is Cyan = 0, Magento = 0.56, Yellow = 0.51 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 111 | 126 | - |
| CMYK | 0 | 0.56 | 0.51 | 0 |
| HSL | 353.75º | 1% | 0.72% | - |
| HSV(B) | 353.75º | 0.56% | 1% | - |
| XYZ | 50.69 | 34.14 | 23.66 | - |
| YUV | 155.77 | 111.21 | 198.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 111 | 126 | 0 | 0.56 | 0.51 | 0 | 353.75 | 1 | 0.72 |
| Hex | FF | 6F | 7E | 0 | 38 | 33 | 0 | 162 | 64 | 48 |
| Octal | 377 | 157 | 176 | 0 | 70 | 63 | 0 | 542 | 144 | 110 |
| Binary | 11111111 | 1101111 | 1111110 | 0 | 111000 | 110011 | 0 | 101100010 | 1100100 | 1001000 |
Color Harmonies of #FF6F7E
Complementary color
Monochromatic Colors of #FF6F7E
Black with #FF6F7E
Text Example
Text Example
White with #FF6F7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6F7E; }
p { color: rgb(255,111,126); }
H1.HeaderClassName
{
color: #FF6F7E;
}
.AnyTagClassName
{
color: #FF6F7E;
}
</style>
background-color css
<style>
a { background-color: #FF6F7E; }
a { background-color: rgb(255,111,126); }
div.DivClassName
{
background-color: #FF6F7E;
}
.BgClassName
{
background-color: #FF6F7E;
}
</style>
border-color css
<style>
span { border-color: #FF6F7E; }
span { border-color: rgb(255,111,126); }
td.TdClassName
{
border-color: #FF6F7E;
}
.TagClassName
{
border-color: #FF6F7E;
}
</style>