Shades of Brink Pink #F8657F
Tints of Brink Pink #F8657F
RGB
CMYK
RGB Variations
Color information
#F8657F (or 0xF8657F) is known color: Brink Pink. HEX triplet: F8, 65 and 7F. RGB value is (248,101,127). Sum of RGB (Red+Green+Blue) = 248+101+127=476 (63% of max value = 765). Red value is 248 (97.27% from 255 or 52.10% from 476); Green value is 101 (39.84% from 255 or 21.22% from 476); Blue value is 127 (50% from 255 or 26.68% from 476); Max value from RGB is 248 - color contains mainly: red. Hex color #F8657F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F8657F is #079A80. Grayscale: #939393. Windows color (decimal): -498305 or 8349176. OLE color: 8349176.
HSL color Cylindrical-coordinate representation of color #F8657F: hue angle of 349.39º degrees, saturation: 0.91, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F8657F is Cyan = 0, Magento = 0.59, Yellow = 0.49 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 101 | 127 | - |
| CMYK | 0 | 0.59 | 0.49 | 0.03 |
| HSL | 349.39º | 0.91% | 0.68% | - |
| HSV(B) | 349.39º | 0.59% | 0.97% | - |
| XYZ | 47.2 | 30.8 | 23.54 | - |
| YUV | 147.92 | 116.2 | 199.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 101 | 127 | 0 | 0.59 | 0.49 | 0.03 | 349.39 | 0.91 | 0.68 |
| Hex | F8 | 65 | 7F | 0 | 3B | 31 | 3 | 15D | 5B | 44 |
| Octal | 370 | 145 | 177 | 0 | 73 | 61 | 3 | 535 | 133 | 104 |
| Binary | 11111000 | 1100101 | 1111111 | 0 | 111011 | 110001 | 11 | 101011101 | 1011011 | 1000100 |
Color Harmonies of #F8657F
Complementary color
Monochromatic Colors of #F8657F
Black with #F8657F
Text Example
Text Example
White with #F8657F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8657F; }
p { color: rgb(248,101,127); }
H1.HeaderClassName
{
color: #F8657F;
}
.AnyTagClassName
{
color: #F8657F;
}
</style>
background-color css
<style>
a { background-color: #F8657F; }
a { background-color: rgb(248,101,127); }
div.DivClassName
{
background-color: #F8657F;
}
.BgClassName
{
background-color: #F8657F;
}
</style>
border-color css
<style>
span { border-color: #F8657F; }
span { border-color: rgb(248,101,127); }
td.TdClassName
{
border-color: #F8657F;
}
.TagClassName
{
border-color: #F8657F;
}
</style>