Shades of Sweet Pink #F18F8C
Tints of Sweet Pink #F18F8C
RGB
CMYK
RGB Variations
Color information
#F18F8C (or 0xF18F8C) is known color: Sweet Pink. HEX triplet: F1, 8F and 8C. RGB value is (241,143,140). Sum of RGB (Red+Green+Blue) = 241+143+140=524 (69% of max value = 765). Red value is 241 (94.53% from 255 or 45.99% from 524); Green value is 143 (56.25% from 255 or 27.29% from 524); Blue value is 140 (55.08% from 255 or 26.72% from 524); Max value from RGB is 241 - color contains mainly: red. Hex color #F18F8C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F18F8C is #0E7073. Grayscale: #ACACAC. Windows color (decimal): -946292 or 9211889. OLE color: 9211889.
HSL color Cylindrical-coordinate representation of color #F18F8C: hue angle of 1.78º degrees, saturation: 0.78, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F18F8C is Cyan = 0, Magento = 0.41, Yellow = 0.42 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 143 | 140 | - |
| CMYK | 0 | 0.41 | 0.42 | 0.05 |
| HSL | 1.78º | 0.78% | 0.75% | - |
| HSV(B) | 1.78º | 0.42% | 0.95% | - |
| XYZ | 50.83 | 40.24 | 29.9 | - |
| YUV | 171.96 | 109.97 | 177.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 143 | 140 | 0 | 0.41 | 0.42 | 0.05 | 1.78 | 0.78 | 0.75 |
| Hex | F1 | 8F | 8C | 0 | 29 | 2A | 5 | 2 | 4E | 4B |
| Octal | 361 | 217 | 214 | 0 | 51 | 52 | 5 | 2 | 116 | 113 |
| Binary | 11110001 | 10001111 | 10001100 | 0 | 101001 | 101010 | 101 | 10 | 1001110 | 1001011 |
Color Harmonies of #F18F8C
Complementary color
Monochromatic Colors of #F18F8C
Black with #F18F8C
Text Example
Text Example
White with #F18F8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F18F8C; }
p { color: rgb(241,143,140); }
H1.HeaderClassName
{
color: #F18F8C;
}
.AnyTagClassName
{
color: #F18F8C;
}
</style>
background-color css
<style>
a { background-color: #F18F8C; }
a { background-color: rgb(241,143,140); }
div.DivClassName
{
background-color: #F18F8C;
}
.BgClassName
{
background-color: #F18F8C;
}
</style>
border-color css
<style>
span { border-color: #F18F8C; }
span { border-color: rgb(241,143,140); }
td.TdClassName
{
border-color: #F18F8C;
}
.TagClassName
{
border-color: #F18F8C;
}
</style>