Shades of Brink Pink #F65F81
Tints of Brink Pink #F65F81
RGB
CMYK
RGB Variations
Color information
#F65F81 (or 0xF65F81) is known color: Brink Pink. HEX triplet: F6, 5F and 81. RGB value is (246,95,129). Sum of RGB (Red+Green+Blue) = 246+95+129=470 (62% of max value = 765). Red value is 246 (96.48% from 255 or 52.34% from 470); Green value is 95 (37.5% from 255 or 20.21% from 470); Blue value is 129 (50.78% from 255 or 27.45% from 470); Max value from RGB is 246 - color contains mainly: red. Hex color #F65F81 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F65F81 is #09A07E. Grayscale: #909090. Windows color (decimal): -630911 or 8478710. OLE color: 8478710.
HSL color Cylindrical-coordinate representation of color #F65F81: hue angle of 346.49º 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 #F65F81 is Cyan = 0, Magento = 0.61, Yellow = 0.48 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 95 | 129 | - |
| CMYK | 0 | 0.61 | 0.48 | 0.04 |
| HSL | 346.49º | 0.89% | 0.67% | - |
| HSV(B) | 346.49º | 0.61% | 0.96% | - |
| XYZ | 46.06 | 29.36 | 24.01 | - |
| YUV | 144.03 | 119.53 | 200.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 95 | 129 | 0 | 0.61 | 0.48 | 0.04 | 346.49 | 0.89 | 0.67 |
| Hex | F6 | 5F | 81 | 0 | 3D | 30 | 4 | 15A | 59 | 43 |
| Octal | 366 | 137 | 201 | 0 | 75 | 60 | 4 | 532 | 131 | 103 |
| Binary | 11110110 | 1011111 | 10000001 | 0 | 111101 | 110000 | 100 | 101011010 | 1011001 | 1000011 |
Color Harmonies of #F65F81
Complementary color
Monochromatic Colors of #F65F81
Black with #F65F81
Text Example
Text Example
White with #F65F81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F65F81; }
p { color: rgb(246,95,129); }
H1.HeaderClassName
{
color: #F65F81;
}
.AnyTagClassName
{
color: #F65F81;
}
</style>
background-color css
<style>
a { background-color: #F65F81; }
a { background-color: rgb(246,95,129); }
div.DivClassName
{
background-color: #F65F81;
}
.BgClassName
{
background-color: #F65F81;
}
</style>
border-color css
<style>
span { border-color: #F65F81; }
span { border-color: rgb(246,95,129); }
td.TdClassName
{
border-color: #F65F81;
}
.TagClassName
{
border-color: #F65F81;
}
</style>