Shades of Sweet Pink #F39E96
Tints of Sweet Pink #F39E96
RGB
CMYK
RGB Variations
Color information
#F39E96 (or 0xF39E96) is known color: Sweet Pink. HEX triplet: F3, 9E and 96. RGB value is (243,158,150). Sum of RGB (Red+Green+Blue) = 243+158+150=551 (72% of max value = 765). Red value is 243 (95.31% from 255 or 44.10% from 551); Green value is 158 (62.11% from 255 or 28.68% from 551); Blue value is 150 (58.98% from 255 or 27.22% from 551); Max value from RGB is 243 - color contains mainly: red. Hex color #F39E96 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F39E96 is #0C6169. Grayscale: #B6B6B6. Windows color (decimal): -811370 or 9871091. OLE color: 9871091.
HSL color Cylindrical-coordinate representation of color #F39E96: hue angle of 5.16º degrees, saturation: 0.79, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #F39E96 is Cyan = 0, Magento = 0.35, Yellow = 0.38 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 158 | 150 | - |
| CMYK | 0 | 0.35 | 0.38 | 0.05 |
| HSL | 5.16º | 0.79% | 0.77% | - |
| HSV(B) | 5.16º | 0.38% | 0.95% | - |
| XYZ | 54.69 | 45.71 | 34.79 | - |
| YUV | 182.5 | 109.66 | 171.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 158 | 150 | 0 | 0.35 | 0.38 | 0.05 | 5.16 | 0.79 | 0.77 |
| Hex | F3 | 9E | 96 | 0 | 23 | 26 | 5 | 5 | 4F | 4D |
| Octal | 363 | 236 | 226 | 0 | 43 | 46 | 5 | 5 | 117 | 115 |
| Binary | 11110011 | 10011110 | 10010110 | 0 | 100011 | 100110 | 101 | 101 | 1001111 | 1001101 |
Color Harmonies of #F39E96
Complementary color
Monochromatic Colors of #F39E96
Black with #F39E96
Text Example
Text Example
White with #F39E96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F39E96; }
p { color: rgb(243,158,150); }
H1.HeaderClassName
{
color: #F39E96;
}
.AnyTagClassName
{
color: #F39E96;
}
</style>
background-color css
<style>
a { background-color: #F39E96; }
a { background-color: rgb(243,158,150); }
div.DivClassName
{
background-color: #F39E96;
}
.BgClassName
{
background-color: #F39E96;
}
</style>
border-color css
<style>
span { border-color: #F39E96; }
span { border-color: rgb(243,158,150); }
td.TdClassName
{
border-color: #F39E96;
}
.TagClassName
{
border-color: #F39E96;
}
</style>