Shades of Brink Pink #F36482
Tints of Brink Pink #F36482
RGB
CMYK
RGB Variations
Color information
#F36482 (or 0xF36482) is known color: Brink Pink. HEX triplet: F3, 64 and 82. RGB value is (243,100,130). Sum of RGB (Red+Green+Blue) = 243+100+130=473 (62% of max value = 765). Red value is 243 (95.31% from 255 or 51.37% from 473); Green value is 100 (39.45% from 255 or 21.14% from 473); Blue value is 130 (51.17% from 255 or 27.48% from 473); Max value from RGB is 243 - color contains mainly: red. Hex color #F36482 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F36482 is #0C9B7D. Grayscale: #929292. Windows color (decimal): -826238 or 8545523. OLE color: 8545523.
HSL color Cylindrical-coordinate representation of color #F36482: hue angle of 347.41º degrees, saturation: 0.86, 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 #F36482 is Cyan = 0, Magento = 0.59, Yellow = 0.47 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 100 | 130 | - |
| CMYK | 0 | 0.59 | 0.47 | 0.05 |
| HSL | 347.41º | 0.86% | 0.67% | - |
| HSV(B) | 347.41º | 0.59% | 0.95% | - |
| XYZ | 45.55 | 29.78 | 24.47 | - |
| YUV | 146.18 | 118.88 | 197.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 100 | 130 | 0 | 0.59 | 0.47 | 0.05 | 347.41 | 0.86 | 0.67 |
| Hex | F3 | 64 | 82 | 0 | 3B | 2F | 5 | 15B | 56 | 43 |
| Octal | 363 | 144 | 202 | 0 | 73 | 57 | 5 | 533 | 126 | 103 |
| Binary | 11110011 | 1100100 | 10000010 | 0 | 111011 | 101111 | 101 | 101011011 | 1010110 | 1000011 |
Color Harmonies of #F36482
Complementary color
Monochromatic Colors of #F36482
Black with #F36482
Text Example
Text Example
White with #F36482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F36482; }
p { color: rgb(243,100,130); }
H1.HeaderClassName
{
color: #F36482;
}
.AnyTagClassName
{
color: #F36482;
}
</style>
background-color css
<style>
a { background-color: #F36482; }
a { background-color: rgb(243,100,130); }
div.DivClassName
{
background-color: #F36482;
}
.BgClassName
{
background-color: #F36482;
}
</style>
border-color css
<style>
span { border-color: #F36482; }
span { border-color: rgb(243,100,130); }
td.TdClassName
{
border-color: #F36482;
}
.TagClassName
{
border-color: #F36482;
}
</style>