Shades of Brink Pink #F2597F
Tints of Brink Pink #F2597F
RGB
CMYK
RGB Variations
Color information
#F2597F (or 0xF2597F) is known color: Brink Pink. HEX triplet: F2, 59 and 7F. RGB value is (242,89,127). Sum of RGB (Red+Green+Blue) = 242+89+127=458 (60% of max value = 765). Red value is 242 (94.92% from 255 or 52.84% from 458); Green value is 89 (35.16% from 255 or 19.43% from 458); Blue value is 127 (50% from 255 or 27.73% from 458); Max value from RGB is 242 - color contains mainly: red. Hex color #F2597F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F2597F is #0DA680. Grayscale: #8B8B8B. Windows color (decimal): -894593 or 8346098. OLE color: 8346098.
HSL color Cylindrical-coordinate representation of color #F2597F: hue angle of 345.1º 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 #F2597F is Cyan = 0, Magento = 0.63, Yellow = 0.48 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 89 | 127 | - |
| CMYK | 0 | 0.63 | 0.48 | 0.05 |
| HSL | 345.1º | 0.85% | 0.65% | - |
| HSV(B) | 345.1º | 0.63% | 0.95% | - |
| XYZ | 44.02 | 27.55 | 23.08 | - |
| YUV | 139.08 | 121.19 | 201.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 89 | 127 | 0 | 0.63 | 0.48 | 0.05 | 345.1 | 0.85 | 0.65 |
| Hex | F2 | 59 | 7F | 0 | 3F | 30 | 5 | 159 | 55 | 41 |
| Octal | 362 | 131 | 177 | 0 | 77 | 60 | 5 | 531 | 125 | 101 |
| Binary | 11110010 | 1011001 | 1111111 | 0 | 111111 | 110000 | 101 | 101011001 | 1010101 | 1000001 |
Color Harmonies of #F2597F
Complementary color
Monochromatic Colors of #F2597F
Black with #F2597F
Text Example
Text Example
White with #F2597F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2597F; }
p { color: rgb(242,89,127); }
H1.HeaderClassName
{
color: #F2597F;
}
.AnyTagClassName
{
color: #F2597F;
}
</style>
background-color css
<style>
a { background-color: #F2597F; }
a { background-color: rgb(242,89,127); }
div.DivClassName
{
background-color: #F2597F;
}
.BgClassName
{
background-color: #F2597F;
}
</style>
border-color css
<style>
span { border-color: #F2597F; }
span { border-color: rgb(242,89,127); }
td.TdClassName
{
border-color: #F2597F;
}
.TagClassName
{
border-color: #F2597F;
}
</style>