Shades of Brink Pink #F2677B
Tints of Brink Pink #F2677B
RGB
CMYK
RGB Variations
Color information
#F2677B (or 0xF2677B) is known color: Brink Pink. HEX triplet: F2, 67 and 7B. RGB value is (242,103,123). Sum of RGB (Red+Green+Blue) = 242+103+123=468 (61% of max value = 765). Red value is 242 (94.92% from 255 or 51.71% from 468); Green value is 103 (40.62% from 255 or 22.01% from 468); Blue value is 123 (48.44% from 255 or 26.28% from 468); Max value from RGB is 242 - color contains mainly: red. Hex color #F2677B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F2677B is #0D9884. Grayscale: #929292. Windows color (decimal): -891013 or 8087538. OLE color: 8087538.
HSL color Cylindrical-coordinate representation of color #F2677B: hue angle of 351.37º 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 #F2677B is Cyan = 0, Magento = 0.57, Yellow = 0.49 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 103 | 123 | - |
| CMYK | 0 | 0.57 | 0.49 | 0.05 |
| HSL | 351.37º | 0.84% | 0.68% | - |
| HSV(B) | 351.37º | 0.57% | 0.95% | - |
| XYZ | 45.04 | 30.01 | 22.16 | - |
| YUV | 146.84 | 114.55 | 195.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 103 | 123 | 0 | 0.57 | 0.49 | 0.05 | 351.37 | 0.84 | 0.68 |
| Hex | F2 | 67 | 7B | 0 | 39 | 31 | 5 | 15F | 54 | 44 |
| Octal | 362 | 147 | 173 | 0 | 71 | 61 | 5 | 537 | 124 | 104 |
| Binary | 11110010 | 1100111 | 1111011 | 0 | 111001 | 110001 | 101 | 101011111 | 1010100 | 1000100 |
Color Harmonies of #F2677B
Complementary color
Monochromatic Colors of #F2677B
Black with #F2677B
Text Example
Text Example
White with #F2677B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2677B; }
p { color: rgb(242,103,123); }
H1.HeaderClassName
{
color: #F2677B;
}
.AnyTagClassName
{
color: #F2677B;
}
</style>
background-color css
<style>
a { background-color: #F2677B; }
a { background-color: rgb(242,103,123); }
div.DivClassName
{
background-color: #F2677B;
}
.BgClassName
{
background-color: #F2677B;
}
</style>
border-color css
<style>
span { border-color: #F2677B; }
span { border-color: rgb(242,103,123); }
td.TdClassName
{
border-color: #F2677B;
}
.TagClassName
{
border-color: #F2677B;
}
</style>