Shades of Brink Pink #F06182
Tints of Brink Pink #F06182
RGB
CMYK
RGB Variations
Color information
#F06182 (or 0xF06182) is known color: Brink Pink. HEX triplet: F0, 61 and 82. RGB value is (240,97,130). Sum of RGB (Red+Green+Blue) = 240+97+130=467 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.39% from 467); Green value is 97 (38.28% from 255 or 20.77% from 467); Blue value is 130 (51.17% from 255 or 27.84% from 467); Max value from RGB is 240 - color contains mainly: red. Hex color #F06182 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F06182 is #0F9E7D. Grayscale: #8F8F8F. Windows color (decimal): -1023614 or 8544752. OLE color: 8544752.
HSL color Cylindrical-coordinate representation of color #F06182: hue angle of 346.15º degrees, saturation: 0.83, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F06182 is Cyan = 0, Magento = 0.60, Yellow = 0.46 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 97 | 130 | - |
| CMYK | 0 | 0.60 | 0.46 | 0.06 |
| HSL | 346.15º | 0.83% | 0.66% | - |
| HSV(B) | 346.15º | 0.6% | 0.94% | - |
| XYZ | 44.24 | 28.69 | 24.32 | - |
| YUV | 143.52 | 120.38 | 196.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 97 | 130 | 0 | 0.60 | 0.46 | 0.06 | 346.15 | 0.83 | 0.66 |
| Hex | F0 | 61 | 82 | 0 | 3C | 2E | 6 | 15A | 53 | 42 |
| Octal | 360 | 141 | 202 | 0 | 74 | 56 | 6 | 532 | 123 | 102 |
| Binary | 11110000 | 1100001 | 10000010 | 0 | 111100 | 101110 | 110 | 101011010 | 1010011 | 1000010 |
Color Harmonies of #F06182
Complementary color
Monochromatic Colors of #F06182
Black with #F06182
Text Example
Text Example
White with #F06182
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F06182; }
p { color: rgb(240,97,130); }
H1.HeaderClassName
{
color: #F06182;
}
.AnyTagClassName
{
color: #F06182;
}
</style>
background-color css
<style>
a { background-color: #F06182; }
a { background-color: rgb(240,97,130); }
div.DivClassName
{
background-color: #F06182;
}
.BgClassName
{
background-color: #F06182;
}
</style>
border-color css
<style>
span { border-color: #F06182; }
span { border-color: rgb(240,97,130); }
td.TdClassName
{
border-color: #F06182;
}
.TagClassName
{
border-color: #F06182;
}
</style>