Shades of Brink Pink #F66385
Tints of Brink Pink #F66385
RGB
CMYK
RGB Variations
Color information
#F66385 (or 0xF66385) is known color: Brink Pink. HEX triplet: F6, 63 and 85. RGB value is (246,99,133). Sum of RGB (Red+Green+Blue) = 246+99+133=478 (63% of max value = 765). Red value is 246 (96.48% from 255 or 51.46% from 478); Green value is 99 (39.06% from 255 or 20.71% from 478); Blue value is 133 (52.34% from 255 or 27.82% from 478); Max value from RGB is 246 - color contains mainly: red. Hex color #F66385 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F66385 is #099C7A. Grayscale: #929292. Windows color (decimal): -629883 or 8741878. OLE color: 8741878.
HSL color Cylindrical-coordinate representation of color #F66385: hue angle of 346.12º degrees, saturation: 0.89, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F66385 is Cyan = 0, Magento = 0.60, Yellow = 0.46 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 99 | 133 | - |
| CMYK | 0 | 0.60 | 0.46 | 0.04 |
| HSL | 346.12º | 0.89% | 0.68% | - |
| HSV(B) | 346.12º | 0.6% | 0.96% | - |
| XYZ | 46.7 | 30.21 | 25.56 | - |
| YUV | 146.83 | 120.2 | 198.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 99 | 133 | 0 | 0.60 | 0.46 | 0.04 | 346.12 | 0.89 | 0.68 |
| Hex | F6 | 63 | 85 | 0 | 3C | 2E | 4 | 15A | 59 | 44 |
| Octal | 366 | 143 | 205 | 0 | 74 | 56 | 4 | 532 | 131 | 104 |
| Binary | 11110110 | 1100011 | 10000101 | 0 | 111100 | 101110 | 100 | 101011010 | 1011001 | 1000100 |
Color Harmonies of #F66385
Complementary color
Monochromatic Colors of #F66385
Black with #F66385
Text Example
Text Example
White with #F66385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F66385; }
p { color: rgb(246,99,133); }
H1.HeaderClassName
{
color: #F66385;
}
.AnyTagClassName
{
color: #F66385;
}
</style>
background-color css
<style>
a { background-color: #F66385; }
a { background-color: rgb(246,99,133); }
div.DivClassName
{
background-color: #F66385;
}
.BgClassName
{
background-color: #F66385;
}
</style>
border-color css
<style>
span { border-color: #F66385; }
span { border-color: rgb(246,99,133); }
td.TdClassName
{
border-color: #F66385;
}
.TagClassName
{
border-color: #F66385;
}
</style>