Shades of Sweet Pink #F39A96
Tints of Sweet Pink #F39A96
RGB
CMYK
RGB Variations
Color information
#F39A96 (or 0xF39A96) is known color: Sweet Pink. HEX triplet: F3, 9A and 96. RGB value is (243,154,150). Sum of RGB (Red+Green+Blue) = 243+154+150=547 (72% of max value = 765). Red value is 243 (95.31% from 255 or 44.42% from 547); Green value is 154 (60.55% from 255 or 28.15% from 547); Blue value is 150 (58.98% from 255 or 27.42% from 547); Max value from RGB is 243 - color contains mainly: red. Hex color #F39A96 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F39A96 is #0C6569. Grayscale: #B4B4B4. Windows color (decimal): -812394 or 9870067. OLE color: 9870067.
HSL color Cylindrical-coordinate representation of color #F39A96: hue angle of 2.58º 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 #F39A96 is Cyan = 0, Magento = 0.37, Yellow = 0.38 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 154 | 150 | - |
| CMYK | 0 | 0.37 | 0.38 | 0.05 |
| HSL | 2.58º | 0.79% | 0.77% | - |
| HSV(B) | 2.58º | 0.38% | 0.95% | - |
| XYZ | 54.02 | 44.37 | 34.57 | - |
| YUV | 180.16 | 110.99 | 172.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 154 | 150 | 0 | 0.37 | 0.38 | 0.05 | 2.58 | 0.79 | 0.77 |
| Hex | F3 | 9A | 96 | 0 | 25 | 26 | 5 | 3 | 4F | 4D |
| Octal | 363 | 232 | 226 | 0 | 45 | 46 | 5 | 3 | 117 | 115 |
| Binary | 11110011 | 10011010 | 10010110 | 0 | 100101 | 100110 | 101 | 11 | 1001111 | 1001101 |
Color Harmonies of #F39A96
Complementary color
Monochromatic Colors of #F39A96
Black with #F39A96
Text Example
Text Example
White with #F39A96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F39A96; }
p { color: rgb(243,154,150); }
H1.HeaderClassName
{
color: #F39A96;
}
.AnyTagClassName
{
color: #F39A96;
}
</style>
background-color css
<style>
a { background-color: #F39A96; }
a { background-color: rgb(243,154,150); }
div.DivClassName
{
background-color: #F39A96;
}
.BgClassName
{
background-color: #F39A96;
}
</style>
border-color css
<style>
span { border-color: #F39A96; }
span { border-color: rgb(243,154,150); }
td.TdClassName
{
border-color: #F39A96;
}
.TagClassName
{
border-color: #F39A96;
}
</style>