Shades of Brink Pink #F65580
Tints of Brink Pink #F65580
RGB
CMYK
RGB Variations
Color information
#F65580 (or 0xF65580) is known color: Brink Pink. HEX triplet: F6, 55 and 80. RGB value is (246,85,128). Sum of RGB (Red+Green+Blue) = 246+85+128=459 (60% of max value = 765). Red value is 246 (96.48% from 255 or 53.59% from 459); Green value is 85 (33.59% from 255 or 18.52% from 459); Blue value is 128 (50.39% from 255 or 27.89% from 459); Max value from RGB is 246 - color contains mainly: red. Hex color #F65580 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F65580 is #09AA7F. Grayscale: #8A8A8A. Windows color (decimal): -633472 or 8410614. OLE color: 8410614.
HSL color Cylindrical-coordinate representation of color #F65580: hue angle of 343.98º 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 #F65580 is Cyan = 0, Magento = 0.65, Yellow = 0.48 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 85 | 128 | - |
| CMYK | 0 | 0.65 | 0.48 | 0.04 |
| HSL | 343.98º | 0.9% | 0.65% | - |
| HSV(B) | 343.98º | 0.65% | 0.96% | - |
| XYZ | 45.15 | 27.65 | 23.38 | - |
| YUV | 138.04 | 122.34 | 205 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 85 | 128 | 0 | 0.65 | 0.48 | 0.04 | 343.98 | 0.9 | 0.65 |
| Hex | F6 | 55 | 80 | 0 | 41 | 30 | 4 | 158 | 5A | 41 |
| Octal | 366 | 125 | 200 | 0 | 101 | 60 | 4 | 530 | 132 | 101 |
| Binary | 11110110 | 1010101 | 10000000 | 0 | 1000001 | 110000 | 100 | 101011000 | 1011010 | 1000001 |
Color Harmonies of #F65580
Complementary color
Monochromatic Colors of #F65580
Black with #F65580
Text Example
Text Example
White with #F65580
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F65580; }
p { color: rgb(246,85,128); }
H1.HeaderClassName
{
color: #F65580;
}
.AnyTagClassName
{
color: #F65580;
}
</style>
background-color css
<style>
a { background-color: #F65580; }
a { background-color: rgb(246,85,128); }
div.DivClassName
{
background-color: #F65580;
}
.BgClassName
{
background-color: #F65580;
}
</style>
border-color css
<style>
span { border-color: #F65580; }
span { border-color: rgb(246,85,128); }
td.TdClassName
{
border-color: #F65580;
}
.TagClassName
{
border-color: #F65580;
}
</style>