Shades of Brink Pink #F3697D
Tints of Brink Pink #F3697D
RGB
CMYK
RGB Variations
Color information
#F3697D (or 0xF3697D) is known color: Brink Pink. HEX triplet: F3, 69 and 7D. RGB value is (243,105,125). Sum of RGB (Red+Green+Blue) = 243+105+125=473 (62% of max value = 765). Red value is 243 (95.31% from 255 or 51.37% from 473); Green value is 105 (41.41% from 255 or 22.20% from 473); Blue value is 125 (49.22% from 255 or 26.43% from 473); Max value from RGB is 243 - color contains mainly: red. Hex color #F3697D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F3697D is #0C9682. Grayscale: #949494. Windows color (decimal): -824963 or 8219123. OLE color: 8219123.
HSL color Cylindrical-coordinate representation of color #F3697D: hue angle of 351.3º 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 #F3697D is Cyan = 0, Magento = 0.57, Yellow = 0.49 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 105 | 125 | - |
| CMYK | 0 | 0.57 | 0.49 | 0.05 |
| HSL | 351.3º | 0.85% | 0.68% | - |
| HSV(B) | 351.3º | 0.57% | 0.95% | - |
| XYZ | 45.72 | 30.64 | 22.91 | - |
| YUV | 148.54 | 114.72 | 195.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 105 | 125 | 0 | 0.57 | 0.49 | 0.05 | 351.3 | 0.85 | 0.68 |
| Hex | F3 | 69 | 7D | 0 | 39 | 31 | 5 | 15F | 55 | 44 |
| Octal | 363 | 151 | 175 | 0 | 71 | 61 | 5 | 537 | 125 | 104 |
| Binary | 11110011 | 1101001 | 1111101 | 0 | 111001 | 110001 | 101 | 101011111 | 1010101 | 1000100 |
Color Harmonies of #F3697D
Complementary color
Monochromatic Colors of #F3697D
Black with #F3697D
Text Example
Text Example
White with #F3697D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3697D; }
p { color: rgb(243,105,125); }
H1.HeaderClassName
{
color: #F3697D;
}
.AnyTagClassName
{
color: #F3697D;
}
</style>
background-color css
<style>
a { background-color: #F3697D; }
a { background-color: rgb(243,105,125); }
div.DivClassName
{
background-color: #F3697D;
}
.BgClassName
{
background-color: #F3697D;
}
</style>
border-color css
<style>
span { border-color: #F3697D; }
span { border-color: rgb(243,105,125); }
td.TdClassName
{
border-color: #F3697D;
}
.TagClassName
{
border-color: #F3697D;
}
</style>