Shades of Sweet Pink #F19182
Tints of Sweet Pink #F19182
RGB
CMYK
RGB Variations
Color information
#F19182 (or 0xF19182) is known color: Sweet Pink. HEX triplet: F1, 91 and 82. RGB value is (241,145,130). Sum of RGB (Red+Green+Blue) = 241+145+130=516 (68% of max value = 765). Red value is 241 (94.53% from 255 or 46.71% from 516); Green value is 145 (57.03% from 255 or 28.10% from 516); Blue value is 130 (51.17% from 255 or 25.19% from 516); Max value from RGB is 241 - color contains mainly: red. Hex color #F19182 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F19182 is #0E6E7D. Grayscale: #ACACAC. Windows color (decimal): -945790 or 8557041. OLE color: 8557041.
HSL color Cylindrical-coordinate representation of color #F19182: hue angle of 8.11º 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 #F19182 is Cyan = 0, Magento = 0.40, Yellow = 0.46 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 145 | 130 | - |
| CMYK | 0 | 0.40 | 0.46 | 0.05 |
| HSL | 8.11º | 0.8% | 0.73% | - |
| HSV(B) | 8.11º | 0.46% | 0.95% | - |
| XYZ | 50.43 | 40.56 | 26.29 | - |
| YUV | 171.99 | 104.3 | 177.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 145 | 130 | 0 | 0.40 | 0.46 | 0.05 | 8.11 | 0.8 | 0.73 |
| Hex | F1 | 91 | 82 | 0 | 28 | 2E | 5 | 8 | 50 | 49 |
| Octal | 361 | 221 | 202 | 0 | 50 | 56 | 5 | 10 | 120 | 111 |
| Binary | 11110001 | 10010001 | 10000010 | 0 | 101000 | 101110 | 101 | 1000 | 1010000 | 1001001 |
Color Harmonies of #F19182
Complementary color
Monochromatic Colors of #F19182
Black with #F19182
Text Example
Text Example
White with #F19182
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F19182; }
p { color: rgb(241,145,130); }
H1.HeaderClassName
{
color: #F19182;
}
.AnyTagClassName
{
color: #F19182;
}
</style>
background-color css
<style>
a { background-color: #F19182; }
a { background-color: rgb(241,145,130); }
div.DivClassName
{
background-color: #F19182;
}
.BgClassName
{
background-color: #F19182;
}
</style>
border-color css
<style>
span { border-color: #F19182; }
span { border-color: rgb(241,145,130); }
td.TdClassName
{
border-color: #F19182;
}
.TagClassName
{
border-color: #F19182;
}
</style>