Shades of Brink Pink #F5677D
Tints of Brink Pink #F5677D
RGB
CMYK
RGB Variations
Color information
#F5677D (or 0xF5677D) is known color: Brink Pink. HEX triplet: F5, 67 and 7D. RGB value is (245,103,125). Sum of RGB (Red+Green+Blue) = 245+103+125=473 (62% of max value = 765). Red value is 245 (96.09% from 255 or 51.80% from 473); Green value is 103 (40.62% from 255 or 21.78% from 473); Blue value is 125 (49.22% from 255 or 26.43% from 473); Max value from RGB is 245 - color contains mainly: red. Hex color #F5677D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F5677D is #0A9882. Grayscale: #949494. Windows color (decimal): -694403 or 8218613. OLE color: 8218613.
HSL color Cylindrical-coordinate representation of color #F5677D: hue angle of 350.7º degrees, saturation: 0.88, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F5677D is Cyan = 0, Magento = 0.58, Yellow = 0.49 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 103 | 125 | - |
| CMYK | 0 | 0.58 | 0.49 | 0.04 |
| HSL | 350.7º | 0.88% | 0.68% | - |
| HSV(B) | 350.7º | 0.58% | 0.96% | - |
| XYZ | 46.21 | 30.59 | 22.87 | - |
| YUV | 147.97 | 115.04 | 197.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 103 | 125 | 0 | 0.58 | 0.49 | 0.04 | 350.7 | 0.88 | 0.68 |
| Hex | F5 | 67 | 7D | 0 | 3A | 31 | 4 | 15F | 58 | 44 |
| Octal | 365 | 147 | 175 | 0 | 72 | 61 | 4 | 537 | 130 | 104 |
| Binary | 11110101 | 1100111 | 1111101 | 0 | 111010 | 110001 | 100 | 101011111 | 1011000 | 1000100 |
Color Harmonies of #F5677D
Complementary color
Monochromatic Colors of #F5677D
Black with #F5677D
Text Example
Text Example
White with #F5677D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5677D; }
p { color: rgb(245,103,125); }
H1.HeaderClassName
{
color: #F5677D;
}
.AnyTagClassName
{
color: #F5677D;
}
</style>
background-color css
<style>
a { background-color: #F5677D; }
a { background-color: rgb(245,103,125); }
div.DivClassName
{
background-color: #F5677D;
}
.BgClassName
{
background-color: #F5677D;
}
</style>
border-color css
<style>
span { border-color: #F5677D; }
span { border-color: rgb(245,103,125); }
td.TdClassName
{
border-color: #F5677D;
}
.TagClassName
{
border-color: #F5677D;
}
</style>