Shades of Brink Pink #F26285
Tints of Brink Pink #F26285
RGB
CMYK
RGB Variations
Color information
#F26285 (or 0xF26285) is known color: Brink Pink. HEX triplet: F2, 62 and 85. RGB value is (242,98,133). Sum of RGB (Red+Green+Blue) = 242+98+133=473 (62% of max value = 765). Red value is 242 (94.92% from 255 or 51.16% from 473); Green value is 98 (38.67% from 255 or 20.72% from 473); Blue value is 133 (52.34% from 255 or 28.12% from 473); Max value from RGB is 242 - color contains mainly: red. Hex color #F26285 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F26285 is #0D9D7A. Grayscale: #919191. Windows color (decimal): -892283 or 8741618. OLE color: 8741618.
HSL color Cylindrical-coordinate representation of color #F26285: hue angle of 345.42º 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 #F26285 is Cyan = 0, Magento = 0.60, Yellow = 0.45 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 98 | 133 | - |
| CMYK | 0 | 0.60 | 0.45 | 0.05 |
| HSL | 345.42º | 0.85% | 0.67% | - |
| HSV(B) | 345.42º | 0.6% | 0.95% | - |
| XYZ | 45.22 | 29.31 | 25.46 | - |
| YUV | 145.05 | 121.21 | 197.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 98 | 133 | 0 | 0.60 | 0.45 | 0.05 | 345.42 | 0.85 | 0.67 |
| Hex | F2 | 62 | 85 | 0 | 3C | 2D | 5 | 159 | 55 | 43 |
| Octal | 362 | 142 | 205 | 0 | 74 | 55 | 5 | 531 | 125 | 103 |
| Binary | 11110010 | 1100010 | 10000101 | 0 | 111100 | 101101 | 101 | 101011001 | 1010101 | 1000011 |
Color Harmonies of #F26285
Complementary color
Monochromatic Colors of #F26285
Black with #F26285
Text Example
Text Example
White with #F26285
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F26285; }
p { color: rgb(242,98,133); }
H1.HeaderClassName
{
color: #F26285;
}
.AnyTagClassName
{
color: #F26285;
}
</style>
background-color css
<style>
a { background-color: #F26285; }
a { background-color: rgb(242,98,133); }
div.DivClassName
{
background-color: #F26285;
}
.BgClassName
{
background-color: #F26285;
}
</style>
border-color css
<style>
span { border-color: #F26285; }
span { border-color: rgb(242,98,133); }
td.TdClassName
{
border-color: #F26285;
}
.TagClassName
{
border-color: #F26285;
}
</style>