Shades of Brink Pink #F2657A
Tints of Brink Pink #F2657A
RGB
CMYK
RGB Variations
Color information
#F2657A (or 0xF2657A) is known color: Brink Pink. HEX triplet: F2, 65 and 7A. RGB value is (242,101,122). Sum of RGB (Red+Green+Blue) = 242+101+122=465 (61% of max value = 765). Red value is 242 (94.92% from 255 or 52.04% from 465); Green value is 101 (39.84% from 255 or 21.72% from 465); Blue value is 122 (48.05% from 255 or 26.24% from 465); Max value from RGB is 242 - color contains mainly: red. Hex color #F2657A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F2657A is #0D9A85. Grayscale: #919191. Windows color (decimal): -891526 or 8021490. OLE color: 8021490.
HSL color Cylindrical-coordinate representation of color #F2657A: hue angle of 351.06º degrees, saturation: 0.84, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F2657A is Cyan = 0, Magento = 0.58, Yellow = 0.50 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 101 | 122 | - |
| CMYK | 0 | 0.58 | 0.50 | 0.05 |
| HSL | 351.06º | 0.84% | 0.67% | - |
| HSV(B) | 351.06º | 0.58% | 0.95% | - |
| XYZ | 44.78 | 29.59 | 21.76 | - |
| YUV | 145.55 | 114.71 | 196.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 101 | 122 | 0 | 0.58 | 0.50 | 0.05 | 351.06 | 0.84 | 0.67 |
| Hex | F2 | 65 | 7A | 0 | 3A | 32 | 5 | 15F | 54 | 43 |
| Octal | 362 | 145 | 172 | 0 | 72 | 62 | 5 | 537 | 124 | 103 |
| Binary | 11110010 | 1100101 | 1111010 | 0 | 111010 | 110010 | 101 | 101011111 | 1010100 | 1000011 |
Color Harmonies of #F2657A
Complementary color
Monochromatic Colors of #F2657A
Black with #F2657A
Text Example
Text Example
White with #F2657A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2657A; }
p { color: rgb(242,101,122); }
H1.HeaderClassName
{
color: #F2657A;
}
.AnyTagClassName
{
color: #F2657A;
}
</style>
background-color css
<style>
a { background-color: #F2657A; }
a { background-color: rgb(242,101,122); }
div.DivClassName
{
background-color: #F2657A;
}
.BgClassName
{
background-color: #F2657A;
}
</style>
border-color css
<style>
span { border-color: #F2657A; }
span { border-color: rgb(242,101,122); }
td.TdClassName
{
border-color: #F2657A;
}
.TagClassName
{
border-color: #F2657A;
}
</style>