Shades of Brink Pink #F8638C
Tints of Brink Pink #F8638C
RGB
CMYK
RGB Variations
Color information
#F8638C (or 0xF8638C) is known color: Brink Pink. HEX triplet: F8, 63 and 8C. RGB value is (248,99,140). Sum of RGB (Red+Green+Blue) = 248+99+140=487 (64% of max value = 765). Red value is 248 (97.27% from 255 or 50.92% from 487); Green value is 99 (39.06% from 255 or 20.33% from 487); Blue value is 140 (55.08% from 255 or 28.75% from 487); Max value from RGB is 248 - color contains mainly: red. Hex color #F8638C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F8638C is #079C73. Grayscale: #949494. Windows color (decimal): -498804 or 9200632. OLE color: 9200632.
HSL color Cylindrical-coordinate representation of color #F8638C: hue angle of 343.49º 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 #F8638C is Cyan = 0, Magento = 0.60, Yellow = 0.44 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 99 | 140 | - |
| CMYK | 0 | 0.60 | 0.44 | 0.03 |
| HSL | 343.49º | 0.91% | 0.68% | - |
| HSV(B) | 343.49º | 0.6% | 0.97% | - |
| XYZ | 47.91 | 30.77 | 28.23 | - |
| YUV | 148.23 | 123.36 | 199.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 99 | 140 | 0 | 0.60 | 0.44 | 0.03 | 343.49 | 0.91 | 0.68 |
| Hex | F8 | 63 | 8C | 0 | 3C | 2C | 3 | 157 | 5B | 44 |
| Octal | 370 | 143 | 214 | 0 | 74 | 54 | 3 | 527 | 133 | 104 |
| Binary | 11111000 | 1100011 | 10001100 | 0 | 111100 | 101100 | 11 | 101010111 | 1011011 | 1000100 |
Color Harmonies of #F8638C
Complementary color
Monochromatic Colors of #F8638C
Black with #F8638C
Text Example
Text Example
White with #F8638C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8638C; }
p { color: rgb(248,99,140); }
H1.HeaderClassName
{
color: #F8638C;
}
.AnyTagClassName
{
color: #F8638C;
}
</style>
background-color css
<style>
a { background-color: #F8638C; }
a { background-color: rgb(248,99,140); }
div.DivClassName
{
background-color: #F8638C;
}
.BgClassName
{
background-color: #F8638C;
}
</style>
border-color css
<style>
span { border-color: #F8638C; }
span { border-color: rgb(248,99,140); }
td.TdClassName
{
border-color: #F8638C;
}
.TagClassName
{
border-color: #F8638C;
}
</style>