Shades of Sweet Pink #F3988F
Tints of Sweet Pink #F3988F
RGB
CMYK
RGB Variations
Color information
#F3988F (or 0xF3988F) is known color: Sweet Pink. HEX triplet: F3, 98 and 8F. RGB value is (243,152,143). Sum of RGB (Red+Green+Blue) = 243+152+143=538 (71% of max value = 765). Red value is 243 (95.31% from 255 or 45.17% from 538); Green value is 152 (59.77% from 255 or 28.25% from 538); Blue value is 143 (56.25% from 255 or 26.58% from 538); Max value from RGB is 243 - color contains mainly: red. Hex color #F3988F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F3988F is #0C6770. Grayscale: #B2B2B2. Windows color (decimal): -812913 or 9410803. OLE color: 9410803.
HSL color Cylindrical-coordinate representation of color #F3988F: hue angle of 5.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 #F3988F is Cyan = 0, Magento = 0.37, Yellow = 0.41 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 152 | 143 | - |
| CMYK | 0 | 0.37 | 0.41 | 0.05 |
| HSL | 5.4º | 0.81% | 0.76% | - |
| HSV(B) | 5.4º | 0.41% | 0.95% | - |
| XYZ | 53.15 | 43.49 | 31.58 | - |
| YUV | 178.18 | 108.15 | 174.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 152 | 143 | 0 | 0.37 | 0.41 | 0.05 | 5.4 | 0.81 | 0.76 |
| Hex | F3 | 98 | 8F | 0 | 25 | 29 | 5 | 5 | 51 | 4C |
| Octal | 363 | 230 | 217 | 0 | 45 | 51 | 5 | 5 | 121 | 114 |
| Binary | 11110011 | 10011000 | 10001111 | 0 | 100101 | 101001 | 101 | 101 | 1010001 | 1001100 |
Color Harmonies of #F3988F
Complementary color
Monochromatic Colors of #F3988F
Black with #F3988F
Text Example
Text Example
White with #F3988F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3988F; }
p { color: rgb(243,152,143); }
H1.HeaderClassName
{
color: #F3988F;
}
.AnyTagClassName
{
color: #F3988F;
}
</style>
background-color css
<style>
a { background-color: #F3988F; }
a { background-color: rgb(243,152,143); }
div.DivClassName
{
background-color: #F3988F;
}
.BgClassName
{
background-color: #F3988F;
}
</style>
border-color css
<style>
span { border-color: #F3988F; }
span { border-color: rgb(243,152,143); }
td.TdClassName
{
border-color: #F3988F;
}
.TagClassName
{
border-color: #F3988F;
}
</style>