Shades of Sweet Pink #F3968D
Tints of Sweet Pink #F3968D
RGB
CMYK
RGB Variations
Color information
#F3968D (or 0xF3968D) is known color: Sweet Pink. HEX triplet: F3, 96 and 8D. RGB value is (243,150,141). Sum of RGB (Red+Green+Blue) = 243+150+141=534 (70% of max value = 765). Red value is 243 (95.31% from 255 or 45.51% from 534); Green value is 150 (58.98% from 255 or 28.09% from 534); Blue value is 141 (55.47% from 255 or 26.40% from 534); Max value from RGB is 243 - color contains mainly: red. Hex color #F3968D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F3968D is #0C6972. Grayscale: #B0B0B0. Windows color (decimal): -813427 or 9279219. OLE color: 9279219.
HSL color Cylindrical-coordinate representation of color #F3968D: hue angle of 5.29º degrees, saturation: 0.81, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F3968D is Cyan = 0, Magento = 0.38, Yellow = 0.42 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 150 | 141 | - |
| CMYK | 0 | 0.38 | 0.42 | 0.05 |
| HSL | 5.29º | 0.81% | 0.75% | - |
| HSV(B) | 5.29º | 0.42% | 0.95% | - |
| XYZ | 52.68 | 42.79 | 30.68 | - |
| YUV | 176.78 | 107.81 | 175.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 150 | 141 | 0 | 0.38 | 0.42 | 0.05 | 5.29 | 0.81 | 0.75 |
| Hex | F3 | 96 | 8D | 0 | 26 | 2A | 5 | 5 | 51 | 4B |
| Octal | 363 | 226 | 215 | 0 | 46 | 52 | 5 | 5 | 121 | 113 |
| Binary | 11110011 | 10010110 | 10001101 | 0 | 100110 | 101010 | 101 | 101 | 1010001 | 1001011 |
Color Harmonies of #F3968D
Complementary color
Monochromatic Colors of #F3968D
Black with #F3968D
Text Example
Text Example
White with #F3968D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3968D; }
p { color: rgb(243,150,141); }
H1.HeaderClassName
{
color: #F3968D;
}
.AnyTagClassName
{
color: #F3968D;
}
</style>
background-color css
<style>
a { background-color: #F3968D; }
a { background-color: rgb(243,150,141); }
div.DivClassName
{
background-color: #F3968D;
}
.BgClassName
{
background-color: #F3968D;
}
</style>
border-color css
<style>
span { border-color: #F3968D; }
span { border-color: rgb(243,150,141); }
td.TdClassName
{
border-color: #F3968D;
}
.TagClassName
{
border-color: #F3968D;
}
</style>