Shades of Sweet Pink #F29282
Tints of Sweet Pink #F29282
RGB
CMYK
RGB Variations
Color information
#F29282 (or 0xF29282) is known color: Sweet Pink. HEX triplet: F2, 92 and 82. RGB value is (242,146,130). Sum of RGB (Red+Green+Blue) = 242+146+130=518 (68% of max value = 765). Red value is 242 (94.92% from 255 or 46.72% from 518); Green value is 146 (57.42% from 255 or 28.19% from 518); Blue value is 130 (51.17% from 255 or 25.10% from 518); Max value from RGB is 242 - color contains mainly: red. Hex color #F29282 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F29282 is #0D6D7D. Grayscale: #ADADAD. Windows color (decimal): -879998 or 8557298. OLE color: 8557298.
HSL color Cylindrical-coordinate representation of color #F29282: hue angle of 8.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 #F29282 is Cyan = 0, Magento = 0.40, Yellow = 0.46 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 146 | 130 | - |
| CMYK | 0 | 0.40 | 0.46 | 0.05 |
| HSL | 8.57º | 0.81% | 0.73% | - |
| HSV(B) | 8.57º | 0.46% | 0.95% | - |
| XYZ | 50.93 | 41.05 | 26.36 | - |
| YUV | 172.88 | 103.8 | 177.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 146 | 130 | 0 | 0.40 | 0.46 | 0.05 | 8.57 | 0.81 | 0.73 |
| Hex | F2 | 92 | 82 | 0 | 28 | 2E | 5 | 9 | 51 | 49 |
| Octal | 362 | 222 | 202 | 0 | 50 | 56 | 5 | 11 | 121 | 111 |
| Binary | 11110010 | 10010010 | 10000010 | 0 | 101000 | 101110 | 101 | 1001 | 1010001 | 1001001 |
Color Harmonies of #F29282
Complementary color
Monochromatic Colors of #F29282
Black with #F29282
Text Example
Text Example
White with #F29282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F29282; }
p { color: rgb(242,146,130); }
H1.HeaderClassName
{
color: #F29282;
}
.AnyTagClassName
{
color: #F29282;
}
</style>
background-color css
<style>
a { background-color: #F29282; }
a { background-color: rgb(242,146,130); }
div.DivClassName
{
background-color: #F29282;
}
.BgClassName
{
background-color: #F29282;
}
</style>
border-color css
<style>
span { border-color: #F29282; }
span { border-color: rgb(242,146,130); }
td.TdClassName
{
border-color: #F29282;
}
.TagClassName
{
border-color: #F29282;
}
</style>