Shades of Brink Pink #F5607B
Tints of Brink Pink #F5607B
RGB
CMYK
RGB Variations
Color information
#F5607B (or 0xF5607B) is known color: Brink Pink. HEX triplet: F5, 60 and 7B. RGB value is (245,96,123). Sum of RGB (Red+Green+Blue) = 245+96+123=464 (61% of max value = 765). Red value is 245 (96.09% from 255 or 52.80% from 464); Green value is 96 (37.89% from 255 or 20.69% from 464); Blue value is 123 (48.44% from 255 or 26.51% from 464); Max value from RGB is 245 - color contains mainly: red. Hex color #F5607B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F5607B is #0A9F84. Grayscale: #8F8F8F. Windows color (decimal): -696197 or 8085749. OLE color: 8085749.
HSL color Cylindrical-coordinate representation of color #F5607B: hue angle of 349.13º degrees, saturation: 0.88, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F5607B is Cyan = 0, Magento = 0.61, Yellow = 0.50 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 96 | 123 | - |
| CMYK | 0 | 0.61 | 0.50 | 0.04 |
| HSL | 349.13º | 0.88% | 0.67% | - |
| HSV(B) | 349.13º | 0.61% | 0.96% | - |
| XYZ | 45.41 | 29.21 | 21.98 | - |
| YUV | 143.63 | 116.36 | 200.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 96 | 123 | 0 | 0.61 | 0.50 | 0.04 | 349.13 | 0.88 | 0.67 |
| Hex | F5 | 60 | 7B | 0 | 3D | 32 | 4 | 15D | 58 | 43 |
| Octal | 365 | 140 | 173 | 0 | 75 | 62 | 4 | 535 | 130 | 103 |
| Binary | 11110101 | 1100000 | 1111011 | 0 | 111101 | 110010 | 100 | 101011101 | 1011000 | 1000011 |
Color Harmonies of #F5607B
Complementary color
Monochromatic Colors of #F5607B
Black with #F5607B
Text Example
Text Example
White with #F5607B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5607B; }
p { color: rgb(245,96,123); }
H1.HeaderClassName
{
color: #F5607B;
}
.AnyTagClassName
{
color: #F5607B;
}
</style>
background-color css
<style>
a { background-color: #F5607B; }
a { background-color: rgb(245,96,123); }
div.DivClassName
{
background-color: #F5607B;
}
.BgClassName
{
background-color: #F5607B;
}
</style>
border-color css
<style>
span { border-color: #F5607B; }
span { border-color: rgb(245,96,123); }
td.TdClassName
{
border-color: #F5607B;
}
.TagClassName
{
border-color: #F5607B;
}
</style>