Shades of Brink Pink #F5637D
Tints of Brink Pink #F5637D
RGB
CMYK
RGB Variations
Color information
#F5637D (or 0xF5637D) is known color: Brink Pink. HEX triplet: F5, 63 and 7D. RGB value is (245,99,125). Sum of RGB (Red+Green+Blue) = 245+99+125=469 (62% of max value = 765). Red value is 245 (96.09% from 255 or 52.24% from 469); Green value is 99 (39.06% from 255 or 21.11% from 469); Blue value is 125 (49.22% from 255 or 26.65% from 469); Max value from RGB is 245 - color contains mainly: red. Hex color #F5637D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F5637D is #0A9C82. Grayscale: #919191. Windows color (decimal): -695427 or 8217589. OLE color: 8217589.
HSL color Cylindrical-coordinate representation of color #F5637D: hue angle of 349.32º 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 #F5637D is Cyan = 0, Magento = 0.60, Yellow = 0.49 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 99 | 125 | - |
| CMYK | 0 | 0.60 | 0.49 | 0.04 |
| HSL | 349.32º | 0.88% | 0.67% | - |
| HSV(B) | 349.32º | 0.6% | 0.96% | - |
| XYZ | 45.82 | 29.82 | 22.74 | - |
| YUV | 145.62 | 116.37 | 198.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 99 | 125 | 0 | 0.60 | 0.49 | 0.04 | 349.32 | 0.88 | 0.67 |
| Hex | F5 | 63 | 7D | 0 | 3C | 31 | 4 | 15D | 58 | 43 |
| Octal | 365 | 143 | 175 | 0 | 74 | 61 | 4 | 535 | 130 | 103 |
| Binary | 11110101 | 1100011 | 1111101 | 0 | 111100 | 110001 | 100 | 101011101 | 1011000 | 1000011 |
Color Harmonies of #F5637D
Complementary color
Monochromatic Colors of #F5637D
Black with #F5637D
Text Example
Text Example
White with #F5637D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5637D; }
p { color: rgb(245,99,125); }
H1.HeaderClassName
{
color: #F5637D;
}
.AnyTagClassName
{
color: #F5637D;
}
</style>
background-color css
<style>
a { background-color: #F5637D; }
a { background-color: rgb(245,99,125); }
div.DivClassName
{
background-color: #F5637D;
}
.BgClassName
{
background-color: #F5637D;
}
</style>
border-color css
<style>
span { border-color: #F5637D; }
span { border-color: rgb(245,99,125); }
td.TdClassName
{
border-color: #F5637D;
}
.TagClassName
{
border-color: #F5637D;
}
</style>