Shades of Brink Pink #F66B7C
Tints of Brink Pink #F66B7C
RGB
CMYK
RGB Variations
Color information
#F66B7C (or 0xF66B7C) is known color: Brink Pink. HEX triplet: F6, 6B and 7C. RGB value is (246,107,124). Sum of RGB (Red+Green+Blue) = 246+107+124=477 (63% of max value = 765). Red value is 246 (96.48% from 255 or 51.57% from 477); Green value is 107 (42.19% from 255 or 22.43% from 477); Blue value is 124 (48.83% from 255 or 26.00% from 477); Max value from RGB is 246 - color contains mainly: red. Hex color #F66B7C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F66B7C is #099483. Grayscale: #969696. Windows color (decimal): -627844 or 8154102. OLE color: 8154102.
HSL color Cylindrical-coordinate representation of color #F66B7C: hue angle of 352.66º degrees, saturation: 0.89, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F66B7C is Cyan = 0, Magento = 0.57, Yellow = 0.50 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 107 | 124 | - |
| CMYK | 0 | 0.57 | 0.50 | 0.04 |
| HSL | 352.66º | 0.89% | 0.69% | - |
| HSV(B) | 352.66º | 0.57% | 0.96% | - |
| XYZ | 46.9 | 31.56 | 22.69 | - |
| YUV | 150.5 | 113.05 | 196.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 107 | 124 | 0 | 0.57 | 0.50 | 0.04 | 352.66 | 0.89 | 0.69 |
| Hex | F6 | 6B | 7C | 0 | 39 | 32 | 4 | 161 | 59 | 45 |
| Octal | 366 | 153 | 174 | 0 | 71 | 62 | 4 | 541 | 131 | 105 |
| Binary | 11110110 | 1101011 | 1111100 | 0 | 111001 | 110010 | 100 | 101100001 | 1011001 | 1000101 |
Color Harmonies of #F66B7C
Complementary color
Monochromatic Colors of #F66B7C
Black with #F66B7C
Text Example
Text Example
White with #F66B7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F66B7C; }
p { color: rgb(246,107,124); }
H1.HeaderClassName
{
color: #F66B7C;
}
.AnyTagClassName
{
color: #F66B7C;
}
</style>
background-color css
<style>
a { background-color: #F66B7C; }
a { background-color: rgb(246,107,124); }
div.DivClassName
{
background-color: #F66B7C;
}
.BgClassName
{
background-color: #F66B7C;
}
</style>
border-color css
<style>
span { border-color: #F66B7C; }
span { border-color: rgb(246,107,124); }
td.TdClassName
{
border-color: #F66B7C;
}
.TagClassName
{
border-color: #F66B7C;
}
</style>