Shades of Brink Pink #F66683
Tints of Brink Pink #F66683
RGB
CMYK
RGB Variations
Color information
#F66683 (or 0xF66683) is known color: Brink Pink. HEX triplet: F6, 66 and 83. RGB value is (246,102,131). Sum of RGB (Red+Green+Blue) = 246+102+131=479 (63% of max value = 765). Red value is 246 (96.48% from 255 or 51.36% from 479); Green value is 102 (40.23% from 255 or 21.29% from 479); Blue value is 131 (51.56% from 255 or 27.35% from 479); Max value from RGB is 246 - color contains mainly: red. Hex color #F66683 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F66683 is #09997C. Grayscale: #949494. Windows color (decimal): -629117 or 8611574. OLE color: 8611574.
HSL color Cylindrical-coordinate representation of color #F66683: hue angle of 347.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 #F66683 is Cyan = 0, Magento = 0.59, Yellow = 0.47 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 102 | 131 | - |
| CMYK | 0 | 0.59 | 0.47 | 0.04 |
| HSL | 347.92º | 0.89% | 0.68% | - |
| HSV(B) | 347.92º | 0.59% | 0.96% | - |
| XYZ | 46.85 | 30.73 | 24.94 | - |
| YUV | 148.36 | 118.21 | 197.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 102 | 131 | 0 | 0.59 | 0.47 | 0.04 | 347.92 | 0.89 | 0.68 |
| Hex | F6 | 66 | 83 | 0 | 3B | 2F | 4 | 15C | 59 | 44 |
| Octal | 366 | 146 | 203 | 0 | 73 | 57 | 4 | 534 | 131 | 104 |
| Binary | 11110110 | 1100110 | 10000011 | 0 | 111011 | 101111 | 100 | 101011100 | 1011001 | 1000100 |
Color Harmonies of #F66683
Complementary color
Monochromatic Colors of #F66683
Black with #F66683
Text Example
Text Example
White with #F66683
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F66683; }
p { color: rgb(246,102,131); }
H1.HeaderClassName
{
color: #F66683;
}
.AnyTagClassName
{
color: #F66683;
}
</style>
background-color css
<style>
a { background-color: #F66683; }
a { background-color: rgb(246,102,131); }
div.DivClassName
{
background-color: #F66683;
}
.BgClassName
{
background-color: #F66683;
}
</style>
border-color css
<style>
span { border-color: #F66683; }
span { border-color: rgb(246,102,131); }
td.TdClassName
{
border-color: #F66683;
}
.TagClassName
{
border-color: #F66683;
}
</style>