Shades of Sweet Pink #F18F80
Tints of Sweet Pink #F18F80
RGB
CMYK
RGB Variations
Color information
#F18F80 (or 0xF18F80) is known color: Sweet Pink. HEX triplet: F1, 8F and 80. RGB value is (241,143,128). Sum of RGB (Red+Green+Blue) = 241+143+128=512 (67% of max value = 765). Red value is 241 (94.53% from 255 or 47.07% from 512); Green value is 143 (56.25% from 255 or 27.93% from 512); Blue value is 128 (50.39% from 255 or 25% from 512); Max value from RGB is 241 - color contains mainly: red. Hex color #F18F80 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F18F80 is #0E707F. Grayscale: #AAAAAA. Windows color (decimal): -946304 or 8425457. OLE color: 8425457.
HSL color Cylindrical-coordinate representation of color #F18F80: hue angle of 7.96º degrees, saturation: 0.8, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F18F80 is Cyan = 0, Magento = 0.41, Yellow = 0.47 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 143 | 128 | - |
| CMYK | 0 | 0.41 | 0.47 | 0.05 |
| HSL | 7.96º | 0.8% | 0.72% | - |
| HSV(B) | 7.96º | 0.47% | 0.95% | - |
| XYZ | 49.99 | 39.9 | 25.49 | - |
| YUV | 170.59 | 103.97 | 178.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 143 | 128 | 0 | 0.41 | 0.47 | 0.05 | 7.96 | 0.8 | 0.72 |
| Hex | F1 | 8F | 80 | 0 | 29 | 2F | 5 | 8 | 50 | 48 |
| Octal | 361 | 217 | 200 | 0 | 51 | 57 | 5 | 10 | 120 | 110 |
| Binary | 11110001 | 10001111 | 10000000 | 0 | 101001 | 101111 | 101 | 1000 | 1010000 | 1001000 |
Color Harmonies of #F18F80
Complementary color
Monochromatic Colors of #F18F80
Black with #F18F80
Text Example
Text Example
White with #F18F80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F18F80; }
p { color: rgb(241,143,128); }
H1.HeaderClassName
{
color: #F18F80;
}
.AnyTagClassName
{
color: #F18F80;
}
</style>
background-color css
<style>
a { background-color: #F18F80; }
a { background-color: rgb(241,143,128); }
div.DivClassName
{
background-color: #F18F80;
}
.BgClassName
{
background-color: #F18F80;
}
</style>
border-color css
<style>
span { border-color: #F18F80; }
span { border-color: rgb(241,143,128); }
td.TdClassName
{
border-color: #F18F80;
}
.TagClassName
{
border-color: #F18F80;
}
</style>