Shades of Brink Pink #F5638F
Tints of Brink Pink #F5638F
RGB
CMYK
RGB Variations
Color information
#F5638F (or 0xF5638F) is known color: Brink Pink. HEX triplet: F5, 63 and 8F. RGB value is (245,99,143). Sum of RGB (Red+Green+Blue) = 245+99+143=487 (64% of max value = 765). Red value is 245 (96.09% from 255 or 50.31% from 487); Green value is 99 (39.06% from 255 or 20.33% from 487); Blue value is 143 (56.25% from 255 or 29.36% from 487); Max value from RGB is 245 - color contains mainly: red. Hex color #F5638F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F5638F is #0A9C70. Grayscale: #939393. Windows color (decimal): -695409 or 9397237. OLE color: 9397237.
HSL color Cylindrical-coordinate representation of color #F5638F: hue angle of 341.92º 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 #F5638F is Cyan = 0, Magento = 0.60, Yellow = 0.42 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 99 | 143 | - |
| CMYK | 0 | 0.60 | 0.42 | 0.04 |
| HSL | 341.92º | 0.88% | 0.67% | - |
| HSV(B) | 341.92º | 0.6% | 0.96% | - |
| XYZ | 47.08 | 30.32 | 29.36 | - |
| YUV | 147.67 | 125.37 | 197.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 99 | 143 | 0 | 0.60 | 0.42 | 0.04 | 341.92 | 0.88 | 0.67 |
| Hex | F5 | 63 | 8F | 0 | 3C | 2A | 4 | 156 | 58 | 43 |
| Octal | 365 | 143 | 217 | 0 | 74 | 52 | 4 | 526 | 130 | 103 |
| Binary | 11110101 | 1100011 | 10001111 | 0 | 111100 | 101010 | 100 | 101010110 | 1011000 | 1000011 |
Color Harmonies of #F5638F
Complementary color
Monochromatic Colors of #F5638F
Black with #F5638F
Text Example
Text Example
White with #F5638F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5638F; }
p { color: rgb(245,99,143); }
H1.HeaderClassName
{
color: #F5638F;
}
.AnyTagClassName
{
color: #F5638F;
}
</style>
background-color css
<style>
a { background-color: #F5638F; }
a { background-color: rgb(245,99,143); }
div.DivClassName
{
background-color: #F5638F;
}
.BgClassName
{
background-color: #F5638F;
}
</style>
border-color css
<style>
span { border-color: #F5638F; }
span { border-color: rgb(245,99,143); }
td.TdClassName
{
border-color: #F5638F;
}
.TagClassName
{
border-color: #F5638F;
}
</style>