Shades of Brink Pink #F3687D
Tints of Brink Pink #F3687D
RGB
CMYK
RGB Variations
Color information
#F3687D (or 0xF3687D) is known color: Brink Pink. HEX triplet: F3, 68 and 7D. RGB value is (243,104,125). Sum of RGB (Red+Green+Blue) = 243+104+125=472 (62% of max value = 765). Red value is 243 (95.31% from 255 or 51.48% from 472); Green value is 104 (41.02% from 255 or 22.03% from 472); Blue value is 125 (49.22% from 255 or 26.48% from 472); Max value from RGB is 243 - color contains mainly: red. Hex color #F3687D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F3687D is #0C9782. Grayscale: #949494. Windows color (decimal): -825219 or 8218867. OLE color: 8218867.
HSL color Cylindrical-coordinate representation of color #F3687D: hue angle of 350.94º degrees, saturation: 0.85, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F3687D is Cyan = 0, Magento = 0.57, Yellow = 0.49 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 104 | 125 | - |
| CMYK | 0 | 0.57 | 0.49 | 0.05 |
| HSL | 350.94º | 0.85% | 0.68% | - |
| HSV(B) | 350.94º | 0.57% | 0.95% | - |
| XYZ | 45.61 | 30.44 | 22.87 | - |
| YUV | 147.96 | 115.05 | 195.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 104 | 125 | 0 | 0.57 | 0.49 | 0.05 | 350.94 | 0.85 | 0.68 |
| Hex | F3 | 68 | 7D | 0 | 39 | 31 | 5 | 15F | 55 | 44 |
| Octal | 363 | 150 | 175 | 0 | 71 | 61 | 5 | 537 | 125 | 104 |
| Binary | 11110011 | 1101000 | 1111101 | 0 | 111001 | 110001 | 101 | 101011111 | 1010101 | 1000100 |
Color Harmonies of #F3687D
Complementary color
Monochromatic Colors of #F3687D
Black with #F3687D
Text Example
Text Example
White with #F3687D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3687D; }
p { color: rgb(243,104,125); }
H1.HeaderClassName
{
color: #F3687D;
}
.AnyTagClassName
{
color: #F3687D;
}
</style>
background-color css
<style>
a { background-color: #F3687D; }
a { background-color: rgb(243,104,125); }
div.DivClassName
{
background-color: #F3687D;
}
.BgClassName
{
background-color: #F3687D;
}
</style>
border-color css
<style>
span { border-color: #F3687D; }
span { border-color: rgb(243,104,125); }
td.TdClassName
{
border-color: #F3687D;
}
.TagClassName
{
border-color: #F3687D;
}
</style>