Shades of Brink Pink #F55D8A
Tints of Brink Pink #F55D8A
RGB
CMYK
RGB Variations
Color information
#F55D8A (or 0xF55D8A) is known color: Brink Pink. HEX triplet: F5, 5D and 8A. RGB value is (245,93,138). Sum of RGB (Red+Green+Blue) = 245+93+138=476 (63% of max value = 765). Red value is 245 (96.09% from 255 or 51.47% from 476); Green value is 93 (36.72% from 255 or 19.54% from 476); Blue value is 138 (54.30% from 255 or 28.99% from 476); Max value from RGB is 245 - color contains mainly: red. Hex color #F55D8A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F55D8A is #0AA275. Grayscale: #8F8F8F. Windows color (decimal): -696950 or 9068021. OLE color: 9068021.
HSL color Cylindrical-coordinate representation of color #F55D8A: hue angle of 342.24º 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 #F55D8A is Cyan = 0, Magento = 0.62, Yellow = 0.44 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 93 | 138 | - |
| CMYK | 0 | 0.62 | 0.44 | 0.04 |
| HSL | 342.24º | 0.88% | 0.66% | - |
| HSV(B) | 342.24º | 0.62% | 0.96% | - |
| XYZ | 46.16 | 29.08 | 27.22 | - |
| YUV | 143.58 | 124.86 | 200.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 93 | 138 | 0 | 0.62 | 0.44 | 0.04 | 342.24 | 0.88 | 0.66 |
| Hex | F5 | 5D | 8A | 0 | 3E | 2C | 4 | 156 | 58 | 42 |
| Octal | 365 | 135 | 212 | 0 | 76 | 54 | 4 | 526 | 130 | 102 |
| Binary | 11110101 | 1011101 | 10001010 | 0 | 111110 | 101100 | 100 | 101010110 | 1011000 | 1000010 |
Color Harmonies of #F55D8A
Complementary color
Monochromatic Colors of #F55D8A
Black with #F55D8A
Text Example
Text Example
White with #F55D8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F55D8A; }
p { color: rgb(245,93,138); }
H1.HeaderClassName
{
color: #F55D8A;
}
.AnyTagClassName
{
color: #F55D8A;
}
</style>
background-color css
<style>
a { background-color: #F55D8A; }
a { background-color: rgb(245,93,138); }
div.DivClassName
{
background-color: #F55D8A;
}
.BgClassName
{
background-color: #F55D8A;
}
</style>
border-color css
<style>
span { border-color: #F55D8A; }
span { border-color: rgb(245,93,138); }
td.TdClassName
{
border-color: #F55D8A;
}
.TagClassName
{
border-color: #F55D8A;
}
</style>