Shades of Brink Pink #F26181
Tints of Brink Pink #F26181
RGB
CMYK
RGB Variations
Color information
#F26181 (or 0xF26181) is known color: Brink Pink. HEX triplet: F2, 61 and 81. RGB value is (242,97,129). Sum of RGB (Red+Green+Blue) = 242+97+129=468 (61% of max value = 765). Red value is 242 (94.92% from 255 or 51.71% from 468); Green value is 97 (38.28% from 255 or 20.73% from 468); Blue value is 129 (50.78% from 255 or 27.56% from 468); Max value from RGB is 242 - color contains mainly: red. Hex color #F26181 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F26181 is #0D9E7E. Grayscale: #909090. Windows color (decimal): -892543 or 8479218. OLE color: 8479218.
HSL color Cylindrical-coordinate representation of color #F26181: hue angle of 346.76º 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 #F26181 is Cyan = 0, Magento = 0.60, Yellow = 0.47 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 97 | 129 | - |
| CMYK | 0 | 0.60 | 0.47 | 0.05 |
| HSL | 346.76º | 0.85% | 0.66% | - |
| HSV(B) | 346.76º | 0.6% | 0.95% | - |
| XYZ | 44.86 | 29.01 | 24 | - |
| YUV | 144 | 119.54 | 197.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 97 | 129 | 0 | 0.60 | 0.47 | 0.05 | 346.76 | 0.85 | 0.66 |
| Hex | F2 | 61 | 81 | 0 | 3C | 2F | 5 | 15B | 55 | 42 |
| Octal | 362 | 141 | 201 | 0 | 74 | 57 | 5 | 533 | 125 | 102 |
| Binary | 11110010 | 1100001 | 10000001 | 0 | 111100 | 101111 | 101 | 101011011 | 1010101 | 1000010 |
Color Harmonies of #F26181
Complementary color
Monochromatic Colors of #F26181
Black with #F26181
Text Example
Text Example
White with #F26181
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F26181; }
p { color: rgb(242,97,129); }
H1.HeaderClassName
{
color: #F26181;
}
.AnyTagClassName
{
color: #F26181;
}
</style>
background-color css
<style>
a { background-color: #F26181; }
a { background-color: rgb(242,97,129); }
div.DivClassName
{
background-color: #F26181;
}
.BgClassName
{
background-color: #F26181;
}
</style>
border-color css
<style>
span { border-color: #F26181; }
span { border-color: rgb(242,97,129); }
td.TdClassName
{
border-color: #F26181;
}
.TagClassName
{
border-color: #F26181;
}
</style>