Shades of Sweet Pink #F29183
Tints of Sweet Pink #F29183
RGB
CMYK
RGB Variations
Color information
#F29183 (or 0xF29183) is known color: Sweet Pink. HEX triplet: F2, 91 and 83. RGB value is (242,145,131). Sum of RGB (Red+Green+Blue) = 242+145+131=518 (68% of max value = 765). Red value is 242 (94.92% from 255 or 46.72% from 518); Green value is 145 (57.03% from 255 or 27.99% from 518); Blue value is 131 (51.56% from 255 or 25.29% from 518); Max value from RGB is 242 - color contains mainly: red. Hex color #F29183 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F29183 is #0D6E7C. Grayscale: #ACACAC. Windows color (decimal): -880253 or 8622578. OLE color: 8622578.
HSL color Cylindrical-coordinate representation of color #F29183: hue angle of 7.57º degrees, saturation: 0.81, 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 #F29183 is Cyan = 0, Magento = 0.40, Yellow = 0.46 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 145 | 131 | - |
| CMYK | 0 | 0.40 | 0.46 | 0.05 |
| HSL | 7.57º | 0.81% | 0.73% | - |
| HSV(B) | 7.57º | 0.46% | 0.95% | - |
| XYZ | 50.84 | 40.77 | 26.66 | - |
| YUV | 172.41 | 104.64 | 177.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 145 | 131 | 0 | 0.40 | 0.46 | 0.05 | 7.57 | 0.81 | 0.73 |
| Hex | F2 | 91 | 83 | 0 | 28 | 2E | 5 | 8 | 51 | 49 |
| Octal | 362 | 221 | 203 | 0 | 50 | 56 | 5 | 10 | 121 | 111 |
| Binary | 11110010 | 10010001 | 10000011 | 0 | 101000 | 101110 | 101 | 1000 | 1010001 | 1001001 |
Color Harmonies of #F29183
Complementary color
Monochromatic Colors of #F29183
Black with #F29183
Text Example
Text Example
White with #F29183
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F29183; }
p { color: rgb(242,145,131); }
H1.HeaderClassName
{
color: #F29183;
}
.AnyTagClassName
{
color: #F29183;
}
</style>
background-color css
<style>
a { background-color: #F29183; }
a { background-color: rgb(242,145,131); }
div.DivClassName
{
background-color: #F29183;
}
.BgClassName
{
background-color: #F29183;
}
</style>
border-color css
<style>
span { border-color: #F29183; }
span { border-color: rgb(242,145,131); }
td.TdClassName
{
border-color: #F29183;
}
.TagClassName
{
border-color: #F29183;
}
</style>