Shades of Brink Pink #F6668F
Tints of Brink Pink #F6668F
RGB
CMYK
RGB Variations
Color information
#F6668F (or 0xF6668F) is known color: Brink Pink. HEX triplet: F6, 66 and 8F. RGB value is (246,102,143). Sum of RGB (Red+Green+Blue) = 246+102+143=491 (65% of max value = 765). Red value is 246 (96.48% from 255 or 50.10% from 491); Green value is 102 (40.23% from 255 or 20.77% from 491); Blue value is 143 (56.25% from 255 or 29.12% from 491); Max value from RGB is 246 - color contains mainly: red. Hex color #F6668F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F6668F is #099970. Grayscale: #959595. Windows color (decimal): -629105 or 9398006. OLE color: 9398006.
HSL color Cylindrical-coordinate representation of color #F6668F: hue angle of 342.92º 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 #F6668F is Cyan = 0, Magento = 0.59, Yellow = 0.42 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 102 | 143 | - |
| CMYK | 0 | 0.59 | 0.42 | 0.04 |
| HSL | 342.92º | 0.89% | 0.68% | - |
| HSV(B) | 342.92º | 0.59% | 0.96% | - |
| XYZ | 47.72 | 31.08 | 29.47 | - |
| YUV | 149.73 | 124.21 | 196.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 102 | 143 | 0 | 0.59 | 0.42 | 0.04 | 342.92 | 0.89 | 0.68 |
| Hex | F6 | 66 | 8F | 0 | 3B | 2A | 4 | 157 | 59 | 44 |
| Octal | 366 | 146 | 217 | 0 | 73 | 52 | 4 | 527 | 131 | 104 |
| Binary | 11110110 | 1100110 | 10001111 | 0 | 111011 | 101010 | 100 | 101010111 | 1011001 | 1000100 |
Color Harmonies of #F6668F
Complementary color
Monochromatic Colors of #F6668F
Black with #F6668F
Text Example
Text Example
White with #F6668F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6668F; }
p { color: rgb(246,102,143); }
H1.HeaderClassName
{
color: #F6668F;
}
.AnyTagClassName
{
color: #F6668F;
}
</style>
background-color css
<style>
a { background-color: #F6668F; }
a { background-color: rgb(246,102,143); }
div.DivClassName
{
background-color: #F6668F;
}
.BgClassName
{
background-color: #F6668F;
}
</style>
border-color css
<style>
span { border-color: #F6668F; }
span { border-color: rgb(246,102,143); }
td.TdClassName
{
border-color: #F6668F;
}
.TagClassName
{
border-color: #F6668F;
}
</style>