Shades of Brink Pink #F0647D
Tints of Brink Pink #F0647D
RGB
CMYK
RGB Variations
Color information
#F0647D (or 0xF0647D) is known color: Brink Pink. HEX triplet: F0, 64 and 7D. RGB value is (240,100,125). Sum of RGB (Red+Green+Blue) = 240+100+125=465 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.61% from 465); Green value is 100 (39.45% from 255 or 21.51% from 465); Blue value is 125 (49.22% from 255 or 26.88% from 465); Max value from RGB is 240 - color contains mainly: red. Hex color #F0647D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F0647D is #0F9B82. Grayscale: #909090. Windows color (decimal): -1022851 or 8217840. OLE color: 8217840.
HSL color Cylindrical-coordinate representation of color #F0647D: hue angle of 349.29º 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 #F0647D is Cyan = 0, Magento = 0.58, Yellow = 0.48 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 100 | 125 | - |
| CMYK | 0 | 0.58 | 0.48 | 0.06 |
| HSL | 349.29º | 0.82% | 0.67% | - |
| HSV(B) | 349.29º | 0.58% | 0.94% | - |
| XYZ | 44.19 | 29.12 | 22.69 | - |
| YUV | 144.71 | 116.88 | 195.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 100 | 125 | 0 | 0.58 | 0.48 | 0.06 | 349.29 | 0.82 | 0.67 |
| Hex | F0 | 64 | 7D | 0 | 3A | 30 | 6 | 15D | 52 | 43 |
| Octal | 360 | 144 | 175 | 0 | 72 | 60 | 6 | 535 | 122 | 103 |
| Binary | 11110000 | 1100100 | 1111101 | 0 | 111010 | 110000 | 110 | 101011101 | 1010010 | 1000011 |
Color Harmonies of #F0647D
Complementary color
Monochromatic Colors of #F0647D
Black with #F0647D
Text Example
Text Example
White with #F0647D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0647D; }
p { color: rgb(240,100,125); }
H1.HeaderClassName
{
color: #F0647D;
}
.AnyTagClassName
{
color: #F0647D;
}
</style>
background-color css
<style>
a { background-color: #F0647D; }
a { background-color: rgb(240,100,125); }
div.DivClassName
{
background-color: #F0647D;
}
.BgClassName
{
background-color: #F0647D;
}
</style>
border-color css
<style>
span { border-color: #F0647D; }
span { border-color: rgb(240,100,125); }
td.TdClassName
{
border-color: #F0647D;
}
.TagClassName
{
border-color: #F0647D;
}
</style>