Shades of Sweet Pink #F19185
Tints of Sweet Pink #F19185
RGB
CMYK
RGB Variations
Color information
#F19185 (or 0xF19185) is known color: Sweet Pink. HEX triplet: F1, 91 and 85. RGB value is (241,145,133). Sum of RGB (Red+Green+Blue) = 241+145+133=519 (68% of max value = 765). Red value is 241 (94.53% from 255 or 46.44% from 519); Green value is 145 (57.03% from 255 or 27.94% from 519); Blue value is 133 (52.34% from 255 or 25.63% from 519); Max value from RGB is 241 - color contains mainly: red. Hex color #F19185 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F19185 is #0E6E7A. Grayscale: #ACACAC. Windows color (decimal): -945787 or 8753649. OLE color: 8753649.
HSL color Cylindrical-coordinate representation of color #F19185: hue angle of 6.67º 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 #F19185 is Cyan = 0, Magento = 0.40, Yellow = 0.45 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 145 | 133 | - |
| CMYK | 0 | 0.40 | 0.45 | 0.05 |
| HSL | 6.67º | 0.79% | 0.73% | - |
| HSV(B) | 6.67º | 0.45% | 0.95% | - |
| XYZ | 50.63 | 40.65 | 27.37 | - |
| YUV | 172.34 | 105.8 | 176.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 145 | 133 | 0 | 0.40 | 0.45 | 0.05 | 6.67 | 0.79 | 0.73 |
| Hex | F1 | 91 | 85 | 0 | 28 | 2D | 5 | 7 | 4F | 49 |
| Octal | 361 | 221 | 205 | 0 | 50 | 55 | 5 | 7 | 117 | 111 |
| Binary | 11110001 | 10010001 | 10000101 | 0 | 101000 | 101101 | 101 | 111 | 1001111 | 1001001 |
Color Harmonies of #F19185
Complementary color
Monochromatic Colors of #F19185
Black with #F19185
Text Example
Text Example
White with #F19185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F19185; }
p { color: rgb(241,145,133); }
H1.HeaderClassName
{
color: #F19185;
}
.AnyTagClassName
{
color: #F19185;
}
</style>
background-color css
<style>
a { background-color: #F19185; }
a { background-color: rgb(241,145,133); }
div.DivClassName
{
background-color: #F19185;
}
.BgClassName
{
background-color: #F19185;
}
</style>
border-color css
<style>
span { border-color: #F19185; }
span { border-color: rgb(241,145,133); }
td.TdClassName
{
border-color: #F19185;
}
.TagClassName
{
border-color: #F19185;
}
</style>