Shades of Sweet Pink #F19283
Tints of Sweet Pink #F19283
RGB
CMYK
RGB Variations
Color information
#F19283 (or 0xF19283) is known color: Sweet Pink. HEX triplet: F1, 92 and 83. RGB value is (241,146,131). Sum of RGB (Red+Green+Blue) = 241+146+131=518 (68% of max value = 765). Red value is 241 (94.53% from 255 or 46.53% from 518); Green value is 146 (57.42% from 255 or 28.19% from 518); Blue value is 131 (51.56% from 255 or 25.29% from 518); Max value from RGB is 241 - color contains mainly: red. Hex color #F19283 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F19283 is #0E6D7C. Grayscale: #ACACAC. Windows color (decimal): -945533 or 8622833. OLE color: 8622833.
HSL color Cylindrical-coordinate representation of color #F19283: hue angle of 8.18º 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 #F19283 is Cyan = 0, Magento = 0.39, Yellow = 0.46 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 146 | 131 | - |
| CMYK | 0 | 0.39 | 0.46 | 0.05 |
| HSL | 8.18º | 0.8% | 0.73% | - |
| HSV(B) | 8.18º | 0.46% | 0.95% | - |
| XYZ | 50.65 | 40.9 | 26.7 | - |
| YUV | 172.7 | 104.47 | 176.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 146 | 131 | 0 | 0.39 | 0.46 | 0.05 | 8.18 | 0.8 | 0.73 |
| Hex | F1 | 92 | 83 | 0 | 27 | 2E | 5 | 8 | 50 | 49 |
| Octal | 361 | 222 | 203 | 0 | 47 | 56 | 5 | 10 | 120 | 111 |
| Binary | 11110001 | 10010010 | 10000011 | 0 | 100111 | 101110 | 101 | 1000 | 1010000 | 1001001 |
Color Harmonies of #F19283
Complementary color
Monochromatic Colors of #F19283
Black with #F19283
Text Example
Text Example
White with #F19283
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F19283; }
p { color: rgb(241,146,131); }
H1.HeaderClassName
{
color: #F19283;
}
.AnyTagClassName
{
color: #F19283;
}
</style>
background-color css
<style>
a { background-color: #F19283; }
a { background-color: rgb(241,146,131); }
div.DivClassName
{
background-color: #F19283;
}
.BgClassName
{
background-color: #F19283;
}
</style>
border-color css
<style>
span { border-color: #F19283; }
span { border-color: rgb(241,146,131); }
td.TdClassName
{
border-color: #F19283;
}
.TagClassName
{
border-color: #F19283;
}
</style>