Shades of Brink Pink #F67383
Tints of Brink Pink #F67383
RGB
CMYK
RGB Variations
Color information
#F67383 (or 0xF67383) is known color: Brink Pink. HEX triplet: F6, 73 and 83. RGB value is (246,115,131). Sum of RGB (Red+Green+Blue) = 246+115+131=492 (65% of max value = 765). Red value is 246 (96.48% from 255 or 50% from 492); Green value is 115 (45.31% from 255 or 23.37% from 492); Blue value is 131 (51.56% from 255 or 26.63% from 492); Max value from RGB is 246 - color contains mainly: red. Hex color #F67383 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F67383 is #098C7C. Grayscale: #9C9C9C. Windows color (decimal): -625789 or 8614902. OLE color: 8614902.
HSL color Cylindrical-coordinate representation of color #F67383: hue angle of 352.67º degrees, saturation: 0.88, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F67383 is Cyan = 0, Magento = 0.53, Yellow = 0.47 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 115 | 131 | - |
| CMYK | 0 | 0.53 | 0.47 | 0.04 |
| HSL | 352.67º | 0.88% | 0.71% | - |
| HSV(B) | 352.67º | 0.53% | 0.96% | - |
| XYZ | 48.23 | 33.49 | 25.4 | - |
| YUV | 155.99 | 113.9 | 192.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 115 | 131 | 0 | 0.53 | 0.47 | 0.04 | 352.67 | 0.88 | 0.71 |
| Hex | F6 | 73 | 83 | 0 | 35 | 2F | 4 | 161 | 58 | 47 |
| Octal | 366 | 163 | 203 | 0 | 65 | 57 | 4 | 541 | 130 | 107 |
| Binary | 11110110 | 1110011 | 10000011 | 0 | 110101 | 101111 | 100 | 101100001 | 1011000 | 1000111 |
Color Harmonies of #F67383
Complementary color
Monochromatic Colors of #F67383
Black with #F67383
Text Example
Text Example
White with #F67383
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F67383; }
p { color: rgb(246,115,131); }
H1.HeaderClassName
{
color: #F67383;
}
.AnyTagClassName
{
color: #F67383;
}
</style>
background-color css
<style>
a { background-color: #F67383; }
a { background-color: rgb(246,115,131); }
div.DivClassName
{
background-color: #F67383;
}
.BgClassName
{
background-color: #F67383;
}
</style>
border-color css
<style>
span { border-color: #F67383; }
span { border-color: rgb(246,115,131); }
td.TdClassName
{
border-color: #F67383;
}
.TagClassName
{
border-color: #F67383;
}
</style>