Shades of Sweet Pink #F18B8B
Tints of Sweet Pink #F18B8B
RGB
CMYK
RGB Variations
Color information
#F18B8B (or 0xF18B8B) is known color: Sweet Pink. HEX triplet: F1, 8B and 8B. RGB value is (241,139,139). Sum of RGB (Red+Green+Blue) = 241+139+139=519 (68% of max value = 765). Red value is 241 (94.53% from 255 or 46.44% from 519); Green value is 139 (54.69% from 255 or 26.78% from 519); Blue value is 139 (54.69% from 255 or 26.78% from 519); Max value from RGB is 241 - color contains mainly: red. Hex color #F18B8B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F18B8B is #0E7474. Grayscale: #A9A9A9. Windows color (decimal): -947317 or 9145329. OLE color: 9145329.
HSL color Cylindrical-coordinate representation of color #F18B8B: hue angle of 0º 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 #F18B8B is Cyan = 0, Magento = 0.42, Yellow = 0.42 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 139 | 139 | - |
| CMYK | 0 | 0.42 | 0.42 | 0.05 |
| HSL | 0º | 0.78% | 0.75% | - |
| HSV(B) | 0º | 0.42% | 0.95% | - |
| XYZ | 50.17 | 39.03 | 29.32 | - |
| YUV | 169.5 | 110.79 | 179 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 139 | 139 | 0 | 0.42 | 0.42 | 0.05 | 0 | 0.78 | 0.75 |
| Hex | F1 | 8B | 8B | 0 | 2A | 2A | 5 | 0 | 4E | 4B |
| Octal | 361 | 213 | 213 | 0 | 52 | 52 | 5 | 0 | 116 | 113 |
| Binary | 11110001 | 10001011 | 10001011 | 0 | 101010 | 101010 | 101 | 0 | 1001110 | 1001011 |
Color Harmonies of #F18B8B
Complementary color
Monochromatic Colors of #F18B8B
Black with #F18B8B
Text Example
Text Example
White with #F18B8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F18B8B; }
p { color: rgb(241,139,139); }
H1.HeaderClassName
{
color: #F18B8B;
}
.AnyTagClassName
{
color: #F18B8B;
}
</style>
background-color css
<style>
a { background-color: #F18B8B; }
a { background-color: rgb(241,139,139); }
div.DivClassName
{
background-color: #F18B8B;
}
.BgClassName
{
background-color: #F18B8B;
}
</style>
border-color css
<style>
span { border-color: #F18B8B; }
span { border-color: rgb(241,139,139); }
td.TdClassName
{
border-color: #F18B8B;
}
.TagClassName
{
border-color: #F18B8B;
}
</style>