Shades of Sweet Pink #F29997
Tints of Sweet Pink #F29997
RGB
CMYK
RGB Variations
Color information
#F29997 (or 0xF29997) is known color: Sweet Pink. HEX triplet: F2, 99 and 97. RGB value is (242,153,151). Sum of RGB (Red+Green+Blue) = 242+153+151=546 (72% of max value = 765). Red value is 242 (94.92% from 255 or 44.32% from 546); Green value is 153 (60.16% from 255 or 28.02% from 546); Blue value is 151 (59.38% from 255 or 27.66% from 546); Max value from RGB is 242 - color contains mainly: red. Hex color #F29997 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F29997 is #0D6668. Grayscale: #B3B3B3. Windows color (decimal): -878185 or 9935346. OLE color: 9935346.
HSL color Cylindrical-coordinate representation of color #F29997: hue angle of 1.32º degrees, saturation: 0.78, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #F29997 is Cyan = 0, Magento = 0.37, Yellow = 0.38 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 153 | 151 | - |
| CMYK | 0 | 0.37 | 0.38 | 0.05 |
| HSL | 1.32º | 0.78% | 0.77% | - |
| HSV(B) | 1.32º | 0.38% | 0.95% | - |
| XYZ | 53.6 | 43.89 | 34.93 | - |
| YUV | 179.38 | 111.99 | 172.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 153 | 151 | 0 | 0.37 | 0.38 | 0.05 | 1.32 | 0.78 | 0.77 |
| Hex | F2 | 99 | 97 | 0 | 25 | 26 | 5 | 1 | 4E | 4D |
| Octal | 362 | 231 | 227 | 0 | 45 | 46 | 5 | 1 | 116 | 115 |
| Binary | 11110010 | 10011001 | 10010111 | 0 | 100101 | 100110 | 101 | 1 | 1001110 | 1001101 |
Color Harmonies of #F29997
Complementary color
Monochromatic Colors of #F29997
Black with #F29997
Text Example
Text Example
White with #F29997
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F29997; }
p { color: rgb(242,153,151); }
H1.HeaderClassName
{
color: #F29997;
}
.AnyTagClassName
{
color: #F29997;
}
</style>
background-color css
<style>
a { background-color: #F29997; }
a { background-color: rgb(242,153,151); }
div.DivClassName
{
background-color: #F29997;
}
.BgClassName
{
background-color: #F29997;
}
</style>
border-color css
<style>
span { border-color: #F29997; }
span { border-color: rgb(242,153,151); }
td.TdClassName
{
border-color: #F29997;
}
.TagClassName
{
border-color: #F29997;
}
</style>