Shades of Brink Pink #FF6B7C
Tints of Brink Pink #FF6B7C
RGB
CMYK
RGB Variations
Color information
#FF6B7C (or 0xFF6B7C) is known color: Brink Pink. HEX triplet: FF, 6B and 7C. RGB value is (255,107,124). Sum of RGB (Red+Green+Blue) = 255+107+124=486 (64% of max value = 765). Red value is 255 (100% from 255 or 52.47% from 486); Green value is 107 (42.19% from 255 or 22.02% from 486); Blue value is 124 (48.83% from 255 or 25.51% from 486); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6B7C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF6B7C is #009483. Grayscale: #999999. Windows color (decimal): -38020 or 8154111. OLE color: 8154111.
HSL color Cylindrical-coordinate representation of color #FF6B7C: hue angle of 353.11º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FF6B7C is Cyan = 0, Magento = 0.58, Yellow = 0.51 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 107 | 124 | - |
| CMYK | 0 | 0.58 | 0.51 | 0 |
| HSL | 353.11º | 1% | 0.71% | - |
| HSV(B) | 353.11º | 0.58% | 1% | - |
| XYZ | 50.14 | 33.23 | 22.84 | - |
| YUV | 153.19 | 111.53 | 200.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 107 | 124 | 0 | 0.58 | 0.51 | 0 | 353.11 | 1 | 0.71 |
| Hex | FF | 6B | 7C | 0 | 3A | 33 | 0 | 161 | 64 | 47 |
| Octal | 377 | 153 | 174 | 0 | 72 | 63 | 0 | 541 | 144 | 107 |
| Binary | 11111111 | 1101011 | 1111100 | 0 | 111010 | 110011 | 0 | 101100001 | 1100100 | 1000111 |
Color Harmonies of #FF6B7C
Complementary color
Monochromatic Colors of #FF6B7C
Black with #FF6B7C
Text Example
Text Example
White with #FF6B7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6B7C; }
p { color: rgb(255,107,124); }
H1.HeaderClassName
{
color: #FF6B7C;
}
.AnyTagClassName
{
color: #FF6B7C;
}
</style>
background-color css
<style>
a { background-color: #FF6B7C; }
a { background-color: rgb(255,107,124); }
div.DivClassName
{
background-color: #FF6B7C;
}
.BgClassName
{
background-color: #FF6B7C;
}
</style>
border-color css
<style>
span { border-color: #FF6B7C; }
span { border-color: rgb(255,107,124); }
td.TdClassName
{
border-color: #FF6B7C;
}
.TagClassName
{
border-color: #FF6B7C;
}
</style>