Shades of Brink Pink #F5657A
Tints of Brink Pink #F5657A
RGB
CMYK
RGB Variations
Color information
#F5657A (or 0xF5657A) is known color: Brink Pink. HEX triplet: F5, 65 and 7A. RGB value is (245,101,122). Sum of RGB (Red+Green+Blue) = 245+101+122=468 (61% of max value = 765). Red value is 245 (96.09% from 255 or 52.35% from 468); Green value is 101 (39.84% from 255 or 21.58% from 468); Blue value is 122 (48.05% from 255 or 26.07% from 468); Max value from RGB is 245 - color contains mainly: red. Hex color #F5657A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F5657A is #0A9A85. Grayscale: #929292. Windows color (decimal): -694918 or 8021493. OLE color: 8021493.
HSL color Cylindrical-coordinate representation of color #F5657A: hue angle of 351.25º 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 #F5657A is Cyan = 0, Magento = 0.59, Yellow = 0.50 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 101 | 122 | - |
| CMYK | 0 | 0.59 | 0.50 | 0.04 |
| HSL | 351.25º | 0.88% | 0.68% | - |
| HSV(B) | 351.25º | 0.59% | 0.96% | - |
| XYZ | 45.82 | 30.12 | 21.81 | - |
| YUV | 146.45 | 114.21 | 198.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 101 | 122 | 0 | 0.59 | 0.50 | 0.04 | 351.25 | 0.88 | 0.68 |
| Hex | F5 | 65 | 7A | 0 | 3B | 32 | 4 | 15F | 58 | 44 |
| Octal | 365 | 145 | 172 | 0 | 73 | 62 | 4 | 537 | 130 | 104 |
| Binary | 11110101 | 1100101 | 1111010 | 0 | 111011 | 110010 | 100 | 101011111 | 1011000 | 1000100 |
Color Harmonies of #F5657A
Complementary color
Monochromatic Colors of #F5657A
Black with #F5657A
Text Example
Text Example
White with #F5657A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5657A; }
p { color: rgb(245,101,122); }
H1.HeaderClassName
{
color: #F5657A;
}
.AnyTagClassName
{
color: #F5657A;
}
</style>
background-color css
<style>
a { background-color: #F5657A; }
a { background-color: rgb(245,101,122); }
div.DivClassName
{
background-color: #F5657A;
}
.BgClassName
{
background-color: #F5657A;
}
</style>
border-color css
<style>
span { border-color: #F5657A; }
span { border-color: rgb(245,101,122); }
td.TdClassName
{
border-color: #F5657A;
}
.TagClassName
{
border-color: #F5657A;
}
</style>