Shades of Brink Pink #F67483
Tints of Brink Pink #F67483
RGB
CMYK
RGB Variations
Color information
#F67483 (or 0xF67483) is known color: Brink Pink. HEX triplet: F6, 74 and 83. RGB value is (246,116,131). Sum of RGB (Red+Green+Blue) = 246+116+131=493 (65% of max value = 765). Red value is 246 (96.48% from 255 or 49.90% from 493); Green value is 116 (45.70% from 255 or 23.53% from 493); Blue value is 131 (51.56% from 255 or 26.57% from 493); Max value from RGB is 246 - color contains mainly: red. Hex color #F67483 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F67483 is #098B7C. Grayscale: #9C9C9C. Windows color (decimal): -625533 or 8615158. OLE color: 8615158.
HSL color Cylindrical-coordinate representation of color #F67483: hue angle of 353.08º 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 #F67483 is Cyan = 0, Magento = 0.53, Yellow = 0.47 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 116 | 131 | - |
| CMYK | 0 | 0.53 | 0.47 | 0.04 |
| HSL | 353.08º | 0.88% | 0.71% | - |
| HSV(B) | 353.08º | 0.53% | 0.96% | - |
| XYZ | 48.35 | 33.72 | 25.43 | - |
| YUV | 156.58 | 113.57 | 191.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 116 | 131 | 0 | 0.53 | 0.47 | 0.04 | 353.08 | 0.88 | 0.71 |
| Hex | F6 | 74 | 83 | 0 | 35 | 2F | 4 | 161 | 58 | 47 |
| Octal | 366 | 164 | 203 | 0 | 65 | 57 | 4 | 541 | 130 | 107 |
| Binary | 11110110 | 1110100 | 10000011 | 0 | 110101 | 101111 | 100 | 101100001 | 1011000 | 1000111 |
Color Harmonies of #F67483
Complementary color
Monochromatic Colors of #F67483
Black with #F67483
Text Example
Text Example
White with #F67483
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F67483; }
p { color: rgb(246,116,131); }
H1.HeaderClassName
{
color: #F67483;
}
.AnyTagClassName
{
color: #F67483;
}
</style>
background-color css
<style>
a { background-color: #F67483; }
a { background-color: rgb(246,116,131); }
div.DivClassName
{
background-color: #F67483;
}
.BgClassName
{
background-color: #F67483;
}
</style>
border-color css
<style>
span { border-color: #F67483; }
span { border-color: rgb(246,116,131); }
td.TdClassName
{
border-color: #F67483;
}
.TagClassName
{
border-color: #F67483;
}
</style>