Shades of Brink Pink #F2677D
Tints of Brink Pink #F2677D
RGB
CMYK
RGB Variations
Color information
#F2677D (or 0xF2677D) is known color: Brink Pink. HEX triplet: F2, 67 and 7D. RGB value is (242,103,125). Sum of RGB (Red+Green+Blue) = 242+103+125=470 (62% of max value = 765). Red value is 242 (94.92% from 255 or 51.49% from 470); Green value is 103 (40.62% from 255 or 21.91% from 470); Blue value is 125 (49.22% from 255 or 26.60% from 470); Max value from RGB is 242 - color contains mainly: red. Hex color #F2677D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F2677D is #0D9882. Grayscale: #939393. Windows color (decimal): -891011 or 8218610. OLE color: 8218610.
HSL color Cylindrical-coordinate representation of color #F2677D: hue angle of 350.5º degrees, saturation: 0.84, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F2677D is Cyan = 0, Magento = 0.57, Yellow = 0.48 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 103 | 125 | - |
| CMYK | 0 | 0.57 | 0.48 | 0.05 |
| HSL | 350.5º | 0.84% | 0.68% | - |
| HSV(B) | 350.5º | 0.57% | 0.95% | - |
| XYZ | 45.17 | 30.06 | 22.82 | - |
| YUV | 147.07 | 115.55 | 195.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 103 | 125 | 0 | 0.57 | 0.48 | 0.05 | 350.5 | 0.84 | 0.68 |
| Hex | F2 | 67 | 7D | 0 | 39 | 30 | 5 | 15F | 54 | 44 |
| Octal | 362 | 147 | 175 | 0 | 71 | 60 | 5 | 537 | 124 | 104 |
| Binary | 11110010 | 1100111 | 1111101 | 0 | 111001 | 110000 | 101 | 101011111 | 1010100 | 1000100 |
Color Harmonies of #F2677D
Complementary color
Monochromatic Colors of #F2677D
Black with #F2677D
Text Example
Text Example
White with #F2677D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2677D; }
p { color: rgb(242,103,125); }
H1.HeaderClassName
{
color: #F2677D;
}
.AnyTagClassName
{
color: #F2677D;
}
</style>
background-color css
<style>
a { background-color: #F2677D; }
a { background-color: rgb(242,103,125); }
div.DivClassName
{
background-color: #F2677D;
}
.BgClassName
{
background-color: #F2677D;
}
</style>
border-color css
<style>
span { border-color: #F2677D; }
span { border-color: rgb(242,103,125); }
td.TdClassName
{
border-color: #F2677D;
}
.TagClassName
{
border-color: #F2677D;
}
</style>