Shades of Brink Pink #F2597D
Tints of Brink Pink #F2597D
RGB
CMYK
RGB Variations
Color information
#F2597D (or 0xF2597D) is known color: Brink Pink. HEX triplet: F2, 59 and 7D. RGB value is (242,89,125). Sum of RGB (Red+Green+Blue) = 242+89+125=456 (60% of max value = 765). Red value is 242 (94.92% from 255 or 53.07% from 456); Green value is 89 (35.16% from 255 or 19.52% from 456); Blue value is 125 (49.22% from 255 or 27.41% from 456); Max value from RGB is 242 - color contains mainly: red. Hex color #F2597D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F2597D is #0DA682. Grayscale: #8A8A8A. Windows color (decimal): -894595 or 8215026. OLE color: 8215026.
HSL color Cylindrical-coordinate representation of color #F2597D: hue angle of 345.88º degrees, saturation: 0.85, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F2597D is Cyan = 0, Magento = 0.63, Yellow = 0.48 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 89 | 125 | - |
| CMYK | 0 | 0.63 | 0.48 | 0.05 |
| HSL | 345.88º | 0.85% | 0.65% | - |
| HSV(B) | 345.88º | 0.63% | 0.95% | - |
| XYZ | 43.89 | 27.5 | 22.4 | - |
| YUV | 138.85 | 120.19 | 201.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 89 | 125 | 0 | 0.63 | 0.48 | 0.05 | 345.88 | 0.85 | 0.65 |
| Hex | F2 | 59 | 7D | 0 | 3F | 30 | 5 | 15A | 55 | 41 |
| Octal | 362 | 131 | 175 | 0 | 77 | 60 | 5 | 532 | 125 | 101 |
| Binary | 11110010 | 1011001 | 1111101 | 0 | 111111 | 110000 | 101 | 101011010 | 1010101 | 1000001 |
Color Harmonies of #F2597D
Complementary color
Monochromatic Colors of #F2597D
Black with #F2597D
Text Example
Text Example
White with #F2597D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2597D; }
p { color: rgb(242,89,125); }
H1.HeaderClassName
{
color: #F2597D;
}
.AnyTagClassName
{
color: #F2597D;
}
</style>
background-color css
<style>
a { background-color: #F2597D; }
a { background-color: rgb(242,89,125); }
div.DivClassName
{
background-color: #F2597D;
}
.BgClassName
{
background-color: #F2597D;
}
</style>
border-color css
<style>
span { border-color: #F2597D; }
span { border-color: rgb(242,89,125); }
td.TdClassName
{
border-color: #F2597D;
}
.TagClassName
{
border-color: #F2597D;
}
</style>