Shades of Brink Pink #F06388
Tints of Brink Pink #F06388
RGB
CMYK
RGB Variations
Color information
#F06388 (or 0xF06388) is known color: Brink Pink. HEX triplet: F0, 63 and 88. RGB value is (240,99,136). Sum of RGB (Red+Green+Blue) = 240+99+136=475 (62% of max value = 765). Red value is 240 (94.14% from 255 or 50.53% from 475); Green value is 99 (39.06% from 255 or 20.84% from 475); Blue value is 136 (53.52% from 255 or 28.63% from 475); Max value from RGB is 240 - color contains mainly: red. Hex color #F06388 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F06388 is #0F9C77. Grayscale: #919191. Windows color (decimal): -1023096 or 8938480. OLE color: 8938480.
HSL color Cylindrical-coordinate representation of color #F06388: hue angle of 344.26º 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 #F06388 is Cyan = 0, Magento = 0.59, Yellow = 0.43 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 99 | 136 | - |
| CMYK | 0 | 0.59 | 0.43 | 0.06 |
| HSL | 344.26º | 0.82% | 0.66% | - |
| HSV(B) | 344.26º | 0.59% | 0.94% | - |
| XYZ | 44.84 | 29.23 | 26.57 | - |
| YUV | 145.38 | 122.71 | 195.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 99 | 136 | 0 | 0.59 | 0.43 | 0.06 | 344.26 | 0.82 | 0.66 |
| Hex | F0 | 63 | 88 | 0 | 3B | 2B | 6 | 158 | 52 | 42 |
| Octal | 360 | 143 | 210 | 0 | 73 | 53 | 6 | 530 | 122 | 102 |
| Binary | 11110000 | 1100011 | 10001000 | 0 | 111011 | 101011 | 110 | 101011000 | 1010010 | 1000010 |
Color Harmonies of #F06388
Complementary color
Monochromatic Colors of #F06388
Black with #F06388
Text Example
Text Example
White with #F06388
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F06388; }
p { color: rgb(240,99,136); }
H1.HeaderClassName
{
color: #F06388;
}
.AnyTagClassName
{
color: #F06388;
}
</style>
background-color css
<style>
a { background-color: #F06388; }
a { background-color: rgb(240,99,136); }
div.DivClassName
{
background-color: #F06388;
}
.BgClassName
{
background-color: #F06388;
}
</style>
border-color css
<style>
span { border-color: #F06388; }
span { border-color: rgb(240,99,136); }
td.TdClassName
{
border-color: #F06388;
}
.TagClassName
{
border-color: #F06388;
}
</style>