Shades of Brink Pink #F55C7F
Tints of Brink Pink #F55C7F
RGB
CMYK
RGB Variations
Color information
#F55C7F (or 0xF55C7F) is known color: Brink Pink. HEX triplet: F5, 5C and 7F. RGB value is (245,92,127). Sum of RGB (Red+Green+Blue) = 245+92+127=464 (61% of max value = 765). Red value is 245 (96.09% from 255 or 52.80% from 464); Green value is 92 (36.33% from 255 or 19.83% from 464); Blue value is 127 (50% from 255 or 27.37% from 464); Max value from RGB is 245 - color contains mainly: red. Hex color #F55C7F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F55C7F is #0AA380. Grayscale: #8D8D8D. Windows color (decimal): -697217 or 8346869. OLE color: 8346869.
HSL color Cylindrical-coordinate representation of color #F55C7F: hue angle of 346.27º degrees, saturation: 0.88, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F55C7F is Cyan = 0, Magento = 0.62, Yellow = 0.48 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 92 | 127 | - |
| CMYK | 0 | 0.62 | 0.48 | 0.04 |
| HSL | 346.27º | 0.88% | 0.66% | - |
| HSV(B) | 346.27º | 0.62% | 0.96% | - |
| XYZ | 45.31 | 28.6 | 23.21 | - |
| YUV | 141.74 | 119.69 | 201.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 92 | 127 | 0 | 0.62 | 0.48 | 0.04 | 346.27 | 0.88 | 0.66 |
| Hex | F5 | 5C | 7F | 0 | 3E | 30 | 4 | 15A | 58 | 42 |
| Octal | 365 | 134 | 177 | 0 | 76 | 60 | 4 | 532 | 130 | 102 |
| Binary | 11110101 | 1011100 | 1111111 | 0 | 111110 | 110000 | 100 | 101011010 | 1011000 | 1000010 |
Color Harmonies of #F55C7F
Complementary color
Monochromatic Colors of #F55C7F
Black with #F55C7F
Text Example
Text Example
White with #F55C7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F55C7F; }
p { color: rgb(245,92,127); }
H1.HeaderClassName
{
color: #F55C7F;
}
.AnyTagClassName
{
color: #F55C7F;
}
</style>
background-color css
<style>
a { background-color: #F55C7F; }
a { background-color: rgb(245,92,127); }
div.DivClassName
{
background-color: #F55C7F;
}
.BgClassName
{
background-color: #F55C7F;
}
</style>
border-color css
<style>
span { border-color: #F55C7F; }
span { border-color: rgb(245,92,127); }
td.TdClassName
{
border-color: #F55C7F;
}
.TagClassName
{
border-color: #F55C7F;
}
</style>