Shades of Brink Pink #F3697B
Tints of Brink Pink #F3697B
RGB
CMYK
RGB Variations
Color information
#F3697B (or 0xF3697B) is known color: Brink Pink. HEX triplet: F3, 69 and 7B. RGB value is (243,105,123). Sum of RGB (Red+Green+Blue) = 243+105+123=471 (62% of max value = 765). Red value is 243 (95.31% from 255 or 51.59% from 471); Green value is 105 (41.41% from 255 or 22.29% from 471); Blue value is 123 (48.44% from 255 or 26.11% from 471); Max value from RGB is 243 - color contains mainly: red. Hex color #F3697B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F3697B is #0C9684. Grayscale: #949494. Windows color (decimal): -824965 or 8088051. OLE color: 8088051.
HSL color Cylindrical-coordinate representation of color #F3697B: hue angle of 352.17º 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 #F3697B is Cyan = 0, Magento = 0.57, Yellow = 0.49 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 105 | 123 | - |
| CMYK | 0 | 0.57 | 0.49 | 0.05 |
| HSL | 352.17º | 0.85% | 0.68% | - |
| HSV(B) | 352.17º | 0.57% | 0.95% | - |
| XYZ | 45.59 | 30.59 | 22.24 | - |
| YUV | 148.31 | 113.72 | 195.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 105 | 123 | 0 | 0.57 | 0.49 | 0.05 | 352.17 | 0.85 | 0.68 |
| Hex | F3 | 69 | 7B | 0 | 39 | 31 | 5 | 160 | 55 | 44 |
| Octal | 363 | 151 | 173 | 0 | 71 | 61 | 5 | 540 | 125 | 104 |
| Binary | 11110011 | 1101001 | 1111011 | 0 | 111001 | 110001 | 101 | 101100000 | 1010101 | 1000100 |
Color Harmonies of #F3697B
Complementary color
Monochromatic Colors of #F3697B
Black with #F3697B
Text Example
Text Example
White with #F3697B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3697B; }
p { color: rgb(243,105,123); }
H1.HeaderClassName
{
color: #F3697B;
}
.AnyTagClassName
{
color: #F3697B;
}
</style>
background-color css
<style>
a { background-color: #F3697B; }
a { background-color: rgb(243,105,123); }
div.DivClassName
{
background-color: #F3697B;
}
.BgClassName
{
background-color: #F3697B;
}
</style>
border-color css
<style>
span { border-color: #F3697B; }
span { border-color: rgb(243,105,123); }
td.TdClassName
{
border-color: #F3697B;
}
.TagClassName
{
border-color: #F3697B;
}
</style>