Shades of Sweet Pink #F3938F
Tints of Sweet Pink #F3938F
RGB
CMYK
RGB Variations
Color information
#F3938F (or 0xF3938F) is known color: Sweet Pink. HEX triplet: F3, 93 and 8F. RGB value is (243,147,143). Sum of RGB (Red+Green+Blue) = 243+147+143=533 (70% of max value = 765). Red value is 243 (95.31% from 255 or 45.59% from 533); Green value is 147 (57.81% from 255 or 27.58% from 533); Blue value is 143 (56.25% from 255 or 26.83% from 533); Max value from RGB is 243 - color contains mainly: red. Hex color #F3938F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F3938F is #0C6C70. Grayscale: #AFAFAF. Windows color (decimal): -814193 or 9409523. OLE color: 9409523.
HSL color Cylindrical-coordinate representation of color #F3938F: hue angle of 2.4º degrees, saturation: 0.81, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F3938F is Cyan = 0, Magento = 0.40, Yellow = 0.41 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 147 | 143 | - |
| CMYK | 0 | 0.40 | 0.41 | 0.05 |
| HSL | 2.4º | 0.81% | 0.76% | - |
| HSV(B) | 2.4º | 0.41% | 0.95% | - |
| XYZ | 52.35 | 41.91 | 31.32 | - |
| YUV | 175.25 | 109.8 | 176.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 147 | 143 | 0 | 0.40 | 0.41 | 0.05 | 2.4 | 0.81 | 0.76 |
| Hex | F3 | 93 | 8F | 0 | 28 | 29 | 5 | 2 | 51 | 4C |
| Octal | 363 | 223 | 217 | 0 | 50 | 51 | 5 | 2 | 121 | 114 |
| Binary | 11110011 | 10010011 | 10001111 | 0 | 101000 | 101001 | 101 | 10 | 1010001 | 1001100 |
Color Harmonies of #F3938F
Complementary color
Monochromatic Colors of #F3938F
Black with #F3938F
Text Example
Text Example
White with #F3938F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3938F; }
p { color: rgb(243,147,143); }
H1.HeaderClassName
{
color: #F3938F;
}
.AnyTagClassName
{
color: #F3938F;
}
</style>
background-color css
<style>
a { background-color: #F3938F; }
a { background-color: rgb(243,147,143); }
div.DivClassName
{
background-color: #F3938F;
}
.BgClassName
{
background-color: #F3938F;
}
</style>
border-color css
<style>
span { border-color: #F3938F; }
span { border-color: rgb(243,147,143); }
td.TdClassName
{
border-color: #F3938F;
}
.TagClassName
{
border-color: #F3938F;
}
</style>