Shades of Sweet Pink #F38E84
Tints of Sweet Pink #F38E84
RGB
CMYK
RGB Variations
Color information
#F38E84 (or 0xF38E84) is known color: Sweet Pink. HEX triplet: F3, 8E and 84. RGB value is (243,142,132). Sum of RGB (Red+Green+Blue) = 243+142+132=517 (68% of max value = 765). Red value is 243 (95.31% from 255 or 47.00% from 517); Green value is 142 (55.86% from 255 or 27.47% from 517); Blue value is 132 (51.95% from 255 or 25.53% from 517); Max value from RGB is 243 - color contains mainly: red. Hex color #F38E84 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F38E84 is #0C717B. Grayscale: #ABABAB. Windows color (decimal): -815484 or 8687347. OLE color: 8687347.
HSL color Cylindrical-coordinate representation of color #F38E84: hue angle of 5.41º degrees, saturation: 0.82, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F38E84 is Cyan = 0, Magento = 0.42, Yellow = 0.46 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 142 | 132 | - |
| CMYK | 0 | 0.42 | 0.46 | 0.05 |
| HSL | 5.41º | 0.82% | 0.74% | - |
| HSV(B) | 5.41º | 0.46% | 0.95% | - |
| XYZ | 50.8 | 40.07 | 26.89 | - |
| YUV | 171.06 | 105.96 | 179.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 142 | 132 | 0 | 0.42 | 0.46 | 0.05 | 5.41 | 0.82 | 0.74 |
| Hex | F3 | 8E | 84 | 0 | 2A | 2E | 5 | 5 | 52 | 4A |
| Octal | 363 | 216 | 204 | 0 | 52 | 56 | 5 | 5 | 122 | 112 |
| Binary | 11110011 | 10001110 | 10000100 | 0 | 101010 | 101110 | 101 | 101 | 1010010 | 1001010 |
Color Harmonies of #F38E84
Complementary color
Monochromatic Colors of #F38E84
Black with #F38E84
Text Example
Text Example
White with #F38E84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F38E84; }
p { color: rgb(243,142,132); }
H1.HeaderClassName
{
color: #F38E84;
}
.AnyTagClassName
{
color: #F38E84;
}
</style>
background-color css
<style>
a { background-color: #F38E84; }
a { background-color: rgb(243,142,132); }
div.DivClassName
{
background-color: #F38E84;
}
.BgClassName
{
background-color: #F38E84;
}
</style>
border-color css
<style>
span { border-color: #F38E84; }
span { border-color: rgb(243,142,132); }
td.TdClassName
{
border-color: #F38E84;
}
.TagClassName
{
border-color: #F38E84;
}
</style>