Shades of Brink Pink #F0647F
Tints of Brink Pink #F0647F
RGB
CMYK
RGB Variations
Color information
#F0647F (or 0xF0647F) is known color: Brink Pink. HEX triplet: F0, 64 and 7F. RGB value is (240,100,127). Sum of RGB (Red+Green+Blue) = 240+100+127=467 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.39% from 467); Green value is 100 (39.45% from 255 or 21.41% from 467); Blue value is 127 (50% from 255 or 27.19% from 467); Max value from RGB is 240 - color contains mainly: red. Hex color #F0647F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F0647F is #0F9B80. Grayscale: #909090. Windows color (decimal): -1022849 or 8348912. OLE color: 8348912.
HSL color Cylindrical-coordinate representation of color #F0647F: hue angle of 348.43º 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 #F0647F is Cyan = 0, Magento = 0.58, Yellow = 0.47 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 100 | 127 | - |
| CMYK | 0 | 0.58 | 0.47 | 0.06 |
| HSL | 348.43º | 0.82% | 0.67% | - |
| HSV(B) | 348.43º | 0.58% | 0.94% | - |
| XYZ | 44.32 | 29.17 | 23.37 | - |
| YUV | 144.94 | 117.88 | 195.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 100 | 127 | 0 | 0.58 | 0.47 | 0.06 | 348.43 | 0.82 | 0.67 |
| Hex | F0 | 64 | 7F | 0 | 3A | 2F | 6 | 15C | 52 | 43 |
| Octal | 360 | 144 | 177 | 0 | 72 | 57 | 6 | 534 | 122 | 103 |
| Binary | 11110000 | 1100100 | 1111111 | 0 | 111010 | 101111 | 110 | 101011100 | 1010010 | 1000011 |
Color Harmonies of #F0647F
Complementary color
Monochromatic Colors of #F0647F
Black with #F0647F
Text Example
Text Example
White with #F0647F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0647F; }
p { color: rgb(240,100,127); }
H1.HeaderClassName
{
color: #F0647F;
}
.AnyTagClassName
{
color: #F0647F;
}
</style>
background-color css
<style>
a { background-color: #F0647F; }
a { background-color: rgb(240,100,127); }
div.DivClassName
{
background-color: #F0647F;
}
.BgClassName
{
background-color: #F0647F;
}
</style>
border-color css
<style>
span { border-color: #F0647F; }
span { border-color: rgb(240,100,127); }
td.TdClassName
{
border-color: #F0647F;
}
.TagClassName
{
border-color: #F0647F;
}
</style>