Shades of Brink Pink #F0618B
Tints of Brink Pink #F0618B
RGB
CMYK
RGB Variations
Color information
#F0618B (or 0xF0618B) is known color: Brink Pink. HEX triplet: F0, 61 and 8B. RGB value is (240,97,139). Sum of RGB (Red+Green+Blue) = 240+97+139=476 (63% of max value = 765). Red value is 240 (94.14% from 255 or 50.42% from 476); Green value is 97 (38.28% from 255 or 20.38% from 476); Blue value is 139 (54.69% from 255 or 29.20% from 476); Max value from RGB is 240 - color contains mainly: red. Hex color #F0618B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F0618B is #0F9E74. Grayscale: #909090. Windows color (decimal): -1023605 or 9134576. OLE color: 9134576.
HSL color Cylindrical-coordinate representation of color #F0618B: hue angle of 342.38º 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 #F0618B is Cyan = 0, Magento = 0.60, Yellow = 0.42 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 97 | 139 | - |
| CMYK | 0 | 0.60 | 0.42 | 0.06 |
| HSL | 342.38º | 0.83% | 0.66% | - |
| HSV(B) | 342.38º | 0.6% | 0.94% | - |
| XYZ | 44.87 | 28.94 | 27.65 | - |
| YUV | 144.55 | 124.88 | 196.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 97 | 139 | 0 | 0.60 | 0.42 | 0.06 | 342.38 | 0.83 | 0.66 |
| Hex | F0 | 61 | 8B | 0 | 3C | 2A | 6 | 156 | 53 | 42 |
| Octal | 360 | 141 | 213 | 0 | 74 | 52 | 6 | 526 | 123 | 102 |
| Binary | 11110000 | 1100001 | 10001011 | 0 | 111100 | 101010 | 110 | 101010110 | 1010011 | 1000010 |
Color Harmonies of #F0618B
Complementary color
Monochromatic Colors of #F0618B
Black with #F0618B
Text Example
Text Example
White with #F0618B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0618B; }
p { color: rgb(240,97,139); }
H1.HeaderClassName
{
color: #F0618B;
}
.AnyTagClassName
{
color: #F0618B;
}
</style>
background-color css
<style>
a { background-color: #F0618B; }
a { background-color: rgb(240,97,139); }
div.DivClassName
{
background-color: #F0618B;
}
.BgClassName
{
background-color: #F0618B;
}
</style>
border-color css
<style>
span { border-color: #F0618B; }
span { border-color: rgb(240,97,139); }
td.TdClassName
{
border-color: #F0618B;
}
.TagClassName
{
border-color: #F0618B;
}
</style>