Shades of Brink Pink #FF6F7F
Tints of Brink Pink #FF6F7F
RGB
CMYK
RGB Variations
Color information
#FF6F7F (or 0xFF6F7F) is known color: Brink Pink. HEX triplet: FF, 6F and 7F. RGB value is (255,111,127). Sum of RGB (Red+Green+Blue) = 255+111+127=493 (65% of max value = 765). Red value is 255 (100% from 255 or 51.72% from 493); Green value is 111 (43.75% from 255 or 22.52% from 493); Blue value is 127 (50% from 255 or 25.76% from 493); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6F7F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF6F7F is #009080. Grayscale: #9B9B9B. Windows color (decimal): -36993 or 8351743. OLE color: 8351743.
HSL color Cylindrical-coordinate representation of color #FF6F7F: hue angle of 353.33º 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 #FF6F7F is Cyan = 0, Magento = 0.56, Yellow = 0.50 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 111 | 127 | - |
| CMYK | 0 | 0.56 | 0.50 | 0 |
| HSL | 353.33º | 1% | 0.72% | - |
| HSV(B) | 353.33º | 0.56% | 1% | - |
| XYZ | 50.76 | 34.16 | 24 | - |
| YUV | 155.88 | 111.71 | 198.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 111 | 127 | 0 | 0.56 | 0.50 | 0 | 353.33 | 1 | 0.72 |
| Hex | FF | 6F | 7F | 0 | 38 | 32 | 0 | 161 | 64 | 48 |
| Octal | 377 | 157 | 177 | 0 | 70 | 62 | 0 | 541 | 144 | 110 |
| Binary | 11111111 | 1101111 | 1111111 | 0 | 111000 | 110010 | 0 | 101100001 | 1100100 | 1001000 |
Color Harmonies of #FF6F7F
Complementary color
Monochromatic Colors of #FF6F7F
Black with #FF6F7F
Text Example
Text Example
White with #FF6F7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6F7F; }
p { color: rgb(255,111,127); }
H1.HeaderClassName
{
color: #FF6F7F;
}
.AnyTagClassName
{
color: #FF6F7F;
}
</style>
background-color css
<style>
a { background-color: #FF6F7F; }
a { background-color: rgb(255,111,127); }
div.DivClassName
{
background-color: #FF6F7F;
}
.BgClassName
{
background-color: #FF6F7F;
}
</style>
border-color css
<style>
span { border-color: #FF6F7F; }
span { border-color: rgb(255,111,127); }
td.TdClassName
{
border-color: #FF6F7F;
}
.TagClassName
{
border-color: #FF6F7F;
}
</style>