Shades of Brink Pink #F65781
Tints of Brink Pink #F65781
RGB
CMYK
RGB Variations
Color information
#F65781 (or 0xF65781) is known color: Brink Pink. HEX triplet: F6, 57 and 81. RGB value is (246,87,129). Sum of RGB (Red+Green+Blue) = 246+87+129=462 (61% of max value = 765). Red value is 246 (96.48% from 255 or 53.25% from 462); Green value is 87 (34.38% from 255 or 18.83% from 462); Blue value is 129 (50.78% from 255 or 27.92% from 462); Max value from RGB is 246 - color contains mainly: red. Hex color #F65781 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F65781 is #09A87E. Grayscale: #8B8B8B. Windows color (decimal): -632959 or 8476662. OLE color: 8476662.
HSL color Cylindrical-coordinate representation of color #F65781: hue angle of 344.15º 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 #F65781 is Cyan = 0, Magento = 0.65, Yellow = 0.48 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 87 | 129 | - |
| CMYK | 0 | 0.65 | 0.48 | 0.04 |
| HSL | 344.15º | 0.9% | 0.65% | - |
| HSV(B) | 344.15º | 0.65% | 0.96% | - |
| XYZ | 45.38 | 27.99 | 23.78 | - |
| YUV | 139.33 | 122.18 | 204.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 87 | 129 | 0 | 0.65 | 0.48 | 0.04 | 344.15 | 0.9 | 0.65 |
| Hex | F6 | 57 | 81 | 0 | 41 | 30 | 4 | 158 | 5A | 41 |
| Octal | 366 | 127 | 201 | 0 | 101 | 60 | 4 | 530 | 132 | 101 |
| Binary | 11110110 | 1010111 | 10000001 | 0 | 1000001 | 110000 | 100 | 101011000 | 1011010 | 1000001 |
Color Harmonies of #F65781
Complementary color
Monochromatic Colors of #F65781
Black with #F65781
Text Example
Text Example
White with #F65781
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F65781; }
p { color: rgb(246,87,129); }
H1.HeaderClassName
{
color: #F65781;
}
.AnyTagClassName
{
color: #F65781;
}
</style>
background-color css
<style>
a { background-color: #F65781; }
a { background-color: rgb(246,87,129); }
div.DivClassName
{
background-color: #F65781;
}
.BgClassName
{
background-color: #F65781;
}
</style>
border-color css
<style>
span { border-color: #F65781; }
span { border-color: rgb(246,87,129); }
td.TdClassName
{
border-color: #F65781;
}
.TagClassName
{
border-color: #F65781;
}
</style>