Shades of Brink Pink #F66C7E
Tints of Brink Pink #F66C7E
RGB
CMYK
RGB Variations
Color information
#F66C7E (or 0xF66C7E) is known color: Brink Pink. HEX triplet: F6, 6C and 7E. RGB value is (246,108,126). Sum of RGB (Red+Green+Blue) = 246+108+126=480 (63% of max value = 765). Red value is 246 (96.48% from 255 or 51.25% from 480); Green value is 108 (42.58% from 255 or 22.5% from 480); Blue value is 126 (49.61% from 255 or 26.25% from 480); Max value from RGB is 246 - color contains mainly: red. Hex color #F66C7E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F66C7E is #099381. Grayscale: #979797. Windows color (decimal): -627586 or 8285430. OLE color: 8285430.
HSL color Cylindrical-coordinate representation of color #F66C7E: hue angle of 352.17º degrees, saturation: 0.88, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F66C7E is Cyan = 0, Magento = 0.56, Yellow = 0.49 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 108 | 126 | - |
| CMYK | 0 | 0.56 | 0.49 | 0.04 |
| HSL | 352.17º | 0.88% | 0.69% | - |
| HSV(B) | 352.17º | 0.56% | 0.96% | - |
| XYZ | 47.13 | 31.82 | 23.4 | - |
| YUV | 151.31 | 113.72 | 195.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 108 | 126 | 0 | 0.56 | 0.49 | 0.04 | 352.17 | 0.88 | 0.69 |
| Hex | F6 | 6C | 7E | 0 | 38 | 31 | 4 | 160 | 58 | 45 |
| Octal | 366 | 154 | 176 | 0 | 70 | 61 | 4 | 540 | 130 | 105 |
| Binary | 11110110 | 1101100 | 1111110 | 0 | 111000 | 110001 | 100 | 101100000 | 1011000 | 1000101 |
Color Harmonies of #F66C7E
Complementary color
Monochromatic Colors of #F66C7E
Black with #F66C7E
Text Example
Text Example
White with #F66C7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F66C7E; }
p { color: rgb(246,108,126); }
H1.HeaderClassName
{
color: #F66C7E;
}
.AnyTagClassName
{
color: #F66C7E;
}
</style>
background-color css
<style>
a { background-color: #F66C7E; }
a { background-color: rgb(246,108,126); }
div.DivClassName
{
background-color: #F66C7E;
}
.BgClassName
{
background-color: #F66C7E;
}
</style>
border-color css
<style>
span { border-color: #F66C7E; }
span { border-color: rgb(246,108,126); }
td.TdClassName
{
border-color: #F66C7E;
}
.TagClassName
{
border-color: #F66C7E;
}
</style>