Shades of Sweet Pink #F19590
Tints of Sweet Pink #F19590
RGB
CMYK
RGB Variations
Color information
#F19590 (or 0xF19590) is known color: Sweet Pink. HEX triplet: F1, 95 and 90. RGB value is (241,149,144). Sum of RGB (Red+Green+Blue) = 241+149+144=534 (70% of max value = 765). Red value is 241 (94.53% from 255 or 45.13% from 534); Green value is 149 (58.59% from 255 or 27.90% from 534); Blue value is 144 (56.64% from 255 or 26.97% from 534); Max value from RGB is 241 - color contains mainly: red. Hex color #F19590 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F19590 is #0E6A6F. Grayscale: #B0B0B0. Windows color (decimal): -944752 or 9475569. OLE color: 9475569.
HSL color Cylindrical-coordinate representation of color #F19590: hue angle of 3.09º 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 #F19590 is Cyan = 0, Magento = 0.38, Yellow = 0.40 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 149 | 144 | - |
| CMYK | 0 | 0.38 | 0.40 | 0.05 |
| HSL | 3.09º | 0.78% | 0.75% | - |
| HSV(B) | 3.09º | 0.4% | 0.95% | - |
| XYZ | 52.06 | 42.21 | 31.79 | - |
| YUV | 175.94 | 109.98 | 174.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 149 | 144 | 0 | 0.38 | 0.40 | 0.05 | 3.09 | 0.78 | 0.75 |
| Hex | F1 | 95 | 90 | 0 | 26 | 28 | 5 | 3 | 4E | 4B |
| Octal | 361 | 225 | 220 | 0 | 46 | 50 | 5 | 3 | 116 | 113 |
| Binary | 11110001 | 10010101 | 10010000 | 0 | 100110 | 101000 | 101 | 11 | 1001110 | 1001011 |
Color Harmonies of #F19590
Complementary color
Monochromatic Colors of #F19590
Black with #F19590
Text Example
Text Example
White with #F19590
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F19590; }
p { color: rgb(241,149,144); }
H1.HeaderClassName
{
color: #F19590;
}
.AnyTagClassName
{
color: #F19590;
}
</style>
background-color css
<style>
a { background-color: #F19590; }
a { background-color: rgb(241,149,144); }
div.DivClassName
{
background-color: #F19590;
}
.BgClassName
{
background-color: #F19590;
}
</style>
border-color css
<style>
span { border-color: #F19590; }
span { border-color: rgb(241,149,144); }
td.TdClassName
{
border-color: #F19590;
}
.TagClassName
{
border-color: #F19590;
}
</style>