Shades of Brink Pink #F8648F
Tints of Brink Pink #F8648F
RGB
CMYK
RGB Variations
Color information
#F8648F (or 0xF8648F) is known color: Brink Pink. HEX triplet: F8, 64 and 8F. RGB value is (248,100,143). Sum of RGB (Red+Green+Blue) = 248+100+143=491 (65% of max value = 765). Red value is 248 (97.27% from 255 or 50.51% from 491); Green value is 100 (39.45% from 255 or 20.37% from 491); Blue value is 143 (56.25% from 255 or 29.12% from 491); Max value from RGB is 248 - color contains mainly: red. Hex color #F8648F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F8648F is #079B70. Grayscale: #959595. Windows color (decimal): -498545 or 9397496. OLE color: 9397496.
HSL color Cylindrical-coordinate representation of color #F8648F: hue angle of 342.57º 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 #F8648F is Cyan = 0, Magento = 0.60, Yellow = 0.42 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 100 | 143 | - |
| CMYK | 0 | 0.60 | 0.42 | 0.03 |
| HSL | 342.57º | 0.91% | 0.68% | - |
| HSV(B) | 342.57º | 0.6% | 0.97% | - |
| XYZ | 48.23 | 31.05 | 29.44 | - |
| YUV | 149.15 | 124.53 | 198.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 100 | 143 | 0 | 0.60 | 0.42 | 0.03 | 342.57 | 0.91 | 0.68 |
| Hex | F8 | 64 | 8F | 0 | 3C | 2A | 3 | 157 | 5B | 44 |
| Octal | 370 | 144 | 217 | 0 | 74 | 52 | 3 | 527 | 133 | 104 |
| Binary | 11111000 | 1100100 | 10001111 | 0 | 111100 | 101010 | 11 | 101010111 | 1011011 | 1000100 |
Color Harmonies of #F8648F
Complementary color
Monochromatic Colors of #F8648F
Black with #F8648F
Text Example
Text Example
White with #F8648F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8648F; }
p { color: rgb(248,100,143); }
H1.HeaderClassName
{
color: #F8648F;
}
.AnyTagClassName
{
color: #F8648F;
}
</style>
background-color css
<style>
a { background-color: #F8648F; }
a { background-color: rgb(248,100,143); }
div.DivClassName
{
background-color: #F8648F;
}
.BgClassName
{
background-color: #F8648F;
}
</style>
border-color css
<style>
span { border-color: #F8648F; }
span { border-color: rgb(248,100,143); }
td.TdClassName
{
border-color: #F8648F;
}
.TagClassName
{
border-color: #F8648F;
}
</style>