Shades of Brink Pink #F06A83
Tints of Brink Pink #F06A83
RGB
CMYK
RGB Variations
Color information
#F06A83 (or 0xF06A83) is known color: Brink Pink. HEX triplet: F0, 6A and 83. RGB value is (240,106,131). Sum of RGB (Red+Green+Blue) = 240+106+131=477 (63% of max value = 765). Red value is 240 (94.14% from 255 or 50.31% from 477); Green value is 106 (41.80% from 255 or 22.22% from 477); Blue value is 131 (51.56% from 255 or 27.46% from 477); Max value from RGB is 240 - color contains mainly: red. Hex color #F06A83 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F06A83 is #0F957C. Grayscale: #949494. Windows color (decimal): -1021309 or 8612592. OLE color: 8612592.
HSL color Cylindrical-coordinate representation of color #F06A83: hue angle of 348.81º degrees, saturation: 0.82, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F06A83 is Cyan = 0, Magento = 0.56, Yellow = 0.45 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 106 | 131 | - |
| CMYK | 0 | 0.56 | 0.45 | 0.06 |
| HSL | 348.81º | 0.82% | 0.68% | - |
| HSV(B) | 348.81º | 0.56% | 0.94% | - |
| XYZ | 45.19 | 30.47 | 24.97 | - |
| YUV | 148.92 | 117.89 | 192.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 106 | 131 | 0 | 0.56 | 0.45 | 0.06 | 348.81 | 0.82 | 0.68 |
| Hex | F0 | 6A | 83 | 0 | 38 | 2D | 6 | 15D | 52 | 44 |
| Octal | 360 | 152 | 203 | 0 | 70 | 55 | 6 | 535 | 122 | 104 |
| Binary | 11110000 | 1101010 | 10000011 | 0 | 111000 | 101101 | 110 | 101011101 | 1010010 | 1000100 |
Color Harmonies of #F06A83
Complementary color
Monochromatic Colors of #F06A83
Black with #F06A83
Text Example
Text Example
White with #F06A83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F06A83; }
p { color: rgb(240,106,131); }
H1.HeaderClassName
{
color: #F06A83;
}
.AnyTagClassName
{
color: #F06A83;
}
</style>
background-color css
<style>
a { background-color: #F06A83; }
a { background-color: rgb(240,106,131); }
div.DivClassName
{
background-color: #F06A83;
}
.BgClassName
{
background-color: #F06A83;
}
</style>
border-color css
<style>
span { border-color: #F06A83; }
span { border-color: rgb(240,106,131); }
td.TdClassName
{
border-color: #F06A83;
}
.TagClassName
{
border-color: #F06A83;
}
</style>