Shades of Brink Pink #F26A7B
Tints of Brink Pink #F26A7B
RGB
CMYK
RGB Variations
Color information
#F26A7B (or 0xF26A7B) is known color: Brink Pink. HEX triplet: F2, 6A and 7B. RGB value is (242,106,123). Sum of RGB (Red+Green+Blue) = 242+106+123=471 (62% of max value = 765). Red value is 242 (94.92% from 255 or 51.38% from 471); Green value is 106 (41.80% from 255 or 22.51% from 471); Blue value is 123 (48.44% from 255 or 26.11% from 471); Max value from RGB is 242 - color contains mainly: red. Hex color #F26A7B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F26A7B is #0D9584. Grayscale: #949494. Windows color (decimal): -890245 or 8088306. OLE color: 8088306.
HSL color Cylindrical-coordinate representation of color #F26A7B: hue angle of 352.5º degrees, saturation: 0.84, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F26A7B is Cyan = 0, Magento = 0.56, Yellow = 0.49 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 106 | 123 | - |
| CMYK | 0 | 0.56 | 0.49 | 0.05 |
| HSL | 352.5º | 0.84% | 0.68% | - |
| HSV(B) | 352.5º | 0.56% | 0.95% | - |
| XYZ | 45.35 | 30.62 | 22.26 | - |
| YUV | 148.6 | 113.56 | 194.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 106 | 123 | 0 | 0.56 | 0.49 | 0.05 | 352.5 | 0.84 | 0.68 |
| Hex | F2 | 6A | 7B | 0 | 38 | 31 | 5 | 160 | 54 | 44 |
| Octal | 362 | 152 | 173 | 0 | 70 | 61 | 5 | 540 | 124 | 104 |
| Binary | 11110010 | 1101010 | 1111011 | 0 | 111000 | 110001 | 101 | 101100000 | 1010100 | 1000100 |
Color Harmonies of #F26A7B
Complementary color
Monochromatic Colors of #F26A7B
Black with #F26A7B
Text Example
Text Example
White with #F26A7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F26A7B; }
p { color: rgb(242,106,123); }
H1.HeaderClassName
{
color: #F26A7B;
}
.AnyTagClassName
{
color: #F26A7B;
}
</style>
background-color css
<style>
a { background-color: #F26A7B; }
a { background-color: rgb(242,106,123); }
div.DivClassName
{
background-color: #F26A7B;
}
.BgClassName
{
background-color: #F26A7B;
}
</style>
border-color css
<style>
span { border-color: #F26A7B; }
span { border-color: rgb(242,106,123); }
td.TdClassName
{
border-color: #F26A7B;
}
.TagClassName
{
border-color: #F26A7B;
}
</style>