Shades of Brink Pink #F66881
Tints of Brink Pink #F66881
RGB
CMYK
RGB Variations
Color information
#F66881 (or 0xF66881) is known color: Brink Pink. HEX triplet: F6, 68 and 81. RGB value is (246,104,129). Sum of RGB (Red+Green+Blue) = 246+104+129=479 (63% of max value = 765). Red value is 246 (96.48% from 255 or 51.36% from 479); Green value is 104 (41.02% from 255 or 21.71% from 479); Blue value is 129 (50.78% from 255 or 26.93% from 479); Max value from RGB is 246 - color contains mainly: red. Hex color #F66881 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F66881 is #09977E. Grayscale: #959595. Windows color (decimal): -628607 or 8481014. OLE color: 8481014.
HSL color Cylindrical-coordinate representation of color #F66881: hue angle of 349.44º degrees, saturation: 0.89, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F66881 is Cyan = 0, Magento = 0.58, Yellow = 0.48 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 104 | 129 | - |
| CMYK | 0 | 0.58 | 0.48 | 0.04 |
| HSL | 349.44º | 0.89% | 0.69% | - |
| HSV(B) | 349.44º | 0.58% | 0.96% | - |
| XYZ | 46.92 | 31.08 | 24.29 | - |
| YUV | 149.31 | 116.54 | 196.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 104 | 129 | 0 | 0.58 | 0.48 | 0.04 | 349.44 | 0.89 | 0.69 |
| Hex | F6 | 68 | 81 | 0 | 3A | 30 | 4 | 15D | 59 | 45 |
| Octal | 366 | 150 | 201 | 0 | 72 | 60 | 4 | 535 | 131 | 105 |
| Binary | 11110110 | 1101000 | 10000001 | 0 | 111010 | 110000 | 100 | 101011101 | 1011001 | 1000101 |
Color Harmonies of #F66881
Complementary color
Monochromatic Colors of #F66881
Black with #F66881
Text Example
Text Example
White with #F66881
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F66881; }
p { color: rgb(246,104,129); }
H1.HeaderClassName
{
color: #F66881;
}
.AnyTagClassName
{
color: #F66881;
}
</style>
background-color css
<style>
a { background-color: #F66881; }
a { background-color: rgb(246,104,129); }
div.DivClassName
{
background-color: #F66881;
}
.BgClassName
{
background-color: #F66881;
}
</style>
border-color css
<style>
span { border-color: #F66881; }
span { border-color: rgb(246,104,129); }
td.TdClassName
{
border-color: #F66881;
}
.TagClassName
{
border-color: #F66881;
}
</style>