Shades of Brink Pink #F26C83
Tints of Brink Pink #F26C83
RGB
CMYK
RGB Variations
Color information
#F26C83 (or 0xF26C83) is known color: Brink Pink. HEX triplet: F2, 6C and 83. RGB value is (242,108,131). Sum of RGB (Red+Green+Blue) = 242+108+131=481 (63% of max value = 765). Red value is 242 (94.92% from 255 or 50.31% from 481); Green value is 108 (42.58% from 255 or 22.45% from 481); Blue value is 131 (51.56% from 255 or 27.23% from 481); Max value from RGB is 242 - color contains mainly: red. Hex color #F26C83 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F26C83 is #0D937C. Grayscale: #969696. Windows color (decimal): -889725 or 8613106. OLE color: 8613106.
HSL color Cylindrical-coordinate representation of color #F26C83: hue angle of 349.7º degrees, saturation: 0.84, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F26C83 is Cyan = 0, Magento = 0.55, Yellow = 0.46 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 108 | 131 | - |
| CMYK | 0 | 0.55 | 0.46 | 0.05 |
| HSL | 349.7º | 0.84% | 0.69% | - |
| HSV(B) | 349.7º | 0.55% | 0.95% | - |
| XYZ | 46.08 | 31.24 | 25.07 | - |
| YUV | 150.69 | 116.89 | 193.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 108 | 131 | 0 | 0.55 | 0.46 | 0.05 | 349.7 | 0.84 | 0.69 |
| Hex | F2 | 6C | 83 | 0 | 37 | 2E | 5 | 15E | 54 | 45 |
| Octal | 362 | 154 | 203 | 0 | 67 | 56 | 5 | 536 | 124 | 105 |
| Binary | 11110010 | 1101100 | 10000011 | 0 | 110111 | 101110 | 101 | 101011110 | 1010100 | 1000101 |
Color Harmonies of #F26C83
Complementary color
Monochromatic Colors of #F26C83
Black with #F26C83
Text Example
Text Example
White with #F26C83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F26C83; }
p { color: rgb(242,108,131); }
H1.HeaderClassName
{
color: #F26C83;
}
.AnyTagClassName
{
color: #F26C83;
}
</style>
background-color css
<style>
a { background-color: #F26C83; }
a { background-color: rgb(242,108,131); }
div.DivClassName
{
background-color: #F26C83;
}
.BgClassName
{
background-color: #F26C83;
}
</style>
border-color css
<style>
span { border-color: #F26C83; }
span { border-color: rgb(242,108,131); }
td.TdClassName
{
border-color: #F26C83;
}
.TagClassName
{
border-color: #F26C83;
}
</style>