Shades of Sweet Pink #F3978E
Tints of Sweet Pink #F3978E
RGB
CMYK
RGB Variations
Color information
#F3978E (or 0xF3978E) is known color: Sweet Pink. HEX triplet: F3, 97 and 8E. RGB value is (243,151,142). Sum of RGB (Red+Green+Blue) = 243+151+142=536 (70% of max value = 765). Red value is 243 (95.31% from 255 or 45.34% from 536); Green value is 151 (59.38% from 255 or 28.17% from 536); Blue value is 142 (55.86% from 255 or 26.49% from 536); Max value from RGB is 243 - color contains mainly: red. Hex color #F3978E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F3978E is #0C6871. Grayscale: #B1B1B1. Windows color (decimal): -813170 or 9345011. OLE color: 9345011.
HSL color Cylindrical-coordinate representation of color #F3978E: hue angle of 5.35º 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 #F3978E is Cyan = 0, Magento = 0.38, Yellow = 0.42 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 151 | 142 | - |
| CMYK | 0 | 0.38 | 0.42 | 0.05 |
| HSL | 5.35º | 0.81% | 0.75% | - |
| HSV(B) | 5.35º | 0.42% | 0.95% | - |
| XYZ | 52.91 | 43.14 | 31.13 | - |
| YUV | 177.48 | 107.98 | 174.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 151 | 142 | 0 | 0.38 | 0.42 | 0.05 | 5.35 | 0.81 | 0.75 |
| Hex | F3 | 97 | 8E | 0 | 26 | 2A | 5 | 5 | 51 | 4B |
| Octal | 363 | 227 | 216 | 0 | 46 | 52 | 5 | 5 | 121 | 113 |
| Binary | 11110011 | 10010111 | 10001110 | 0 | 100110 | 101010 | 101 | 101 | 1010001 | 1001011 |
Color Harmonies of #F3978E
Complementary color
Monochromatic Colors of #F3978E
Black with #F3978E
Text Example
Text Example
White with #F3978E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3978E; }
p { color: rgb(243,151,142); }
H1.HeaderClassName
{
color: #F3978E;
}
.AnyTagClassName
{
color: #F3978E;
}
</style>
background-color css
<style>
a { background-color: #F3978E; }
a { background-color: rgb(243,151,142); }
div.DivClassName
{
background-color: #F3978E;
}
.BgClassName
{
background-color: #F3978E;
}
</style>
border-color css
<style>
span { border-color: #F3978E; }
span { border-color: rgb(243,151,142); }
td.TdClassName
{
border-color: #F3978E;
}
.TagClassName
{
border-color: #F3978E;
}
</style>