Shades of Brink Pink #F0647C
Tints of Brink Pink #F0647C
RGB
CMYK
RGB Variations
Color information
#F0647C (or 0xF0647C) is known color: Brink Pink. HEX triplet: F0, 64 and 7C. RGB value is (240,100,124). Sum of RGB (Red+Green+Blue) = 240+100+124=464 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.72% from 464); Green value is 100 (39.45% from 255 or 21.55% from 464); Blue value is 124 (48.83% from 255 or 26.72% from 464); Max value from RGB is 240 - color contains mainly: red. Hex color #F0647C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F0647C is #0F9B83. Grayscale: #909090. Windows color (decimal): -1022852 or 8152304. OLE color: 8152304.
HSL color Cylindrical-coordinate representation of color #F0647C: hue angle of 349.71º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F0647C is Cyan = 0, Magento = 0.58, Yellow = 0.48 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 100 | 124 | - |
| CMYK | 0 | 0.58 | 0.48 | 0.06 |
| HSL | 349.71º | 0.82% | 0.67% | - |
| HSV(B) | 349.71º | 0.58% | 0.94% | - |
| XYZ | 44.13 | 29.09 | 22.36 | - |
| YUV | 144.6 | 116.38 | 196.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 100 | 124 | 0 | 0.58 | 0.48 | 0.06 | 349.71 | 0.82 | 0.67 |
| Hex | F0 | 64 | 7C | 0 | 3A | 30 | 6 | 15E | 52 | 43 |
| Octal | 360 | 144 | 174 | 0 | 72 | 60 | 6 | 536 | 122 | 103 |
| Binary | 11110000 | 1100100 | 1111100 | 0 | 111010 | 110000 | 110 | 101011110 | 1010010 | 1000011 |
Color Harmonies of #F0647C
Complementary color
Monochromatic Colors of #F0647C
Black with #F0647C
Text Example
Text Example
White with #F0647C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0647C; }
p { color: rgb(240,100,124); }
H1.HeaderClassName
{
color: #F0647C;
}
.AnyTagClassName
{
color: #F0647C;
}
</style>
background-color css
<style>
a { background-color: #F0647C; }
a { background-color: rgb(240,100,124); }
div.DivClassName
{
background-color: #F0647C;
}
.BgClassName
{
background-color: #F0647C;
}
</style>
border-color css
<style>
span { border-color: #F0647C; }
span { border-color: rgb(240,100,124); }
td.TdClassName
{
border-color: #F0647C;
}
.TagClassName
{
border-color: #F0647C;
}
</style>