Shades of Brink Pink #F6637E
Tints of Brink Pink #F6637E
RGB
CMYK
RGB Variations
Color information
#F6637E (or 0xF6637E) is known color: Brink Pink. HEX triplet: F6, 63 and 7E. RGB value is (246,99,126). Sum of RGB (Red+Green+Blue) = 246+99+126=471 (62% of max value = 765). Red value is 246 (96.48% from 255 or 52.23% from 471); Green value is 99 (39.06% from 255 or 21.02% from 471); Blue value is 126 (49.61% from 255 or 26.75% from 471); Max value from RGB is 246 - color contains mainly: red. Hex color #F6637E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F6637E is #099C81. Grayscale: #929292. Windows color (decimal): -629890 or 8283126. OLE color: 8283126.
HSL color Cylindrical-coordinate representation of color #F6637E: hue angle of 348.98º 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 #F6637E is Cyan = 0, Magento = 0.60, Yellow = 0.49 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 99 | 126 | - |
| CMYK | 0 | 0.60 | 0.49 | 0.04 |
| HSL | 348.98º | 0.89% | 0.68% | - |
| HSV(B) | 348.98º | 0.6% | 0.96% | - |
| XYZ | 46.23 | 30.02 | 23.1 | - |
| YUV | 146.03 | 116.7 | 199.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 99 | 126 | 0 | 0.60 | 0.49 | 0.04 | 348.98 | 0.89 | 0.68 |
| Hex | F6 | 63 | 7E | 0 | 3C | 31 | 4 | 15D | 59 | 44 |
| Octal | 366 | 143 | 176 | 0 | 74 | 61 | 4 | 535 | 131 | 104 |
| Binary | 11110110 | 1100011 | 1111110 | 0 | 111100 | 110001 | 100 | 101011101 | 1011001 | 1000100 |
Color Harmonies of #F6637E
Complementary color
Monochromatic Colors of #F6637E
Black with #F6637E
Text Example
Text Example
White with #F6637E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6637E; }
p { color: rgb(246,99,126); }
H1.HeaderClassName
{
color: #F6637E;
}
.AnyTagClassName
{
color: #F6637E;
}
</style>
background-color css
<style>
a { background-color: #F6637E; }
a { background-color: rgb(246,99,126); }
div.DivClassName
{
background-color: #F6637E;
}
.BgClassName
{
background-color: #F6637E;
}
</style>
border-color css
<style>
span { border-color: #F6637E; }
span { border-color: rgb(246,99,126); }
td.TdClassName
{
border-color: #F6637E;
}
.TagClassName
{
border-color: #F6637E;
}
</style>