Shades of Brink Pink #F5638D
Tints of Brink Pink #F5638D
RGB
CMYK
RGB Variations
Color information
#F5638D (or 0xF5638D) is known color: Brink Pink. HEX triplet: F5, 63 and 8D. RGB value is (245,99,141). Sum of RGB (Red+Green+Blue) = 245+99+141=485 (64% of max value = 765). Red value is 245 (96.09% from 255 or 50.52% from 485); Green value is 99 (39.06% from 255 or 20.41% from 485); Blue value is 141 (55.47% from 255 or 29.07% from 485); Max value from RGB is 245 - color contains mainly: red. Hex color #F5638D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F5638D is #0A9C72. Grayscale: #939393. Windows color (decimal): -695411 or 9266165. OLE color: 9266165.
HSL color Cylindrical-coordinate representation of color #F5638D: hue angle of 342.74º degrees, saturation: 0.88, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F5638D is Cyan = 0, Magento = 0.60, Yellow = 0.42 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 99 | 141 | - |
| CMYK | 0 | 0.60 | 0.42 | 0.04 |
| HSL | 342.74º | 0.88% | 0.67% | - |
| HSV(B) | 342.74º | 0.6% | 0.96% | - |
| XYZ | 46.93 | 30.26 | 28.57 | - |
| YUV | 147.44 | 124.37 | 197.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 99 | 141 | 0 | 0.60 | 0.42 | 0.04 | 342.74 | 0.88 | 0.67 |
| Hex | F5 | 63 | 8D | 0 | 3C | 2A | 4 | 157 | 58 | 43 |
| Octal | 365 | 143 | 215 | 0 | 74 | 52 | 4 | 527 | 130 | 103 |
| Binary | 11110101 | 1100011 | 10001101 | 0 | 111100 | 101010 | 100 | 101010111 | 1011000 | 1000011 |
Color Harmonies of #F5638D
Complementary color
Monochromatic Colors of #F5638D
Black with #F5638D
Text Example
Text Example
White with #F5638D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5638D; }
p { color: rgb(245,99,141); }
H1.HeaderClassName
{
color: #F5638D;
}
.AnyTagClassName
{
color: #F5638D;
}
</style>
background-color css
<style>
a { background-color: #F5638D; }
a { background-color: rgb(245,99,141); }
div.DivClassName
{
background-color: #F5638D;
}
.BgClassName
{
background-color: #F5638D;
}
</style>
border-color css
<style>
span { border-color: #F5638D; }
span { border-color: rgb(245,99,141); }
td.TdClassName
{
border-color: #F5638D;
}
.TagClassName
{
border-color: #F5638D;
}
</style>