Shades of Brink Pink #F2668B
Tints of Brink Pink #F2668B
RGB
CMYK
RGB Variations
Color information
#F2668B (or 0xF2668B) is known color: Brink Pink. HEX triplet: F2, 66 and 8B. RGB value is (242,102,139). Sum of RGB (Red+Green+Blue) = 242+102+139=483 (63% of max value = 765). Red value is 242 (94.92% from 255 or 50.10% from 483); Green value is 102 (40.23% from 255 or 21.12% from 483); Blue value is 139 (54.69% from 255 or 28.78% from 483); Max value from RGB is 242 - color contains mainly: red. Hex color #F2668B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F2668B is #0D9974. Grayscale: #949494. Windows color (decimal): -891253 or 9135858. OLE color: 9135858.
HSL color Cylindrical-coordinate representation of color #F2668B: hue angle of 344.14º 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 #F2668B is Cyan = 0, Magento = 0.58, Yellow = 0.43 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 102 | 139 | - |
| CMYK | 0 | 0.58 | 0.43 | 0.05 |
| HSL | 344.14º | 0.84% | 0.67% | - |
| HSV(B) | 344.14º | 0.58% | 0.95% | - |
| XYZ | 46.03 | 30.24 | 27.84 | - |
| YUV | 148.08 | 122.88 | 194.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 102 | 139 | 0 | 0.58 | 0.43 | 0.05 | 344.14 | 0.84 | 0.67 |
| Hex | F2 | 66 | 8B | 0 | 3A | 2B | 5 | 158 | 54 | 43 |
| Octal | 362 | 146 | 213 | 0 | 72 | 53 | 5 | 530 | 124 | 103 |
| Binary | 11110010 | 1100110 | 10001011 | 0 | 111010 | 101011 | 101 | 101011000 | 1010100 | 1000011 |
Color Harmonies of #F2668B
Complementary color
Monochromatic Colors of #F2668B
Black with #F2668B
Text Example
Text Example
White with #F2668B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2668B; }
p { color: rgb(242,102,139); }
H1.HeaderClassName
{
color: #F2668B;
}
.AnyTagClassName
{
color: #F2668B;
}
</style>
background-color css
<style>
a { background-color: #F2668B; }
a { background-color: rgb(242,102,139); }
div.DivClassName
{
background-color: #F2668B;
}
.BgClassName
{
background-color: #F2668B;
}
</style>
border-color css
<style>
span { border-color: #F2668B; }
span { border-color: rgb(242,102,139); }
td.TdClassName
{
border-color: #F2668B;
}
.TagClassName
{
border-color: #F2668B;
}
</style>