Shades of Brink Pink #F66F7E
Tints of Brink Pink #F66F7E
RGB
CMYK
RGB Variations
Color information
#F66F7E (or 0xF66F7E) is known color: Brink Pink. HEX triplet: F6, 6F and 7E. RGB value is (246,111,126). Sum of RGB (Red+Green+Blue) = 246+111+126=483 (63% of max value = 765). Red value is 246 (96.48% from 255 or 50.93% from 483); Green value is 111 (43.75% from 255 or 22.98% from 483); Blue value is 126 (49.61% from 255 or 26.09% from 483); Max value from RGB is 246 - color contains mainly: red. Hex color #F66F7E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F66F7E is #099081. Grayscale: #999999. Windows color (decimal): -626818 or 8286198. OLE color: 8286198.
HSL color Cylindrical-coordinate representation of color #F66F7E: hue angle of 353.33º degrees, saturation: 0.88, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F66F7E is Cyan = 0, Magento = 0.55, Yellow = 0.49 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 111 | 126 | - |
| CMYK | 0 | 0.55 | 0.49 | 0.04 |
| HSL | 353.33º | 0.88% | 0.7% | - |
| HSV(B) | 353.33º | 0.55% | 0.96% | - |
| XYZ | 47.46 | 32.47 | 23.5 | - |
| YUV | 153.08 | 112.73 | 194.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 111 | 126 | 0 | 0.55 | 0.49 | 0.04 | 353.33 | 0.88 | 0.7 |
| Hex | F6 | 6F | 7E | 0 | 37 | 31 | 4 | 161 | 58 | 46 |
| Octal | 366 | 157 | 176 | 0 | 67 | 61 | 4 | 541 | 130 | 106 |
| Binary | 11110110 | 1101111 | 1111110 | 0 | 110111 | 110001 | 100 | 101100001 | 1011000 | 1000110 |
Color Harmonies of #F66F7E
Complementary color
Monochromatic Colors of #F66F7E
Black with #F66F7E
Text Example
Text Example
White with #F66F7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F66F7E; }
p { color: rgb(246,111,126); }
H1.HeaderClassName
{
color: #F66F7E;
}
.AnyTagClassName
{
color: #F66F7E;
}
</style>
background-color css
<style>
a { background-color: #F66F7E; }
a { background-color: rgb(246,111,126); }
div.DivClassName
{
background-color: #F66F7E;
}
.BgClassName
{
background-color: #F66F7E;
}
</style>
border-color css
<style>
span { border-color: #F66F7E; }
span { border-color: rgb(246,111,126); }
td.TdClassName
{
border-color: #F66F7E;
}
.TagClassName
{
border-color: #F66F7E;
}
</style>