Shades of Brink Pink #F0617C
Tints of Brink Pink #F0617C
RGB
CMYK
RGB Variations
Color information
#F0617C (or 0xF0617C) is known color: Brink Pink. HEX triplet: F0, 61 and 7C. RGB value is (240,97,124). Sum of RGB (Red+Green+Blue) = 240+97+124=461 (61% of max value = 765). Red value is 240 (94.14% from 255 or 52.06% from 461); Green value is 97 (38.28% from 255 or 21.04% from 461); Blue value is 124 (48.83% from 255 or 26.90% from 461); Max value from RGB is 240 - color contains mainly: red. Hex color #F0617C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F0617C is #0F9E83. Grayscale: #8E8E8E. Windows color (decimal): -1023620 or 8151536. OLE color: 8151536.
HSL color Cylindrical-coordinate representation of color #F0617C: hue angle of 348.67º 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 #F0617C is Cyan = 0, Magento = 0.60, Yellow = 0.48 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 97 | 124 | - |
| CMYK | 0 | 0.60 | 0.48 | 0.06 |
| HSL | 348.67º | 0.83% | 0.66% | - |
| HSV(B) | 348.67º | 0.6% | 0.94% | - |
| XYZ | 43.85 | 28.53 | 22.26 | - |
| YUV | 142.84 | 117.38 | 197.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 97 | 124 | 0 | 0.60 | 0.48 | 0.06 | 348.67 | 0.83 | 0.66 |
| Hex | F0 | 61 | 7C | 0 | 3C | 30 | 6 | 15D | 53 | 42 |
| Octal | 360 | 141 | 174 | 0 | 74 | 60 | 6 | 535 | 123 | 102 |
| Binary | 11110000 | 1100001 | 1111100 | 0 | 111100 | 110000 | 110 | 101011101 | 1010011 | 1000010 |
Color Harmonies of #F0617C
Complementary color
Monochromatic Colors of #F0617C
Black with #F0617C
Text Example
Text Example
White with #F0617C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0617C; }
p { color: rgb(240,97,124); }
H1.HeaderClassName
{
color: #F0617C;
}
.AnyTagClassName
{
color: #F0617C;
}
</style>
background-color css
<style>
a { background-color: #F0617C; }
a { background-color: rgb(240,97,124); }
div.DivClassName
{
background-color: #F0617C;
}
.BgClassName
{
background-color: #F0617C;
}
</style>
border-color css
<style>
span { border-color: #F0617C; }
span { border-color: rgb(240,97,124); }
td.TdClassName
{
border-color: #F0617C;
}
.TagClassName
{
border-color: #F0617C;
}
</style>