Shades of Brink Pink #F8647F
Tints of Brink Pink #F8647F
RGB
CMYK
RGB Variations
Color information
#F8647F (or 0xF8647F) is known color: Brink Pink. HEX triplet: F8, 64 and 7F. RGB value is (248,100,127). Sum of RGB (Red+Green+Blue) = 248+100+127=475 (62% of max value = 765). Red value is 248 (97.27% from 255 or 52.21% from 475); Green value is 100 (39.45% from 255 or 21.05% from 475); Blue value is 127 (50% from 255 or 26.74% from 475); Max value from RGB is 248 - color contains mainly: red. Hex color #F8647F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F8647F is #079B80. Grayscale: #939393. Windows color (decimal): -498561 or 8348920. OLE color: 8348920.
HSL color Cylindrical-coordinate representation of color #F8647F: hue angle of 349.05º degrees, saturation: 0.91, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F8647F is Cyan = 0, Magento = 0.60, Yellow = 0.49 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 100 | 127 | - |
| CMYK | 0 | 0.60 | 0.49 | 0.03 |
| HSL | 349.05º | 0.91% | 0.68% | - |
| HSV(B) | 349.05º | 0.6% | 0.97% | - |
| XYZ | 47.1 | 30.6 | 23.5 | - |
| YUV | 147.33 | 116.53 | 199.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 100 | 127 | 0 | 0.60 | 0.49 | 0.03 | 349.05 | 0.91 | 0.68 |
| Hex | F8 | 64 | 7F | 0 | 3C | 31 | 3 | 15D | 5B | 44 |
| Octal | 370 | 144 | 177 | 0 | 74 | 61 | 3 | 535 | 133 | 104 |
| Binary | 11111000 | 1100100 | 1111111 | 0 | 111100 | 110001 | 11 | 101011101 | 1011011 | 1000100 |
Color Harmonies of #F8647F
Complementary color
Monochromatic Colors of #F8647F
Black with #F8647F
Text Example
Text Example
White with #F8647F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8647F; }
p { color: rgb(248,100,127); }
H1.HeaderClassName
{
color: #F8647F;
}
.AnyTagClassName
{
color: #F8647F;
}
</style>
background-color css
<style>
a { background-color: #F8647F; }
a { background-color: rgb(248,100,127); }
div.DivClassName
{
background-color: #F8647F;
}
.BgClassName
{
background-color: #F8647F;
}
</style>
border-color css
<style>
span { border-color: #F8647F; }
span { border-color: rgb(248,100,127); }
td.TdClassName
{
border-color: #F8647F;
}
.TagClassName
{
border-color: #F8647F;
}
</style>