Shades of Brink Pink #F66478
Tints of Brink Pink #F66478
RGB
CMYK
RGB Variations
Color information
#F66478 (or 0xF66478) is known color: Brink Pink. HEX triplet: F6, 64 and 78. RGB value is (246,100,120). Sum of RGB (Red+Green+Blue) = 246+100+120=466 (61% of max value = 765). Red value is 246 (96.48% from 255 or 52.79% from 466); Green value is 100 (39.45% from 255 or 21.46% from 466); Blue value is 120 (47.27% from 255 or 25.75% from 466); Max value from RGB is 246 - color contains mainly: red. Hex color #F66478 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F66478 is #099B87. Grayscale: #929292. Windows color (decimal): -629640 or 7890166. OLE color: 7890166.
HSL color Cylindrical-coordinate representation of color #F66478: hue angle of 351.78º 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 #F66478 is Cyan = 0, Magento = 0.59, Yellow = 0.51 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 100 | 120 | - |
| CMYK | 0 | 0.59 | 0.51 | 0.04 |
| HSL | 351.78º | 0.89% | 0.68% | - |
| HSV(B) | 351.78º | 0.59% | 0.96% | - |
| XYZ | 45.95 | 30.06 | 21.15 | - |
| YUV | 145.93 | 113.37 | 199.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 100 | 120 | 0 | 0.59 | 0.51 | 0.04 | 351.78 | 0.89 | 0.68 |
| Hex | F6 | 64 | 78 | 0 | 3B | 33 | 4 | 160 | 59 | 44 |
| Octal | 366 | 144 | 170 | 0 | 73 | 63 | 4 | 540 | 131 | 104 |
| Binary | 11110110 | 1100100 | 1111000 | 0 | 111011 | 110011 | 100 | 101100000 | 1011001 | 1000100 |
Color Harmonies of #F66478
Complementary color
Monochromatic Colors of #F66478
Black with #F66478
Text Example
Text Example
White with #F66478
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F66478; }
p { color: rgb(246,100,120); }
H1.HeaderClassName
{
color: #F66478;
}
.AnyTagClassName
{
color: #F66478;
}
</style>
background-color css
<style>
a { background-color: #F66478; }
a { background-color: rgb(246,100,120); }
div.DivClassName
{
background-color: #F66478;
}
.BgClassName
{
background-color: #F66478;
}
</style>
border-color css
<style>
span { border-color: #F66478; }
span { border-color: rgb(246,100,120); }
td.TdClassName
{
border-color: #F66478;
}
.TagClassName
{
border-color: #F66478;
}
</style>