Shades of Brink Pink #F06282
Tints of Brink Pink #F06282
RGB
CMYK
RGB Variations
Color information
#F06282 (or 0xF06282) is known color: Brink Pink. HEX triplet: F0, 62 and 82. RGB value is (240,98,130). Sum of RGB (Red+Green+Blue) = 240+98+130=468 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.28% from 468); Green value is 98 (38.67% from 255 or 20.94% from 468); Blue value is 130 (51.17% from 255 or 27.78% from 468); Max value from RGB is 240 - color contains mainly: red. Hex color #F06282 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F06282 is #0F9D7D. Grayscale: #909090. Windows color (decimal): -1023358 or 8545008. OLE color: 8545008.
HSL color Cylindrical-coordinate representation of color #F06282: hue angle of 346.48º degrees, saturation: 0.83, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F06282 is Cyan = 0, Magento = 0.59, Yellow = 0.46 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 98 | 130 | - |
| CMYK | 0 | 0.59 | 0.46 | 0.06 |
| HSL | 346.48º | 0.83% | 0.66% | - |
| HSV(B) | 346.48º | 0.59% | 0.94% | - |
| XYZ | 44.33 | 28.87 | 24.36 | - |
| YUV | 144.11 | 120.04 | 196.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 98 | 130 | 0 | 0.59 | 0.46 | 0.06 | 346.48 | 0.83 | 0.66 |
| Hex | F0 | 62 | 82 | 0 | 3B | 2E | 6 | 15A | 53 | 42 |
| Octal | 360 | 142 | 202 | 0 | 73 | 56 | 6 | 532 | 123 | 102 |
| Binary | 11110000 | 1100010 | 10000010 | 0 | 111011 | 101110 | 110 | 101011010 | 1010011 | 1000010 |
Color Harmonies of #F06282
Complementary color
Monochromatic Colors of #F06282
Black with #F06282
Text Example
Text Example
White with #F06282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F06282; }
p { color: rgb(240,98,130); }
H1.HeaderClassName
{
color: #F06282;
}
.AnyTagClassName
{
color: #F06282;
}
</style>
background-color css
<style>
a { background-color: #F06282; }
a { background-color: rgb(240,98,130); }
div.DivClassName
{
background-color: #F06282;
}
.BgClassName
{
background-color: #F06282;
}
</style>
border-color css
<style>
span { border-color: #F06282; }
span { border-color: rgb(240,98,130); }
td.TdClassName
{
border-color: #F06282;
}
.TagClassName
{
border-color: #F06282;
}
</style>