Shades of Brink Pink #F5607F
Tints of Brink Pink #F5607F
RGB
CMYK
RGB Variations
Color information
#F5607F (or 0xF5607F) is known color: Brink Pink. HEX triplet: F5, 60 and 7F. RGB value is (245,96,127). Sum of RGB (Red+Green+Blue) = 245+96+127=468 (61% of max value = 765). Red value is 245 (96.09% from 255 or 52.35% from 468); Green value is 96 (37.89% from 255 or 20.51% from 468); Blue value is 127 (50% from 255 or 27.14% from 468); Max value from RGB is 245 - color contains mainly: red. Hex color #F5607F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F5607F is #0A9F80. Grayscale: #909090. Windows color (decimal): -696193 or 8347893. OLE color: 8347893.
HSL color Cylindrical-coordinate representation of color #F5607F: hue angle of 347.52º 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 #F5607F is Cyan = 0, Magento = 0.61, Yellow = 0.48 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 96 | 127 | - |
| CMYK | 0 | 0.61 | 0.48 | 0.04 |
| HSL | 347.52º | 0.88% | 0.67% | - |
| HSV(B) | 347.52º | 0.61% | 0.96% | - |
| XYZ | 45.67 | 29.31 | 23.33 | - |
| YUV | 144.09 | 118.36 | 199.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 96 | 127 | 0 | 0.61 | 0.48 | 0.04 | 347.52 | 0.88 | 0.67 |
| Hex | F5 | 60 | 7F | 0 | 3D | 30 | 4 | 15C | 58 | 43 |
| Octal | 365 | 140 | 177 | 0 | 75 | 60 | 4 | 534 | 130 | 103 |
| Binary | 11110101 | 1100000 | 1111111 | 0 | 111101 | 110000 | 100 | 101011100 | 1011000 | 1000011 |
Color Harmonies of #F5607F
Complementary color
Monochromatic Colors of #F5607F
Black with #F5607F
Text Example
Text Example
White with #F5607F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5607F; }
p { color: rgb(245,96,127); }
H1.HeaderClassName
{
color: #F5607F;
}
.AnyTagClassName
{
color: #F5607F;
}
</style>
background-color css
<style>
a { background-color: #F5607F; }
a { background-color: rgb(245,96,127); }
div.DivClassName
{
background-color: #F5607F;
}
.BgClassName
{
background-color: #F5607F;
}
</style>
border-color css
<style>
span { border-color: #F5607F; }
span { border-color: rgb(245,96,127); }
td.TdClassName
{
border-color: #F5607F;
}
.TagClassName
{
border-color: #F5607F;
}
</style>