Shades of Sweet Pink #F18F89
Tints of Sweet Pink #F18F89
RGB
CMYK
RGB Variations
Color information
#F18F89 (or 0xF18F89) is known color: Sweet Pink. HEX triplet: F1, 8F and 89. RGB value is (241,143,137). Sum of RGB (Red+Green+Blue) = 241+143+137=521 (69% of max value = 765). Red value is 241 (94.53% from 255 or 46.26% from 521); Green value is 143 (56.25% from 255 or 27.45% from 521); Blue value is 137 (53.91% from 255 or 26.30% from 521); Max value from RGB is 241 - color contains mainly: red. Hex color #F18F89 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F18F89 is #0E7076. Grayscale: #ABABAB. Windows color (decimal): -946295 or 9015281. OLE color: 9015281.
HSL color Cylindrical-coordinate representation of color #F18F89: hue angle of 3.46º degrees, saturation: 0.79, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F18F89 is Cyan = 0, Magento = 0.41, Yellow = 0.43 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 143 | 137 | - |
| CMYK | 0 | 0.41 | 0.43 | 0.05 |
| HSL | 3.46º | 0.79% | 0.74% | - |
| HSV(B) | 3.46º | 0.43% | 0.95% | - |
| XYZ | 50.61 | 40.15 | 28.75 | - |
| YUV | 171.62 | 108.47 | 177.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 143 | 137 | 0 | 0.41 | 0.43 | 0.05 | 3.46 | 0.79 | 0.74 |
| Hex | F1 | 8F | 89 | 0 | 29 | 2B | 5 | 3 | 4F | 4A |
| Octal | 361 | 217 | 211 | 0 | 51 | 53 | 5 | 3 | 117 | 112 |
| Binary | 11110001 | 10001111 | 10001001 | 0 | 101001 | 101011 | 101 | 11 | 1001111 | 1001010 |
Color Harmonies of #F18F89
Complementary color
Monochromatic Colors of #F18F89
Black with #F18F89
Text Example
Text Example
White with #F18F89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F18F89; }
p { color: rgb(241,143,137); }
H1.HeaderClassName
{
color: #F18F89;
}
.AnyTagClassName
{
color: #F18F89;
}
</style>
background-color css
<style>
a { background-color: #F18F89; }
a { background-color: rgb(241,143,137); }
div.DivClassName
{
background-color: #F18F89;
}
.BgClassName
{
background-color: #F18F89;
}
</style>
border-color css
<style>
span { border-color: #F18F89; }
span { border-color: rgb(241,143,137); }
td.TdClassName
{
border-color: #F18F89;
}
.TagClassName
{
border-color: #F18F89;
}
</style>