Shades of Brink Pink #F6557F
Tints of Brink Pink #F6557F
RGB
CMYK
RGB Variations
Color information
#F6557F (or 0xF6557F) is known color: Brink Pink. HEX triplet: F6, 55 and 7F. RGB value is (246,85,127). Sum of RGB (Red+Green+Blue) = 246+85+127=458 (60% of max value = 765). Red value is 246 (96.48% from 255 or 53.71% from 458); Green value is 85 (33.59% from 255 or 18.56% from 458); Blue value is 127 (50% from 255 or 27.73% from 458); Max value from RGB is 246 - color contains mainly: red. Hex color #F6557F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F6557F is #09AA80. Grayscale: #898989. Windows color (decimal): -633473 or 8345078. OLE color: 8345078.
HSL color Cylindrical-coordinate representation of color #F6557F: hue angle of 344.35º degrees, saturation: 0.9, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F6557F is Cyan = 0, Magento = 0.65, Yellow = 0.48 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 85 | 127 | - |
| CMYK | 0 | 0.65 | 0.48 | 0.04 |
| HSL | 344.35º | 0.9% | 0.65% | - |
| HSV(B) | 344.35º | 0.65% | 0.96% | - |
| XYZ | 45.09 | 27.62 | 23.03 | - |
| YUV | 137.93 | 121.84 | 205.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 85 | 127 | 0 | 0.65 | 0.48 | 0.04 | 344.35 | 0.9 | 0.65 |
| Hex | F6 | 55 | 7F | 0 | 41 | 30 | 4 | 158 | 5A | 41 |
| Octal | 366 | 125 | 177 | 0 | 101 | 60 | 4 | 530 | 132 | 101 |
| Binary | 11110110 | 1010101 | 1111111 | 0 | 1000001 | 110000 | 100 | 101011000 | 1011010 | 1000001 |
Color Harmonies of #F6557F
Complementary color
Monochromatic Colors of #F6557F
Black with #F6557F
Text Example
Text Example
White with #F6557F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6557F; }
p { color: rgb(246,85,127); }
H1.HeaderClassName
{
color: #F6557F;
}
.AnyTagClassName
{
color: #F6557F;
}
</style>
background-color css
<style>
a { background-color: #F6557F; }
a { background-color: rgb(246,85,127); }
div.DivClassName
{
background-color: #F6557F;
}
.BgClassName
{
background-color: #F6557F;
}
</style>
border-color css
<style>
span { border-color: #F6557F; }
span { border-color: rgb(246,85,127); }
td.TdClassName
{
border-color: #F6557F;
}
.TagClassName
{
border-color: #F6557F;
}
</style>