Shades of Brink Pink #F65F91
Tints of Brink Pink #F65F91
RGB
CMYK
RGB Variations
Color information
#F65F91 (or 0xF65F91) is known color: Brink Pink. HEX triplet: F6, 5F and 91. RGB value is (246,95,145). Sum of RGB (Red+Green+Blue) = 246+95+145=486 (64% of max value = 765). Red value is 246 (96.48% from 255 or 50.62% from 486); Green value is 95 (37.5% from 255 or 19.55% from 486); Blue value is 145 (57.03% from 255 or 29.84% from 486); Max value from RGB is 246 - color contains mainly: red. Hex color #F65F91 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F65F91 is #09A06E. Grayscale: #919191. Windows color (decimal): -630895 or 9527286. OLE color: 9527286.
HSL color Cylindrical-coordinate representation of color #F65F91: hue angle of 340.13º 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 #F65F91 is Cyan = 0, Magento = 0.61, Yellow = 0.41 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 95 | 145 | - |
| CMYK | 0 | 0.61 | 0.41 | 0.04 |
| HSL | 340.13º | 0.89% | 0.67% | - |
| HSV(B) | 340.13º | 0.61% | 0.96% | - |
| XYZ | 47.21 | 29.82 | 30.06 | - |
| YUV | 145.85 | 127.53 | 199.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 95 | 145 | 0 | 0.61 | 0.41 | 0.04 | 340.13 | 0.89 | 0.67 |
| Hex | F6 | 5F | 91 | 0 | 3D | 29 | 4 | 154 | 59 | 43 |
| Octal | 366 | 137 | 221 | 0 | 75 | 51 | 4 | 524 | 131 | 103 |
| Binary | 11110110 | 1011111 | 10010001 | 0 | 111101 | 101001 | 100 | 101010100 | 1011001 | 1000011 |
Color Harmonies of #F65F91
Complementary color
Monochromatic Colors of #F65F91
Black with #F65F91
Text Example
Text Example
White with #F65F91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F65F91; }
p { color: rgb(246,95,145); }
H1.HeaderClassName
{
color: #F65F91;
}
.AnyTagClassName
{
color: #F65F91;
}
</style>
background-color css
<style>
a { background-color: #F65F91; }
a { background-color: rgb(246,95,145); }
div.DivClassName
{
background-color: #F65F91;
}
.BgClassName
{
background-color: #F65F91;
}
</style>
border-color css
<style>
span { border-color: #F65F91; }
span { border-color: rgb(246,95,145); }
td.TdClassName
{
border-color: #F65F91;
}
.TagClassName
{
border-color: #F65F91;
}
</style>