Shades of Brink Pink #F7638C
Tints of Brink Pink #F7638C
RGB
CMYK
RGB Variations
Color information
#F7638C (or 0xF7638C) is known color: Brink Pink. HEX triplet: F7, 63 and 8C. RGB value is (247,99,140). Sum of RGB (Red+Green+Blue) = 247+99+140=486 (64% of max value = 765). Red value is 247 (96.88% from 255 or 50.82% from 486); Green value is 99 (39.06% from 255 or 20.37% from 486); Blue value is 140 (55.08% from 255 or 28.81% from 486); Max value from RGB is 247 - color contains mainly: red. Hex color #F7638C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F7638C is #089C73. Grayscale: #939393. Windows color (decimal): -564340 or 9200631. OLE color: 9200631.
HSL color Cylindrical-coordinate representation of color #F7638C: hue angle of 343.38º degrees, saturation: 0.9, 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 #F7638C is Cyan = 0, Magento = 0.60, Yellow = 0.43 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 99 | 140 | - |
| CMYK | 0 | 0.60 | 0.43 | 0.03 |
| HSL | 343.38º | 0.9% | 0.68% | - |
| HSV(B) | 343.38º | 0.6% | 0.97% | - |
| XYZ | 47.55 | 30.59 | 28.21 | - |
| YUV | 147.93 | 123.53 | 198.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 99 | 140 | 0 | 0.60 | 0.43 | 0.03 | 343.38 | 0.9 | 0.68 |
| Hex | F7 | 63 | 8C | 0 | 3C | 2B | 3 | 157 | 5A | 44 |
| Octal | 367 | 143 | 214 | 0 | 74 | 53 | 3 | 527 | 132 | 104 |
| Binary | 11110111 | 1100011 | 10001100 | 0 | 111100 | 101011 | 11 | 101010111 | 1011010 | 1000100 |
Color Harmonies of #F7638C
Complementary color
Monochromatic Colors of #F7638C
Black with #F7638C
Text Example
Text Example
White with #F7638C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7638C; }
p { color: rgb(247,99,140); }
H1.HeaderClassName
{
color: #F7638C;
}
.AnyTagClassName
{
color: #F7638C;
}
</style>
background-color css
<style>
a { background-color: #F7638C; }
a { background-color: rgb(247,99,140); }
div.DivClassName
{
background-color: #F7638C;
}
.BgClassName
{
background-color: #F7638C;
}
</style>
border-color css
<style>
span { border-color: #F7638C; }
span { border-color: rgb(247,99,140); }
td.TdClassName
{
border-color: #F7638C;
}
.TagClassName
{
border-color: #F7638C;
}
</style>