Shades of Brink Pink #F66883
Tints of Brink Pink #F66883
RGB
CMYK
RGB Variations
Color information
#F66883 (or 0xF66883) is known color: Brink Pink. HEX triplet: F6, 68 and 83. RGB value is (246,104,131). Sum of RGB (Red+Green+Blue) = 246+104+131=481 (63% of max value = 765). Red value is 246 (96.48% from 255 or 51.14% from 481); Green value is 104 (41.02% from 255 or 21.62% from 481); Blue value is 131 (51.56% from 255 or 27.23% from 481); Max value from RGB is 246 - color contains mainly: red. Hex color #F66883 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F66883 is #09977C. Grayscale: #959595. Windows color (decimal): -628605 or 8612086. OLE color: 8612086.
HSL color Cylindrical-coordinate representation of color #F66883: hue angle of 348.59º 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 #F66883 is Cyan = 0, Magento = 0.58, Yellow = 0.47 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 104 | 131 | - |
| CMYK | 0 | 0.58 | 0.47 | 0.04 |
| HSL | 348.59º | 0.89% | 0.69% | - |
| HSV(B) | 348.59º | 0.58% | 0.96% | - |
| XYZ | 47.05 | 31.13 | 25 | - |
| YUV | 149.54 | 117.54 | 196.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 104 | 131 | 0 | 0.58 | 0.47 | 0.04 | 348.59 | 0.89 | 0.69 |
| Hex | F6 | 68 | 83 | 0 | 3A | 2F | 4 | 15D | 59 | 45 |
| Octal | 366 | 150 | 203 | 0 | 72 | 57 | 4 | 535 | 131 | 105 |
| Binary | 11110110 | 1101000 | 10000011 | 0 | 111010 | 101111 | 100 | 101011101 | 1011001 | 1000101 |
Color Harmonies of #F66883
Complementary color
Monochromatic Colors of #F66883
Black with #F66883
Text Example
Text Example
White with #F66883
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F66883; }
p { color: rgb(246,104,131); }
H1.HeaderClassName
{
color: #F66883;
}
.AnyTagClassName
{
color: #F66883;
}
</style>
background-color css
<style>
a { background-color: #F66883; }
a { background-color: rgb(246,104,131); }
div.DivClassName
{
background-color: #F66883;
}
.BgClassName
{
background-color: #F66883;
}
</style>
border-color css
<style>
span { border-color: #F66883; }
span { border-color: rgb(246,104,131); }
td.TdClassName
{
border-color: #F66883;
}
.TagClassName
{
border-color: #F66883;
}
</style>