Shades of Brink Pink #F65F8E
Tints of Brink Pink #F65F8E
RGB
CMYK
RGB Variations
Color information
#F65F8E (or 0xF65F8E) is known color: Brink Pink. HEX triplet: F6, 5F and 8E. RGB value is (246,95,142). Sum of RGB (Red+Green+Blue) = 246+95+142=483 (63% of max value = 765). Red value is 246 (96.48% from 255 or 50.93% from 483); Green value is 95 (37.5% from 255 or 19.67% from 483); Blue value is 142 (55.86% from 255 or 29.40% from 483); Max value from RGB is 246 - color contains mainly: red. Hex color #F65F8E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F65F8E is #09A071. Grayscale: #919191. Windows color (decimal): -630898 or 9330678. OLE color: 9330678.
HSL color Cylindrical-coordinate representation of color #F65F8E: hue angle of 341.32º degrees, saturation: 0.89, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F65F8E is Cyan = 0, Magento = 0.61, Yellow = 0.42 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 95 | 142 | - |
| CMYK | 0 | 0.61 | 0.42 | 0.04 |
| HSL | 341.32º | 0.89% | 0.67% | - |
| HSV(B) | 341.32º | 0.61% | 0.96% | - |
| XYZ | 46.98 | 29.73 | 28.85 | - |
| YUV | 145.51 | 126.03 | 199.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 95 | 142 | 0 | 0.61 | 0.42 | 0.04 | 341.32 | 0.89 | 0.67 |
| Hex | F6 | 5F | 8E | 0 | 3D | 2A | 4 | 155 | 59 | 43 |
| Octal | 366 | 137 | 216 | 0 | 75 | 52 | 4 | 525 | 131 | 103 |
| Binary | 11110110 | 1011111 | 10001110 | 0 | 111101 | 101010 | 100 | 101010101 | 1011001 | 1000011 |
Color Harmonies of #F65F8E
Complementary color
Monochromatic Colors of #F65F8E
Black with #F65F8E
Text Example
Text Example
White with #F65F8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F65F8E; }
p { color: rgb(246,95,142); }
H1.HeaderClassName
{
color: #F65F8E;
}
.AnyTagClassName
{
color: #F65F8E;
}
</style>
background-color css
<style>
a { background-color: #F65F8E; }
a { background-color: rgb(246,95,142); }
div.DivClassName
{
background-color: #F65F8E;
}
.BgClassName
{
background-color: #F65F8E;
}
</style>
border-color css
<style>
span { border-color: #F65F8E; }
span { border-color: rgb(246,95,142); }
td.TdClassName
{
border-color: #F65F8E;
}
.TagClassName
{
border-color: #F65F8E;
}
</style>