Shades of Brink Pink #F06486
Tints of Brink Pink #F06486
RGB
CMYK
RGB Variations
Color information
#F06486 (or 0xF06486) is known color: Brink Pink. HEX triplet: F0, 64 and 86. RGB value is (240,100,134). Sum of RGB (Red+Green+Blue) = 240+100+134=474 (62% of max value = 765). Red value is 240 (94.14% from 255 or 50.63% from 474); Green value is 100 (39.45% from 255 or 21.10% from 474); Blue value is 134 (52.73% from 255 or 28.27% from 474); Max value from RGB is 240 - color contains mainly: red. Hex color #F06486 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F06486 is #0F9B79. Grayscale: #919191. Windows color (decimal): -1022842 or 8807664. OLE color: 8807664.
HSL color Cylindrical-coordinate representation of color #F06486: hue angle of 345.43º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F06486 is Cyan = 0, Magento = 0.58, Yellow = 0.44 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 100 | 134 | - |
| CMYK | 0 | 0.58 | 0.44 | 0.06 |
| HSL | 345.43º | 0.82% | 0.67% | - |
| HSV(B) | 345.43º | 0.58% | 0.94% | - |
| XYZ | 44.8 | 29.36 | 25.86 | - |
| YUV | 145.74 | 121.38 | 195.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 100 | 134 | 0 | 0.58 | 0.44 | 0.06 | 345.43 | 0.82 | 0.67 |
| Hex | F0 | 64 | 86 | 0 | 3A | 2C | 6 | 159 | 52 | 43 |
| Octal | 360 | 144 | 206 | 0 | 72 | 54 | 6 | 531 | 122 | 103 |
| Binary | 11110000 | 1100100 | 10000110 | 0 | 111010 | 101100 | 110 | 101011001 | 1010010 | 1000011 |
Color Harmonies of #F06486
Complementary color
Monochromatic Colors of #F06486
Black with #F06486
Text Example
Text Example
White with #F06486
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F06486; }
p { color: rgb(240,100,134); }
H1.HeaderClassName
{
color: #F06486;
}
.AnyTagClassName
{
color: #F06486;
}
</style>
background-color css
<style>
a { background-color: #F06486; }
a { background-color: rgb(240,100,134); }
div.DivClassName
{
background-color: #F06486;
}
.BgClassName
{
background-color: #F06486;
}
</style>
border-color css
<style>
span { border-color: #F06486; }
span { border-color: rgb(240,100,134); }
td.TdClassName
{
border-color: #F06486;
}
.TagClassName
{
border-color: #F06486;
}
</style>