Shades of Sweet Pink #F38D88
Tints of Sweet Pink #F38D88
RGB
CMYK
RGB Variations
Color information
#F38D88 (or 0xF38D88) is known color: Sweet Pink. HEX triplet: F3, 8D and 88. RGB value is (243,141,136). Sum of RGB (Red+Green+Blue) = 243+141+136=520 (68% of max value = 765). Red value is 243 (95.31% from 255 or 46.73% from 520); Green value is 141 (55.47% from 255 or 27.12% from 520); Blue value is 136 (53.52% from 255 or 26.15% from 520); Max value from RGB is 243 - color contains mainly: red. Hex color #F38D88 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F38D88 is #0C7277. Grayscale: #ABABAB. Windows color (decimal): -815736 or 8949235. OLE color: 8949235.
HSL color Cylindrical-coordinate representation of color #F38D88: hue angle of 2.8º degrees, saturation: 0.82, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F38D88 is Cyan = 0, Magento = 0.42, Yellow = 0.44 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 141 | 136 | - |
| CMYK | 0 | 0.42 | 0.44 | 0.05 |
| HSL | 2.8º | 0.82% | 0.74% | - |
| HSV(B) | 2.8º | 0.44% | 0.95% | - |
| XYZ | 50.93 | 39.88 | 28.31 | - |
| YUV | 170.93 | 108.29 | 179.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 141 | 136 | 0 | 0.42 | 0.44 | 0.05 | 2.8 | 0.82 | 0.74 |
| Hex | F3 | 8D | 88 | 0 | 2A | 2C | 5 | 3 | 52 | 4A |
| Octal | 363 | 215 | 210 | 0 | 52 | 54 | 5 | 3 | 122 | 112 |
| Binary | 11110011 | 10001101 | 10001000 | 0 | 101010 | 101100 | 101 | 11 | 1010010 | 1001010 |
Color Harmonies of #F38D88
Complementary color
Monochromatic Colors of #F38D88
Black with #F38D88
Text Example
Text Example
White with #F38D88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F38D88; }
p { color: rgb(243,141,136); }
H1.HeaderClassName
{
color: #F38D88;
}
.AnyTagClassName
{
color: #F38D88;
}
</style>
background-color css
<style>
a { background-color: #F38D88; }
a { background-color: rgb(243,141,136); }
div.DivClassName
{
background-color: #F38D88;
}
.BgClassName
{
background-color: #F38D88;
}
</style>
border-color css
<style>
span { border-color: #F38D88; }
span { border-color: rgb(243,141,136); }
td.TdClassName
{
border-color: #F38D88;
}
.TagClassName
{
border-color: #F38D88;
}
</style>