Shades of Sweet Pink #F29488
Tints of Sweet Pink #F29488
RGB
CMYK
RGB Variations
Color information
#F29488 (or 0xF29488) is known color: Sweet Pink. HEX triplet: F2, 94 and 88. RGB value is (242,148,136). Sum of RGB (Red+Green+Blue) = 242+148+136=526 (69% of max value = 765). Red value is 242 (94.92% from 255 or 46.01% from 526); Green value is 148 (58.20% from 255 or 28.14% from 526); Blue value is 136 (53.52% from 255 or 25.86% from 526); Max value from RGB is 242 - color contains mainly: red. Hex color #F29488 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F29488 is #0D6B77. Grayscale: #AEAEAE. Windows color (decimal): -879480 or 8951026. OLE color: 8951026.
HSL color Cylindrical-coordinate representation of color #F29488: hue angle of 6.79º degrees, saturation: 0.8, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F29488 is Cyan = 0, Magento = 0.39, Yellow = 0.44 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 148 | 136 | - |
| CMYK | 0 | 0.39 | 0.44 | 0.05 |
| HSL | 6.79º | 0.8% | 0.74% | - |
| HSV(B) | 6.79º | 0.44% | 0.95% | - |
| XYZ | 51.65 | 41.83 | 28.65 | - |
| YUV | 174.74 | 106.14 | 175.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 148 | 136 | 0 | 0.39 | 0.44 | 0.05 | 6.79 | 0.8 | 0.74 |
| Hex | F2 | 94 | 88 | 0 | 27 | 2C | 5 | 7 | 50 | 4A |
| Octal | 362 | 224 | 210 | 0 | 47 | 54 | 5 | 7 | 120 | 112 |
| Binary | 11110010 | 10010100 | 10001000 | 0 | 100111 | 101100 | 101 | 111 | 1010000 | 1001010 |
Color Harmonies of #F29488
Complementary color
Monochromatic Colors of #F29488
Black with #F29488
Text Example
Text Example
White with #F29488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F29488; }
p { color: rgb(242,148,136); }
H1.HeaderClassName
{
color: #F29488;
}
.AnyTagClassName
{
color: #F29488;
}
</style>
background-color css
<style>
a { background-color: #F29488; }
a { background-color: rgb(242,148,136); }
div.DivClassName
{
background-color: #F29488;
}
.BgClassName
{
background-color: #F29488;
}
</style>
border-color css
<style>
span { border-color: #F29488; }
span { border-color: rgb(242,148,136); }
td.TdClassName
{
border-color: #F29488;
}
.TagClassName
{
border-color: #F29488;
}
</style>