Shades of Brink Pink #F2657D
Tints of Brink Pink #F2657D
RGB
CMYK
RGB Variations
Color information
#F2657D (or 0xF2657D) is known color: Brink Pink. HEX triplet: F2, 65 and 7D. RGB value is (242,101,125). Sum of RGB (Red+Green+Blue) = 242+101+125=468 (61% of max value = 765). Red value is 242 (94.92% from 255 or 51.71% from 468); Green value is 101 (39.84% from 255 or 21.58% from 468); Blue value is 125 (49.22% from 255 or 26.71% from 468); Max value from RGB is 242 - color contains mainly: red. Hex color #F2657D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F2657D is #0D9A82. Grayscale: #919191. Windows color (decimal): -891523 or 8218098. OLE color: 8218098.
HSL color Cylindrical-coordinate representation of color #F2657D: hue angle of 349.79º 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 #F2657D is Cyan = 0, Magento = 0.58, Yellow = 0.48 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 101 | 125 | - |
| CMYK | 0 | 0.58 | 0.48 | 0.05 |
| HSL | 349.79º | 0.84% | 0.67% | - |
| HSV(B) | 349.79º | 0.58% | 0.95% | - |
| XYZ | 44.97 | 29.67 | 22.76 | - |
| YUV | 145.9 | 116.21 | 196.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 101 | 125 | 0 | 0.58 | 0.48 | 0.05 | 349.79 | 0.84 | 0.67 |
| Hex | F2 | 65 | 7D | 0 | 3A | 30 | 5 | 15E | 54 | 43 |
| Octal | 362 | 145 | 175 | 0 | 72 | 60 | 5 | 536 | 124 | 103 |
| Binary | 11110010 | 1100101 | 1111101 | 0 | 111010 | 110000 | 101 | 101011110 | 1010100 | 1000011 |
Color Harmonies of #F2657D
Complementary color
Monochromatic Colors of #F2657D
Black with #F2657D
Text Example
Text Example
White with #F2657D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2657D; }
p { color: rgb(242,101,125); }
H1.HeaderClassName
{
color: #F2657D;
}
.AnyTagClassName
{
color: #F2657D;
}
</style>
background-color css
<style>
a { background-color: #F2657D; }
a { background-color: rgb(242,101,125); }
div.DivClassName
{
background-color: #F2657D;
}
.BgClassName
{
background-color: #F2657D;
}
</style>
border-color css
<style>
span { border-color: #F2657D; }
span { border-color: rgb(242,101,125); }
td.TdClassName
{
border-color: #F2657D;
}
.TagClassName
{
border-color: #F2657D;
}
</style>