Shades of Sweet Pink #F3978D
Tints of Sweet Pink #F3978D
RGB
CMYK
RGB Variations
Color information
#F3978D (or 0xF3978D) is known color: Sweet Pink. HEX triplet: F3, 97 and 8D. RGB value is (243,151,141). Sum of RGB (Red+Green+Blue) = 243+151+141=535 (70% of max value = 765). Red value is 243 (95.31% from 255 or 45.42% from 535); Green value is 151 (59.38% from 255 or 28.22% from 535); Blue value is 141 (55.47% from 255 or 26.36% from 535); Max value from RGB is 243 - color contains mainly: red. Hex color #F3978D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F3978D is #0C6872. Grayscale: #B1B1B1. Windows color (decimal): -813171 or 9279475. OLE color: 9279475.
HSL color Cylindrical-coordinate representation of color #F3978D: hue angle of 5.88º 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 #F3978D is Cyan = 0, Magento = 0.38, Yellow = 0.42 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 151 | 141 | - |
| CMYK | 0 | 0.38 | 0.42 | 0.05 |
| HSL | 5.88º | 0.81% | 0.75% | - |
| HSV(B) | 5.88º | 0.42% | 0.95% | - |
| XYZ | 52.84 | 43.11 | 30.74 | - |
| YUV | 177.37 | 107.48 | 174.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 151 | 141 | 0 | 0.38 | 0.42 | 0.05 | 5.88 | 0.81 | 0.75 |
| Hex | F3 | 97 | 8D | 0 | 26 | 2A | 5 | 6 | 51 | 4B |
| Octal | 363 | 227 | 215 | 0 | 46 | 52 | 5 | 6 | 121 | 113 |
| Binary | 11110011 | 10010111 | 10001101 | 0 | 100110 | 101010 | 101 | 110 | 1010001 | 1001011 |
Color Harmonies of #F3978D
Complementary color
Monochromatic Colors of #F3978D
Black with #F3978D
Text Example
Text Example
White with #F3978D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3978D; }
p { color: rgb(243,151,141); }
H1.HeaderClassName
{
color: #F3978D;
}
.AnyTagClassName
{
color: #F3978D;
}
</style>
background-color css
<style>
a { background-color: #F3978D; }
a { background-color: rgb(243,151,141); }
div.DivClassName
{
background-color: #F3978D;
}
.BgClassName
{
background-color: #F3978D;
}
</style>
border-color css
<style>
span { border-color: #F3978D; }
span { border-color: rgb(243,151,141); }
td.TdClassName
{
border-color: #F3978D;
}
.TagClassName
{
border-color: #F3978D;
}
</style>