Shades of Sweet Pink #F3988B
Tints of Sweet Pink #F3988B
RGB
CMYK
RGB Variations
Color information
#F3988B (or 0xF3988B) is known color: Sweet Pink. HEX triplet: F3, 98 and 8B. RGB value is (243,152,139). Sum of RGB (Red+Green+Blue) = 243+152+139=534 (70% of max value = 765). Red value is 243 (95.31% from 255 or 45.51% from 534); Green value is 152 (59.77% from 255 or 28.46% from 534); Blue value is 139 (54.69% from 255 or 26.03% from 534); Max value from RGB is 243 - color contains mainly: red. Hex color #F3988B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F3988B is #0C6774. Grayscale: #B1B1B1. Windows color (decimal): -812917 or 9148659. OLE color: 9148659.
HSL color Cylindrical-coordinate representation of color #F3988B: hue angle of 7.5º degrees, saturation: 0.81, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F3988B is Cyan = 0, Magento = 0.37, Yellow = 0.43 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 152 | 139 | - |
| CMYK | 0 | 0.37 | 0.43 | 0.05 |
| HSL | 7.5º | 0.81% | 0.75% | - |
| HSV(B) | 7.5º | 0.43% | 0.95% | - |
| XYZ | 52.85 | 43.38 | 30.01 | - |
| YUV | 177.73 | 106.15 | 174.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 152 | 139 | 0 | 0.37 | 0.43 | 0.05 | 7.5 | 0.81 | 0.75 |
| Hex | F3 | 98 | 8B | 0 | 25 | 2B | 5 | 8 | 51 | 4B |
| Octal | 363 | 230 | 213 | 0 | 45 | 53 | 5 | 10 | 121 | 113 |
| Binary | 11110011 | 10011000 | 10001011 | 0 | 100101 | 101011 | 101 | 1000 | 1010001 | 1001011 |
Color Harmonies of #F3988B
Complementary color
Monochromatic Colors of #F3988B
Black with #F3988B
Text Example
Text Example
White with #F3988B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3988B; }
p { color: rgb(243,152,139); }
H1.HeaderClassName
{
color: #F3988B;
}
.AnyTagClassName
{
color: #F3988B;
}
</style>
background-color css
<style>
a { background-color: #F3988B; }
a { background-color: rgb(243,152,139); }
div.DivClassName
{
background-color: #F3988B;
}
.BgClassName
{
background-color: #F3988B;
}
</style>
border-color css
<style>
span { border-color: #F3988B; }
span { border-color: rgb(243,152,139); }
td.TdClassName
{
border-color: #F3988B;
}
.TagClassName
{
border-color: #F3988B;
}
</style>