Shades of Sweet Pink #F19490
Tints of Sweet Pink #F19490
RGB
CMYK
RGB Variations
Color information
#F19490 (or 0xF19490) is known color: Sweet Pink. HEX triplet: F1, 94 and 90. RGB value is (241,148,144). Sum of RGB (Red+Green+Blue) = 241+148+144=533 (70% of max value = 765). Red value is 241 (94.53% from 255 or 45.22% from 533); Green value is 148 (58.20% from 255 or 27.77% from 533); Blue value is 144 (56.64% from 255 or 27.02% from 533); Max value from RGB is 241 - color contains mainly: red. Hex color #F19490 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F19490 is #0E6B6F. Grayscale: #AFAFAF. Windows color (decimal): -945008 or 9475313. OLE color: 9475313.
HSL color Cylindrical-coordinate representation of color #F19490: hue angle of 2.47º 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 #F19490 is Cyan = 0, Magento = 0.39, Yellow = 0.40 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 148 | 144 | - |
| CMYK | 0 | 0.39 | 0.40 | 0.05 |
| HSL | 2.47º | 0.78% | 0.75% | - |
| HSV(B) | 2.47º | 0.4% | 0.95% | - |
| XYZ | 51.9 | 41.89 | 31.74 | - |
| YUV | 175.35 | 110.31 | 174.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 148 | 144 | 0 | 0.39 | 0.40 | 0.05 | 2.47 | 0.78 | 0.75 |
| Hex | F1 | 94 | 90 | 0 | 27 | 28 | 5 | 2 | 4E | 4B |
| Octal | 361 | 224 | 220 | 0 | 47 | 50 | 5 | 2 | 116 | 113 |
| Binary | 11110001 | 10010100 | 10010000 | 0 | 100111 | 101000 | 101 | 10 | 1001110 | 1001011 |
Color Harmonies of #F19490
Complementary color
Monochromatic Colors of #F19490
Black with #F19490
Text Example
Text Example
White with #F19490
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F19490; }
p { color: rgb(241,148,144); }
H1.HeaderClassName
{
color: #F19490;
}
.AnyTagClassName
{
color: #F19490;
}
</style>
background-color css
<style>
a { background-color: #F19490; }
a { background-color: rgb(241,148,144); }
div.DivClassName
{
background-color: #F19490;
}
.BgClassName
{
background-color: #F19490;
}
</style>
border-color css
<style>
span { border-color: #F19490; }
span { border-color: rgb(241,148,144); }
td.TdClassName
{
border-color: #F19490;
}
.TagClassName
{
border-color: #F19490;
}
</style>