Shades of Brink Pink #F5657B
Tints of Brink Pink #F5657B
RGB
CMYK
RGB Variations
Color information
#F5657B (or 0xF5657B) is known color: Brink Pink. HEX triplet: F5, 65 and 7B. RGB value is (245,101,123). Sum of RGB (Red+Green+Blue) = 245+101+123=469 (62% of max value = 765). Red value is 245 (96.09% from 255 or 52.24% from 469); Green value is 101 (39.84% from 255 or 21.54% from 469); Blue value is 123 (48.44% from 255 or 26.23% from 469); Max value from RGB is 245 - color contains mainly: red. Hex color #F5657B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F5657B is #0A9A84. Grayscale: #929292. Windows color (decimal): -694917 or 8087029. OLE color: 8087029.
HSL color Cylindrical-coordinate representation of color #F5657B: hue angle of 350.83º degrees, saturation: 0.88, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F5657B is Cyan = 0, Magento = 0.59, Yellow = 0.50 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 101 | 123 | - |
| CMYK | 0 | 0.59 | 0.50 | 0.04 |
| HSL | 350.83º | 0.88% | 0.68% | - |
| HSV(B) | 350.83º | 0.59% | 0.96% | - |
| XYZ | 45.89 | 30.15 | 22.14 | - |
| YUV | 146.56 | 114.71 | 198.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 101 | 123 | 0 | 0.59 | 0.50 | 0.04 | 350.83 | 0.88 | 0.68 |
| Hex | F5 | 65 | 7B | 0 | 3B | 32 | 4 | 15F | 58 | 44 |
| Octal | 365 | 145 | 173 | 0 | 73 | 62 | 4 | 537 | 130 | 104 |
| Binary | 11110101 | 1100101 | 1111011 | 0 | 111011 | 110010 | 100 | 101011111 | 1011000 | 1000100 |
Color Harmonies of #F5657B
Complementary color
Monochromatic Colors of #F5657B
Black with #F5657B
Text Example
Text Example
White with #F5657B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5657B; }
p { color: rgb(245,101,123); }
H1.HeaderClassName
{
color: #F5657B;
}
.AnyTagClassName
{
color: #F5657B;
}
</style>
background-color css
<style>
a { background-color: #F5657B; }
a { background-color: rgb(245,101,123); }
div.DivClassName
{
background-color: #F5657B;
}
.BgClassName
{
background-color: #F5657B;
}
</style>
border-color css
<style>
span { border-color: #F5657B; }
span { border-color: rgb(245,101,123); }
td.TdClassName
{
border-color: #F5657B;
}
.TagClassName
{
border-color: #F5657B;
}
</style>