Shades of Sweet Pink #F18B85
Tints of Sweet Pink #F18B85
RGB
CMYK
RGB Variations
Color information
#F18B85 (or 0xF18B85) is known color: Sweet Pink. HEX triplet: F1, 8B and 85. RGB value is (241,139,133). Sum of RGB (Red+Green+Blue) = 241+139+133=513 (67% of max value = 765). Red value is 241 (94.53% from 255 or 46.98% from 513); Green value is 139 (54.69% from 255 or 27.10% from 513); Blue value is 133 (52.34% from 255 or 25.93% from 513); Max value from RGB is 241 - color contains mainly: red. Hex color #F18B85 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F18B85 is #0E747A. Grayscale: #A8A8A8. Windows color (decimal): -947323 or 8752113. OLE color: 8752113.
HSL color Cylindrical-coordinate representation of color #F18B85: hue angle of 3.33º degrees, saturation: 0.79, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F18B85 is Cyan = 0, Magento = 0.42, Yellow = 0.45 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 139 | 133 | - |
| CMYK | 0 | 0.42 | 0.45 | 0.05 |
| HSL | 3.33º | 0.79% | 0.73% | - |
| HSV(B) | 3.33º | 0.45% | 0.95% | - |
| XYZ | 49.74 | 38.86 | 27.07 | - |
| YUV | 168.81 | 107.79 | 179.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 139 | 133 | 0 | 0.42 | 0.45 | 0.05 | 3.33 | 0.79 | 0.73 |
| Hex | F1 | 8B | 85 | 0 | 2A | 2D | 5 | 3 | 4F | 49 |
| Octal | 361 | 213 | 205 | 0 | 52 | 55 | 5 | 3 | 117 | 111 |
| Binary | 11110001 | 10001011 | 10000101 | 0 | 101010 | 101101 | 101 | 11 | 1001111 | 1001001 |
Color Harmonies of #F18B85
Complementary color
Monochromatic Colors of #F18B85
Black with #F18B85
Text Example
Text Example
White with #F18B85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F18B85; }
p { color: rgb(241,139,133); }
H1.HeaderClassName
{
color: #F18B85;
}
.AnyTagClassName
{
color: #F18B85;
}
</style>
background-color css
<style>
a { background-color: #F18B85; }
a { background-color: rgb(241,139,133); }
div.DivClassName
{
background-color: #F18B85;
}
.BgClassName
{
background-color: #F18B85;
}
</style>
border-color css
<style>
span { border-color: #F18B85; }
span { border-color: rgb(241,139,133); }
td.TdClassName
{
border-color: #F18B85;
}
.TagClassName
{
border-color: #F18B85;
}
</style>