Shades of Brink Pink #F56A7B
Tints of Brink Pink #F56A7B
RGB
CMYK
RGB Variations
Color information
#F56A7B (or 0xF56A7B) is known color: Brink Pink. HEX triplet: F5, 6A and 7B. RGB value is (245,106,123). Sum of RGB (Red+Green+Blue) = 245+106+123=474 (62% of max value = 765). Red value is 245 (96.09% from 255 or 51.69% from 474); Green value is 106 (41.80% from 255 or 22.36% from 474); Blue value is 123 (48.44% from 255 or 25.95% from 474); Max value from RGB is 245 - color contains mainly: red. Hex color #F56A7B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F56A7B is #0A9584. Grayscale: #959595. Windows color (decimal): -693637 or 8088309. OLE color: 8088309.
HSL color Cylindrical-coordinate representation of color #F56A7B: hue angle of 352.66º degrees, saturation: 0.87, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F56A7B is Cyan = 0, Magento = 0.57, Yellow = 0.50 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 106 | 123 | - |
| CMYK | 0 | 0.57 | 0.50 | 0.04 |
| HSL | 352.66º | 0.87% | 0.69% | - |
| HSV(B) | 352.66º | 0.57% | 0.96% | - |
| XYZ | 46.39 | 31.15 | 22.31 | - |
| YUV | 149.5 | 113.05 | 196.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 106 | 123 | 0 | 0.57 | 0.50 | 0.04 | 352.66 | 0.87 | 0.69 |
| Hex | F5 | 6A | 7B | 0 | 39 | 32 | 4 | 161 | 57 | 45 |
| Octal | 365 | 152 | 173 | 0 | 71 | 62 | 4 | 541 | 127 | 105 |
| Binary | 11110101 | 1101010 | 1111011 | 0 | 111001 | 110010 | 100 | 101100001 | 1010111 | 1000101 |
Color Harmonies of #F56A7B
Complementary color
Monochromatic Colors of #F56A7B
Black with #F56A7B
Text Example
Text Example
White with #F56A7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F56A7B; }
p { color: rgb(245,106,123); }
H1.HeaderClassName
{
color: #F56A7B;
}
.AnyTagClassName
{
color: #F56A7B;
}
</style>
background-color css
<style>
a { background-color: #F56A7B; }
a { background-color: rgb(245,106,123); }
div.DivClassName
{
background-color: #F56A7B;
}
.BgClassName
{
background-color: #F56A7B;
}
</style>
border-color css
<style>
span { border-color: #F56A7B; }
span { border-color: rgb(245,106,123); }
td.TdClassName
{
border-color: #F56A7B;
}
.TagClassName
{
border-color: #F56A7B;
}
</style>