Shades of Sweet Pink #F38D80
Tints of Sweet Pink #F38D80
RGB
CMYK
RGB Variations
Color information
#F38D80 (or 0xF38D80) is known color: Sweet Pink. HEX triplet: F3, 8D and 80. RGB value is (243,141,128). Sum of RGB (Red+Green+Blue) = 243+141+128=512 (67% of max value = 765). Red value is 243 (95.31% from 255 or 47.46% from 512); Green value is 141 (55.47% from 255 or 27.54% from 512); Blue value is 128 (50.39% from 255 or 25% from 512); Max value from RGB is 243 - color contains mainly: red. Hex color #F38D80 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F38D80 is #0C727F. Grayscale: #AAAAAA. Windows color (decimal): -815744 or 8424947. OLE color: 8424947.
HSL color Cylindrical-coordinate representation of color #F38D80: hue angle of 6.78º degrees, saturation: 0.83, 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 #F38D80 is Cyan = 0, Magento = 0.42, Yellow = 0.47 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 141 | 128 | - |
| CMYK | 0 | 0.42 | 0.47 | 0.05 |
| HSL | 6.78º | 0.83% | 0.73% | - |
| HSV(B) | 6.78º | 0.47% | 0.95% | - |
| XYZ | 50.38 | 39.66 | 25.42 | - |
| YUV | 170.02 | 104.29 | 180.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 141 | 128 | 0 | 0.42 | 0.47 | 0.05 | 6.78 | 0.83 | 0.73 |
| Hex | F3 | 8D | 80 | 0 | 2A | 2F | 5 | 7 | 53 | 49 |
| Octal | 363 | 215 | 200 | 0 | 52 | 57 | 5 | 7 | 123 | 111 |
| Binary | 11110011 | 10001101 | 10000000 | 0 | 101010 | 101111 | 101 | 111 | 1010011 | 1001001 |
Color Harmonies of #F38D80
Complementary color
Monochromatic Colors of #F38D80
Black with #F38D80
Text Example
Text Example
White with #F38D80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F38D80; }
p { color: rgb(243,141,128); }
H1.HeaderClassName
{
color: #F38D80;
}
.AnyTagClassName
{
color: #F38D80;
}
</style>
background-color css
<style>
a { background-color: #F38D80; }
a { background-color: rgb(243,141,128); }
div.DivClassName
{
background-color: #F38D80;
}
.BgClassName
{
background-color: #F38D80;
}
</style>
border-color css
<style>
span { border-color: #F38D80; }
span { border-color: rgb(243,141,128); }
td.TdClassName
{
border-color: #F38D80;
}
.TagClassName
{
border-color: #F38D80;
}
</style>