Shades of Brink Pink #F06389
Tints of Brink Pink #F06389
RGB
CMYK
RGB Variations
Color information
#F06389 (or 0xF06389) is known color: Brink Pink. HEX triplet: F0, 63 and 89. RGB value is (240,99,137). Sum of RGB (Red+Green+Blue) = 240+99+137=476 (63% of max value = 765). Red value is 240 (94.14% from 255 or 50.42% from 476); Green value is 99 (39.06% from 255 or 20.80% from 476); Blue value is 137 (53.91% from 255 or 28.78% from 476); Max value from RGB is 240 - color contains mainly: red. Hex color #F06389 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F06389 is #0F9C76. Grayscale: #919191. Windows color (decimal): -1023095 or 9004016. OLE color: 9004016.
HSL color Cylindrical-coordinate representation of color #F06389: hue angle of 343.83º degrees, saturation: 0.82, 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 #F06389 is Cyan = 0, Magento = 0.59, Yellow = 0.43 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 99 | 137 | - |
| CMYK | 0 | 0.59 | 0.43 | 0.06 |
| HSL | 343.83º | 0.82% | 0.66% | - |
| HSV(B) | 343.83º | 0.59% | 0.94% | - |
| XYZ | 44.91 | 29.26 | 26.95 | - |
| YUV | 145.49 | 123.21 | 195.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 99 | 137 | 0 | 0.59 | 0.43 | 0.06 | 343.83 | 0.82 | 0.66 |
| Hex | F0 | 63 | 89 | 0 | 3B | 2B | 6 | 158 | 52 | 42 |
| Octal | 360 | 143 | 211 | 0 | 73 | 53 | 6 | 530 | 122 | 102 |
| Binary | 11110000 | 1100011 | 10001001 | 0 | 111011 | 101011 | 110 | 101011000 | 1010010 | 1000010 |
Color Harmonies of #F06389
Complementary color
Monochromatic Colors of #F06389
Black with #F06389
Text Example
Text Example
White with #F06389
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F06389; }
p { color: rgb(240,99,137); }
H1.HeaderClassName
{
color: #F06389;
}
.AnyTagClassName
{
color: #F06389;
}
</style>
background-color css
<style>
a { background-color: #F06389; }
a { background-color: rgb(240,99,137); }
div.DivClassName
{
background-color: #F06389;
}
.BgClassName
{
background-color: #F06389;
}
</style>
border-color css
<style>
span { border-color: #F06389; }
span { border-color: rgb(240,99,137); }
td.TdClassName
{
border-color: #F06389;
}
.TagClassName
{
border-color: #F06389;
}
</style>