Shades of Brink Pink #F66378
Tints of Brink Pink #F66378
RGB
CMYK
RGB Variations
Color information
#F66378 (or 0xF66378) is known color: Brink Pink. HEX triplet: F6, 63 and 78. RGB value is (246,99,120). Sum of RGB (Red+Green+Blue) = 246+99+120=465 (61% of max value = 765). Red value is 246 (96.48% from 255 or 52.90% from 465); Green value is 99 (39.06% from 255 or 21.29% from 465); Blue value is 120 (47.27% from 255 or 25.81% from 465); Max value from RGB is 246 - color contains mainly: red. Hex color #F66378 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F66378 is #099C87. Grayscale: #919191. Windows color (decimal): -629896 or 7889910. OLE color: 7889910.
HSL color Cylindrical-coordinate representation of color #F66378: hue angle of 351.43º 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 #F66378 is Cyan = 0, Magento = 0.60, Yellow = 0.51 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 99 | 120 | - |
| CMYK | 0 | 0.60 | 0.51 | 0.04 |
| HSL | 351.43º | 0.89% | 0.68% | - |
| HSV(B) | 351.43º | 0.6% | 0.96% | - |
| XYZ | 45.86 | 29.87 | 21.12 | - |
| YUV | 145.35 | 113.7 | 199.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 99 | 120 | 0 | 0.60 | 0.51 | 0.04 | 351.43 | 0.89 | 0.68 |
| Hex | F6 | 63 | 78 | 0 | 3C | 33 | 4 | 15F | 59 | 44 |
| Octal | 366 | 143 | 170 | 0 | 74 | 63 | 4 | 537 | 131 | 104 |
| Binary | 11110110 | 1100011 | 1111000 | 0 | 111100 | 110011 | 100 | 101011111 | 1011001 | 1000100 |
Color Harmonies of #F66378
Complementary color
Monochromatic Colors of #F66378
Black with #F66378
Text Example
Text Example
White with #F66378
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F66378; }
p { color: rgb(246,99,120); }
H1.HeaderClassName
{
color: #F66378;
}
.AnyTagClassName
{
color: #F66378;
}
</style>
background-color css
<style>
a { background-color: #F66378; }
a { background-color: rgb(246,99,120); }
div.DivClassName
{
background-color: #F66378;
}
.BgClassName
{
background-color: #F66378;
}
</style>
border-color css
<style>
span { border-color: #F66378; }
span { border-color: rgb(246,99,120); }
td.TdClassName
{
border-color: #F66378;
}
.TagClassName
{
border-color: #F66378;
}
</style>