Shades of Brink Pink #F8637D
Tints of Brink Pink #F8637D
RGB
CMYK
RGB Variations
Color information
#F8637D (or 0xF8637D) is known color: Brink Pink. HEX triplet: F8, 63 and 7D. RGB value is (248,99,125). Sum of RGB (Red+Green+Blue) = 248+99+125=472 (62% of max value = 765). Red value is 248 (97.27% from 255 or 52.54% from 472); Green value is 99 (39.06% from 255 or 20.97% from 472); Blue value is 125 (49.22% from 255 or 26.48% from 472); Max value from RGB is 248 - color contains mainly: red. Hex color #F8637D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F8637D is #079C82. Grayscale: #929292. Windows color (decimal): -498819 or 8217592. OLE color: 8217592.
HSL color Cylindrical-coordinate representation of color #F8637D: hue angle of 349.53º 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 #F8637D is Cyan = 0, Magento = 0.60, Yellow = 0.50 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 99 | 125 | - |
| CMYK | 0 | 0.60 | 0.50 | 0.03 |
| HSL | 349.53º | 0.91% | 0.68% | - |
| HSV(B) | 349.53º | 0.6% | 0.97% | - |
| XYZ | 46.87 | 30.36 | 22.79 | - |
| YUV | 146.52 | 115.86 | 200.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 99 | 125 | 0 | 0.60 | 0.50 | 0.03 | 349.53 | 0.91 | 0.68 |
| Hex | F8 | 63 | 7D | 0 | 3C | 32 | 3 | 15E | 5B | 44 |
| Octal | 370 | 143 | 175 | 0 | 74 | 62 | 3 | 536 | 133 | 104 |
| Binary | 11111000 | 1100011 | 1111101 | 0 | 111100 | 110010 | 11 | 101011110 | 1011011 | 1000100 |
Color Harmonies of #F8637D
Complementary color
Monochromatic Colors of #F8637D
Black with #F8637D
Text Example
Text Example
White with #F8637D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8637D; }
p { color: rgb(248,99,125); }
H1.HeaderClassName
{
color: #F8637D;
}
.AnyTagClassName
{
color: #F8637D;
}
</style>
background-color css
<style>
a { background-color: #F8637D; }
a { background-color: rgb(248,99,125); }
div.DivClassName
{
background-color: #F8637D;
}
.BgClassName
{
background-color: #F8637D;
}
</style>
border-color css
<style>
span { border-color: #F8637D; }
span { border-color: rgb(248,99,125); }
td.TdClassName
{
border-color: #F8637D;
}
.TagClassName
{
border-color: #F8637D;
}
</style>