Shades of Sweet Pink #F18F88
Tints of Sweet Pink #F18F88
RGB
CMYK
RGB Variations
Color information
#F18F88 (or 0xF18F88) is known color: Sweet Pink. HEX triplet: F1, 8F and 88. RGB value is (241,143,136). Sum of RGB (Red+Green+Blue) = 241+143+136=520 (68% of max value = 765). Red value is 241 (94.53% from 255 or 46.35% from 520); Green value is 143 (56.25% from 255 or 27.5% from 520); Blue value is 136 (53.52% from 255 or 26.15% from 520); Max value from RGB is 241 - color contains mainly: red. Hex color #F18F88 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F18F88 is #0E7077. Grayscale: #ABABAB. Windows color (decimal): -946296 or 8949745. OLE color: 8949745.
HSL color Cylindrical-coordinate representation of color #F18F88: hue angle of 4º degrees, saturation: 0.79, 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 #F18F88 is Cyan = 0, Magento = 0.41, Yellow = 0.44 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 143 | 136 | - |
| CMYK | 0 | 0.41 | 0.44 | 0.05 |
| HSL | 4º | 0.79% | 0.74% | - |
| HSV(B) | 4º | 0.44% | 0.95% | - |
| XYZ | 50.54 | 40.12 | 28.37 | - |
| YUV | 171.5 | 107.97 | 177.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 143 | 136 | 0 | 0.41 | 0.44 | 0.05 | 4 | 0.79 | 0.74 |
| Hex | F1 | 8F | 88 | 0 | 29 | 2C | 5 | 4 | 4F | 4A |
| Octal | 361 | 217 | 210 | 0 | 51 | 54 | 5 | 4 | 117 | 112 |
| Binary | 11110001 | 10001111 | 10001000 | 0 | 101001 | 101100 | 101 | 100 | 1001111 | 1001010 |
Color Harmonies of #F18F88
Complementary color
Monochromatic Colors of #F18F88
Black with #F18F88
Text Example
Text Example
White with #F18F88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F18F88; }
p { color: rgb(241,143,136); }
H1.HeaderClassName
{
color: #F18F88;
}
.AnyTagClassName
{
color: #F18F88;
}
</style>
background-color css
<style>
a { background-color: #F18F88; }
a { background-color: rgb(241,143,136); }
div.DivClassName
{
background-color: #F18F88;
}
.BgClassName
{
background-color: #F18F88;
}
</style>
border-color css
<style>
span { border-color: #F18F88; }
span { border-color: rgb(241,143,136); }
td.TdClassName
{
border-color: #F18F88;
}
.TagClassName
{
border-color: #F18F88;
}
</style>