Shades of Brink Pink #F66282
Tints of Brink Pink #F66282
RGB
CMYK
RGB Variations
Color information
#F66282 (or 0xF66282) is known color: Brink Pink. HEX triplet: F6, 62 and 82. RGB value is (246,98,130). Sum of RGB (Red+Green+Blue) = 246+98+130=474 (62% of max value = 765). Red value is 246 (96.48% from 255 or 51.90% from 474); Green value is 98 (38.67% from 255 or 20.68% from 474); Blue value is 130 (51.17% from 255 or 27.43% from 474); Max value from RGB is 246 - color contains mainly: red. Hex color #F66282 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F66282 is #099D7D. Grayscale: #919191. Windows color (decimal): -630142 or 8545014. OLE color: 8545014.
HSL color Cylindrical-coordinate representation of color #F66282: hue angle of 347.03º degrees, saturation: 0.89, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F66282 is Cyan = 0, Magento = 0.60, Yellow = 0.47 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 98 | 130 | - |
| CMYK | 0 | 0.60 | 0.47 | 0.04 |
| HSL | 347.03º | 0.89% | 0.67% | - |
| HSV(B) | 347.03º | 0.6% | 0.96% | - |
| XYZ | 46.4 | 29.94 | 24.45 | - |
| YUV | 145.9 | 119.03 | 199.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 98 | 130 | 0 | 0.60 | 0.47 | 0.04 | 347.03 | 0.89 | 0.67 |
| Hex | F6 | 62 | 82 | 0 | 3C | 2F | 4 | 15B | 59 | 43 |
| Octal | 366 | 142 | 202 | 0 | 74 | 57 | 4 | 533 | 131 | 103 |
| Binary | 11110110 | 1100010 | 10000010 | 0 | 111100 | 101111 | 100 | 101011011 | 1011001 | 1000011 |
Color Harmonies of #F66282
Complementary color
Monochromatic Colors of #F66282
Black with #F66282
Text Example
Text Example
White with #F66282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F66282; }
p { color: rgb(246,98,130); }
H1.HeaderClassName
{
color: #F66282;
}
.AnyTagClassName
{
color: #F66282;
}
</style>
background-color css
<style>
a { background-color: #F66282; }
a { background-color: rgb(246,98,130); }
div.DivClassName
{
background-color: #F66282;
}
.BgClassName
{
background-color: #F66282;
}
</style>
border-color css
<style>
span { border-color: #F66282; }
span { border-color: rgb(246,98,130); }
td.TdClassName
{
border-color: #F66282;
}
.TagClassName
{
border-color: #F66282;
}
</style>