Shades of Brink Pink #F06288
Tints of Brink Pink #F06288
RGB
CMYK
RGB Variations
Color information
#F06288 (or 0xF06288) is known color: Brink Pink. HEX triplet: F0, 62 and 88. RGB value is (240,98,136). Sum of RGB (Red+Green+Blue) = 240+98+136=474 (62% of max value = 765). Red value is 240 (94.14% from 255 or 50.63% from 474); Green value is 98 (38.67% from 255 or 20.68% from 474); Blue value is 136 (53.52% from 255 or 28.69% from 474); Max value from RGB is 240 - color contains mainly: red. Hex color #F06288 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F06288 is #0F9D77. Grayscale: #909090. Windows color (decimal): -1023352 or 8938224. OLE color: 8938224.
HSL color Cylindrical-coordinate representation of color #F06288: hue angle of 343.94º 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 #F06288 is Cyan = 0, Magento = 0.59, Yellow = 0.43 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 98 | 136 | - |
| CMYK | 0 | 0.59 | 0.43 | 0.06 |
| HSL | 343.94º | 0.83% | 0.66% | - |
| HSV(B) | 343.94º | 0.59% | 0.94% | - |
| XYZ | 44.75 | 29.04 | 26.54 | - |
| YUV | 144.79 | 123.04 | 195.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 98 | 136 | 0 | 0.59 | 0.43 | 0.06 | 343.94 | 0.83 | 0.66 |
| Hex | F0 | 62 | 88 | 0 | 3B | 2B | 6 | 158 | 53 | 42 |
| Octal | 360 | 142 | 210 | 0 | 73 | 53 | 6 | 530 | 123 | 102 |
| Binary | 11110000 | 1100010 | 10001000 | 0 | 111011 | 101011 | 110 | 101011000 | 1010011 | 1000010 |
Color Harmonies of #F06288
Complementary color
Monochromatic Colors of #F06288
Black with #F06288
Text Example
Text Example
White with #F06288
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F06288; }
p { color: rgb(240,98,136); }
H1.HeaderClassName
{
color: #F06288;
}
.AnyTagClassName
{
color: #F06288;
}
</style>
background-color css
<style>
a { background-color: #F06288; }
a { background-color: rgb(240,98,136); }
div.DivClassName
{
background-color: #F06288;
}
.BgClassName
{
background-color: #F06288;
}
</style>
border-color css
<style>
span { border-color: #F06288; }
span { border-color: rgb(240,98,136); }
td.TdClassName
{
border-color: #F06288;
}
.TagClassName
{
border-color: #F06288;
}
</style>