Shades of Sweet Pink #F19083
Tints of Sweet Pink #F19083
RGB
CMYK
RGB Variations
Color information
#F19083 (or 0xF19083) is known color: Sweet Pink. HEX triplet: F1, 90 and 83. RGB value is (241,144,131). Sum of RGB (Red+Green+Blue) = 241+144+131=516 (68% of max value = 765). Red value is 241 (94.53% from 255 or 46.71% from 516); Green value is 144 (56.64% from 255 or 27.91% from 516); Blue value is 131 (51.56% from 255 or 25.39% from 516); Max value from RGB is 241 - color contains mainly: red. Hex color #F19083 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F19083 is #0E6F7C. Grayscale: #ABABAB. Windows color (decimal): -946045 or 8622321. OLE color: 8622321.
HSL color Cylindrical-coordinate representation of color #F19083: hue angle of 7.09º degrees, saturation: 0.8, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F19083 is Cyan = 0, Magento = 0.40, Yellow = 0.46 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 144 | 131 | - |
| CMYK | 0 | 0.40 | 0.46 | 0.05 |
| HSL | 7.09º | 0.8% | 0.73% | - |
| HSV(B) | 7.09º | 0.46% | 0.95% | - |
| XYZ | 50.35 | 40.29 | 26.6 | - |
| YUV | 171.52 | 105.14 | 177.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 144 | 131 | 0 | 0.40 | 0.46 | 0.05 | 7.09 | 0.8 | 0.73 |
| Hex | F1 | 90 | 83 | 0 | 28 | 2E | 5 | 7 | 50 | 49 |
| Octal | 361 | 220 | 203 | 0 | 50 | 56 | 5 | 7 | 120 | 111 |
| Binary | 11110001 | 10010000 | 10000011 | 0 | 101000 | 101110 | 101 | 111 | 1010000 | 1001001 |
Color Harmonies of #F19083
Complementary color
Monochromatic Colors of #F19083
Black with #F19083
Text Example
Text Example
White with #F19083
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F19083; }
p { color: rgb(241,144,131); }
H1.HeaderClassName
{
color: #F19083;
}
.AnyTagClassName
{
color: #F19083;
}
</style>
background-color css
<style>
a { background-color: #F19083; }
a { background-color: rgb(241,144,131); }
div.DivClassName
{
background-color: #F19083;
}
.BgClassName
{
background-color: #F19083;
}
</style>
border-color css
<style>
span { border-color: #F19083; }
span { border-color: rgb(241,144,131); }
td.TdClassName
{
border-color: #F19083;
}
.TagClassName
{
border-color: #F19083;
}
</style>