Shades of Brink Pink #F26183
Tints of Brink Pink #F26183
RGB
CMYK
RGB Variations
Color information
#F26183 (or 0xF26183) is known color: Brink Pink. HEX triplet: F2, 61 and 83. RGB value is (242,97,131). Sum of RGB (Red+Green+Blue) = 242+97+131=470 (62% of max value = 765). Red value is 242 (94.92% from 255 or 51.49% from 470); Green value is 97 (38.28% from 255 or 20.64% from 470); Blue value is 131 (51.56% from 255 or 27.87% from 470); Max value from RGB is 242 - color contains mainly: red. Hex color #F26183 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F26183 is #0D9E7C. Grayscale: #909090. Windows color (decimal): -892541 or 8610290. OLE color: 8610290.
HSL color Cylindrical-coordinate representation of color #F26183: hue angle of 345.93º degrees, saturation: 0.85, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F26183 is Cyan = 0, Magento = 0.60, Yellow = 0.46 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 97 | 131 | - |
| CMYK | 0 | 0.60 | 0.46 | 0.05 |
| HSL | 345.93º | 0.85% | 0.66% | - |
| HSV(B) | 345.93º | 0.6% | 0.95% | - |
| XYZ | 44.99 | 29.07 | 24.71 | - |
| YUV | 144.23 | 120.54 | 197.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 97 | 131 | 0 | 0.60 | 0.46 | 0.05 | 345.93 | 0.85 | 0.66 |
| Hex | F2 | 61 | 83 | 0 | 3C | 2E | 5 | 15A | 55 | 42 |
| Octal | 362 | 141 | 203 | 0 | 74 | 56 | 5 | 532 | 125 | 102 |
| Binary | 11110010 | 1100001 | 10000011 | 0 | 111100 | 101110 | 101 | 101011010 | 1010101 | 1000010 |
Color Harmonies of #F26183
Complementary color
Monochromatic Colors of #F26183
Black with #F26183
Text Example
Text Example
White with #F26183
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F26183; }
p { color: rgb(242,97,131); }
H1.HeaderClassName
{
color: #F26183;
}
.AnyTagClassName
{
color: #F26183;
}
</style>
background-color css
<style>
a { background-color: #F26183; }
a { background-color: rgb(242,97,131); }
div.DivClassName
{
background-color: #F26183;
}
.BgClassName
{
background-color: #F26183;
}
</style>
border-color css
<style>
span { border-color: #F26183; }
span { border-color: rgb(242,97,131); }
td.TdClassName
{
border-color: #F26183;
}
.TagClassName
{
border-color: #F26183;
}
</style>