Shades of Brink Pink #F6668C
Tints of Brink Pink #F6668C
RGB
CMYK
RGB Variations
Color information
#F6668C (or 0xF6668C) is known color: Brink Pink. HEX triplet: F6, 66 and 8C. RGB value is (246,102,140). Sum of RGB (Red+Green+Blue) = 246+102+140=488 (64% of max value = 765). Red value is 246 (96.48% from 255 or 50.41% from 488); Green value is 102 (40.23% from 255 or 20.90% from 488); Blue value is 140 (55.08% from 255 or 28.69% from 488); Max value from RGB is 246 - color contains mainly: red. Hex color #F6668C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F6668C is #099973. Grayscale: #959595. Windows color (decimal): -629108 or 9201398. OLE color: 9201398.
HSL color Cylindrical-coordinate representation of color #F6668C: hue angle of 344.17º degrees, saturation: 0.89, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F6668C is Cyan = 0, Magento = 0.59, Yellow = 0.43 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 102 | 140 | - |
| CMYK | 0 | 0.59 | 0.43 | 0.04 |
| HSL | 344.17º | 0.89% | 0.68% | - |
| HSV(B) | 344.17º | 0.59% | 0.96% | - |
| XYZ | 47.49 | 30.99 | 28.29 | - |
| YUV | 149.39 | 122.71 | 196.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 102 | 140 | 0 | 0.59 | 0.43 | 0.04 | 344.17 | 0.89 | 0.68 |
| Hex | F6 | 66 | 8C | 0 | 3B | 2B | 4 | 158 | 59 | 44 |
| Octal | 366 | 146 | 214 | 0 | 73 | 53 | 4 | 530 | 131 | 104 |
| Binary | 11110110 | 1100110 | 10001100 | 0 | 111011 | 101011 | 100 | 101011000 | 1011001 | 1000100 |
Color Harmonies of #F6668C
Complementary color
Monochromatic Colors of #F6668C
Black with #F6668C
Text Example
Text Example
White with #F6668C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6668C; }
p { color: rgb(246,102,140); }
H1.HeaderClassName
{
color: #F6668C;
}
.AnyTagClassName
{
color: #F6668C;
}
</style>
background-color css
<style>
a { background-color: #F6668C; }
a { background-color: rgb(246,102,140); }
div.DivClassName
{
background-color: #F6668C;
}
.BgClassName
{
background-color: #F6668C;
}
</style>
border-color css
<style>
span { border-color: #F6668C; }
span { border-color: rgb(246,102,140); }
td.TdClassName
{
border-color: #F6668C;
}
.TagClassName
{
border-color: #F6668C;
}
</style>