Shades of Brink Pink #F66493
Tints of Brink Pink #F66493
RGB
CMYK
RGB Variations
Color information
#F66493 (or 0xF66493) is known color: Brink Pink. HEX triplet: F6, 64 and 93. RGB value is (246,100,147). Sum of RGB (Red+Green+Blue) = 246+100+147=493 (65% of max value = 765). Red value is 246 (96.48% from 255 or 49.90% from 493); Green value is 100 (39.45% from 255 or 20.28% from 493); Blue value is 147 (57.81% from 255 or 29.82% from 493); Max value from RGB is 246 - color contains mainly: red. Hex color #F66493 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F66493 is #099B6C. Grayscale: #949494. Windows color (decimal): -629613 or 9659638. OLE color: 9659638.
HSL color Cylindrical-coordinate representation of color #F66493: hue angle of 340.68º 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 #F66493 is Cyan = 0, Magento = 0.59, Yellow = 0.40 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 100 | 147 | - |
| CMYK | 0 | 0.59 | 0.40 | 0.04 |
| HSL | 340.68º | 0.89% | 0.68% | - |
| HSV(B) | 340.68º | 0.59% | 0.96% | - |
| XYZ | 47.83 | 30.81 | 31.03 | - |
| YUV | 149.01 | 126.87 | 197.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 100 | 147 | 0 | 0.59 | 0.40 | 0.04 | 340.68 | 0.89 | 0.68 |
| Hex | F6 | 64 | 93 | 0 | 3B | 28 | 4 | 155 | 59 | 44 |
| Octal | 366 | 144 | 223 | 0 | 73 | 50 | 4 | 525 | 131 | 104 |
| Binary | 11110110 | 1100100 | 10010011 | 0 | 111011 | 101000 | 100 | 101010101 | 1011001 | 1000100 |
Color Harmonies of #F66493
Complementary color
Monochromatic Colors of #F66493
Black with #F66493
Text Example
Text Example
White with #F66493
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F66493; }
p { color: rgb(246,100,147); }
H1.HeaderClassName
{
color: #F66493;
}
.AnyTagClassName
{
color: #F66493;
}
</style>
background-color css
<style>
a { background-color: #F66493; }
a { background-color: rgb(246,100,147); }
div.DivClassName
{
background-color: #F66493;
}
.BgClassName
{
background-color: #F66493;
}
</style>
border-color css
<style>
span { border-color: #F66493; }
span { border-color: rgb(246,100,147); }
td.TdClassName
{
border-color: #F66493;
}
.TagClassName
{
border-color: #F66493;
}
</style>