Shades of Brink Pink #F26280
Tints of Brink Pink #F26280
RGB
CMYK
RGB Variations
Color information
#F26280 (or 0xF26280) is known color: Brink Pink. HEX triplet: F2, 62 and 80. RGB value is (242,98,128). Sum of RGB (Red+Green+Blue) = 242+98+128=468 (61% of max value = 765). Red value is 242 (94.92% from 255 or 51.71% from 468); Green value is 98 (38.67% from 255 or 20.94% from 468); Blue value is 128 (50.39% from 255 or 27.35% from 468); Max value from RGB is 242 - color contains mainly: red. Hex color #F26280 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F26280 is #0D9D7F. Grayscale: #909090. Windows color (decimal): -892288 or 8413938. OLE color: 8413938.
HSL color Cylindrical-coordinate representation of color #F26280: hue angle of 347.5º degrees, saturation: 0.85, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F26280 is Cyan = 0, Magento = 0.60, Yellow = 0.47 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 98 | 128 | - |
| CMYK | 0 | 0.60 | 0.47 | 0.05 |
| HSL | 347.5º | 0.85% | 0.67% | - |
| HSV(B) | 347.5º | 0.6% | 0.95% | - |
| XYZ | 44.88 | 29.17 | 23.69 | - |
| YUV | 144.48 | 118.71 | 197.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 98 | 128 | 0 | 0.60 | 0.47 | 0.05 | 347.5 | 0.85 | 0.67 |
| Hex | F2 | 62 | 80 | 0 | 3C | 2F | 5 | 15C | 55 | 43 |
| Octal | 362 | 142 | 200 | 0 | 74 | 57 | 5 | 534 | 125 | 103 |
| Binary | 11110010 | 1100010 | 10000000 | 0 | 111100 | 101111 | 101 | 101011100 | 1010101 | 1000011 |
Color Harmonies of #F26280
Complementary color
Monochromatic Colors of #F26280
Black with #F26280
Text Example
Text Example
White with #F26280
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F26280; }
p { color: rgb(242,98,128); }
H1.HeaderClassName
{
color: #F26280;
}
.AnyTagClassName
{
color: #F26280;
}
</style>
background-color css
<style>
a { background-color: #F26280; }
a { background-color: rgb(242,98,128); }
div.DivClassName
{
background-color: #F26280;
}
.BgClassName
{
background-color: #F26280;
}
</style>
border-color css
<style>
span { border-color: #F26280; }
span { border-color: rgb(242,98,128); }
td.TdClassName
{
border-color: #F26280;
}
.TagClassName
{
border-color: #F26280;
}
</style>