Shades of Brink Pink #F2677F
Tints of Brink Pink #F2677F
RGB
CMYK
RGB Variations
Color information
#F2677F (or 0xF2677F) is known color: Brink Pink. HEX triplet: F2, 67 and 7F. RGB value is (242,103,127). Sum of RGB (Red+Green+Blue) = 242+103+127=472 (62% of max value = 765). Red value is 242 (94.92% from 255 or 51.27% from 472); Green value is 103 (40.62% from 255 or 21.82% from 472); Blue value is 127 (50% from 255 or 26.91% from 472); Max value from RGB is 242 - color contains mainly: red. Hex color #F2677F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F2677F is #0D9880. Grayscale: #939393. Windows color (decimal): -891009 or 8349682. OLE color: 8349682.
HSL color Cylindrical-coordinate representation of color #F2677F: hue angle of 349.64º 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 #F2677F is Cyan = 0, Magento = 0.57, Yellow = 0.48 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 103 | 127 | - |
| CMYK | 0 | 0.57 | 0.48 | 0.05 |
| HSL | 349.64º | 0.84% | 0.68% | - |
| HSV(B) | 349.64º | 0.57% | 0.95% | - |
| XYZ | 45.3 | 30.11 | 23.5 | - |
| YUV | 147.3 | 116.55 | 195.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 103 | 127 | 0 | 0.57 | 0.48 | 0.05 | 349.64 | 0.84 | 0.68 |
| Hex | F2 | 67 | 7F | 0 | 39 | 30 | 5 | 15E | 54 | 44 |
| Octal | 362 | 147 | 177 | 0 | 71 | 60 | 5 | 536 | 124 | 104 |
| Binary | 11110010 | 1100111 | 1111111 | 0 | 111001 | 110000 | 101 | 101011110 | 1010100 | 1000100 |
Color Harmonies of #F2677F
Complementary color
Monochromatic Colors of #F2677F
Black with #F2677F
Text Example
Text Example
White with #F2677F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2677F; }
p { color: rgb(242,103,127); }
H1.HeaderClassName
{
color: #F2677F;
}
.AnyTagClassName
{
color: #F2677F;
}
</style>
background-color css
<style>
a { background-color: #F2677F; }
a { background-color: rgb(242,103,127); }
div.DivClassName
{
background-color: #F2677F;
}
.BgClassName
{
background-color: #F2677F;
}
</style>
border-color css
<style>
span { border-color: #F2677F; }
span { border-color: rgb(242,103,127); }
td.TdClassName
{
border-color: #F2677F;
}
.TagClassName
{
border-color: #F2677F;
}
</style>