Shades of Sweet Pink #F19090
Tints of Sweet Pink #F19090
RGB
CMYK
RGB Variations
Color information
#F19090 (or 0xF19090) is known color: Sweet Pink. HEX triplet: F1, 90 and 90. RGB value is (241,144,144). Sum of RGB (Red+Green+Blue) = 241+144+144=529 (70% of max value = 765). Red value is 241 (94.53% from 255 or 45.56% from 529); Green value is 144 (56.64% from 255 or 27.22% from 529); Blue value is 144 (56.64% from 255 or 27.22% from 529); Max value from RGB is 241 - color contains mainly: red. Hex color #F19090 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F19090 is #0E6F6F. Grayscale: #ADADAD. Windows color (decimal): -946032 or 9474289. OLE color: 9474289.
HSL color Cylindrical-coordinate representation of color #F19090: 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.4%. Process color model (Four color, CMYK) of #F19090 is Cyan = 0, Magento = 0.40, Yellow = 0.40 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 144 | 144 | - |
| CMYK | 0 | 0.40 | 0.40 | 0.05 |
| HSL | 0º | 0.78% | 0.75% | - |
| HSV(B) | 0º | 0.4% | 0.95% | - |
| XYZ | 51.28 | 40.66 | 31.53 | - |
| YUV | 173 | 111.64 | 176.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 144 | 144 | 0 | 0.40 | 0.40 | 0.05 | 0 | 0.78 | 0.75 |
| Hex | F1 | 90 | 90 | 0 | 28 | 28 | 5 | 0 | 4E | 4B |
| Octal | 361 | 220 | 220 | 0 | 50 | 50 | 5 | 0 | 116 | 113 |
| Binary | 11110001 | 10010000 | 10010000 | 0 | 101000 | 101000 | 101 | 0 | 1001110 | 1001011 |
Color Harmonies of #F19090
Complementary color
Monochromatic Colors of #F19090
Black with #F19090
Text Example
Text Example
White with #F19090
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F19090; }
p { color: rgb(241,144,144); }
H1.HeaderClassName
{
color: #F19090;
}
.AnyTagClassName
{
color: #F19090;
}
</style>
background-color css
<style>
a { background-color: #F19090; }
a { background-color: rgb(241,144,144); }
div.DivClassName
{
background-color: #F19090;
}
.BgClassName
{
background-color: #F19090;
}
</style>
border-color css
<style>
span { border-color: #F19090; }
span { border-color: rgb(241,144,144); }
td.TdClassName
{
border-color: #F19090;
}
.TagClassName
{
border-color: #F19090;
}
</style>