Shades of Brink Pink #F26384
Tints of Brink Pink #F26384
RGB
CMYK
RGB Variations
Color information
#F26384 (or 0xF26384) is known color: Brink Pink. HEX triplet: F2, 63 and 84. RGB value is (242,99,132). Sum of RGB (Red+Green+Blue) = 242+99+132=473 (62% of max value = 765). Red value is 242 (94.92% from 255 or 51.16% from 473); Green value is 99 (39.06% from 255 or 20.93% from 473); Blue value is 132 (51.95% from 255 or 27.91% from 473); Max value from RGB is 242 - color contains mainly: red. Hex color #F26384 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F26384 is #0D9C7B. Grayscale: #919191. Windows color (decimal): -892028 or 8676338. OLE color: 8676338.
HSL color Cylindrical-coordinate representation of color #F26384: hue angle of 346.15º degrees, saturation: 0.85, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F26384 is Cyan = 0, Magento = 0.59, Yellow = 0.45 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 99 | 132 | - |
| CMYK | 0 | 0.59 | 0.45 | 0.05 |
| HSL | 346.15º | 0.85% | 0.67% | - |
| HSV(B) | 346.15º | 0.59% | 0.95% | - |
| XYZ | 45.24 | 29.47 | 25.13 | - |
| YUV | 145.52 | 120.38 | 196.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 99 | 132 | 0 | 0.59 | 0.45 | 0.05 | 346.15 | 0.85 | 0.67 |
| Hex | F2 | 63 | 84 | 0 | 3B | 2D | 5 | 15A | 55 | 43 |
| Octal | 362 | 143 | 204 | 0 | 73 | 55 | 5 | 532 | 125 | 103 |
| Binary | 11110010 | 1100011 | 10000100 | 0 | 111011 | 101101 | 101 | 101011010 | 1010101 | 1000011 |
Color Harmonies of #F26384
Complementary color
Monochromatic Colors of #F26384
Black with #F26384
Text Example
Text Example
White with #F26384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F26384; }
p { color: rgb(242,99,132); }
H1.HeaderClassName
{
color: #F26384;
}
.AnyTagClassName
{
color: #F26384;
}
</style>
background-color css
<style>
a { background-color: #F26384; }
a { background-color: rgb(242,99,132); }
div.DivClassName
{
background-color: #F26384;
}
.BgClassName
{
background-color: #F26384;
}
</style>
border-color css
<style>
span { border-color: #F26384; }
span { border-color: rgb(242,99,132); }
td.TdClassName
{
border-color: #F26384;
}
.TagClassName
{
border-color: #F26384;
}
</style>