Shades of Sweet Pink #F38E82
Tints of Sweet Pink #F38E82
RGB
CMYK
RGB Variations
Color information
#F38E82 (or 0xF38E82) is known color: Sweet Pink. HEX triplet: F3, 8E and 82. RGB value is (243,142,130). Sum of RGB (Red+Green+Blue) = 243+142+130=515 (68% of max value = 765). Red value is 243 (95.31% from 255 or 47.18% from 515); Green value is 142 (55.86% from 255 or 27.57% from 515); Blue value is 130 (51.17% from 255 or 25.24% from 515); Max value from RGB is 243 - color contains mainly: red. Hex color #F38E82 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F38E82 is #0C717D. Grayscale: #AAAAAA. Windows color (decimal): -815486 or 8556275. OLE color: 8556275.
HSL color Cylindrical-coordinate representation of color #F38E82: hue angle of 6.37º degrees, saturation: 0.82, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F38E82 is Cyan = 0, Magento = 0.42, Yellow = 0.47 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 142 | 130 | - |
| CMYK | 0 | 0.42 | 0.47 | 0.05 |
| HSL | 6.37º | 0.82% | 0.73% | - |
| HSV(B) | 6.37º | 0.47% | 0.95% | - |
| XYZ | 50.66 | 40.01 | 26.17 | - |
| YUV | 170.83 | 104.96 | 179.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 142 | 130 | 0 | 0.42 | 0.47 | 0.05 | 6.37 | 0.82 | 0.73 |
| Hex | F3 | 8E | 82 | 0 | 2A | 2F | 5 | 6 | 52 | 49 |
| Octal | 363 | 216 | 202 | 0 | 52 | 57 | 5 | 6 | 122 | 111 |
| Binary | 11110011 | 10001110 | 10000010 | 0 | 101010 | 101111 | 101 | 110 | 1010010 | 1001001 |
Color Harmonies of #F38E82
Complementary color
Monochromatic Colors of #F38E82
Black with #F38E82
Text Example
Text Example
White with #F38E82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F38E82; }
p { color: rgb(243,142,130); }
H1.HeaderClassName
{
color: #F38E82;
}
.AnyTagClassName
{
color: #F38E82;
}
</style>
background-color css
<style>
a { background-color: #F38E82; }
a { background-color: rgb(243,142,130); }
div.DivClassName
{
background-color: #F38E82;
}
.BgClassName
{
background-color: #F38E82;
}
</style>
border-color css
<style>
span { border-color: #F38E82; }
span { border-color: rgb(243,142,130); }
td.TdClassName
{
border-color: #F38E82;
}
.TagClassName
{
border-color: #F38E82;
}
</style>