Shades of Sweet Pink #F29584
Tints of Sweet Pink #F29584
RGB
CMYK
RGB Variations
Color information
#F29584 (or 0xF29584) is known color: Sweet Pink. HEX triplet: F2, 95 and 84. RGB value is (242,149,132). Sum of RGB (Red+Green+Blue) = 242+149+132=523 (69% of max value = 765). Red value is 242 (94.92% from 255 or 46.27% from 523); Green value is 149 (58.59% from 255 or 28.49% from 523); Blue value is 132 (51.95% from 255 or 25.24% from 523); Max value from RGB is 242 - color contains mainly: red. Hex color #F29584 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F29584 is #0D6A7B. Grayscale: #AFAFAF. Windows color (decimal): -879228 or 8689138. OLE color: 8689138.
HSL color Cylindrical-coordinate representation of color #F29584: hue angle of 9.27º degrees, saturation: 0.81, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F29584 is Cyan = 0, Magento = 0.38, Yellow = 0.45 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 149 | 132 | - |
| CMYK | 0 | 0.38 | 0.45 | 0.05 |
| HSL | 9.27º | 0.81% | 0.73% | - |
| HSV(B) | 9.27º | 0.45% | 0.95% | - |
| XYZ | 51.53 | 42.04 | 27.23 | - |
| YUV | 174.87 | 103.81 | 175.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 149 | 132 | 0 | 0.38 | 0.45 | 0.05 | 9.27 | 0.81 | 0.73 |
| Hex | F2 | 95 | 84 | 0 | 26 | 2D | 5 | 9 | 51 | 49 |
| Octal | 362 | 225 | 204 | 0 | 46 | 55 | 5 | 11 | 121 | 111 |
| Binary | 11110010 | 10010101 | 10000100 | 0 | 100110 | 101101 | 101 | 1001 | 1010001 | 1001001 |
Color Harmonies of #F29584
Complementary color
Monochromatic Colors of #F29584
Black with #F29584
Text Example
Text Example
White with #F29584
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F29584; }
p { color: rgb(242,149,132); }
H1.HeaderClassName
{
color: #F29584;
}
.AnyTagClassName
{
color: #F29584;
}
</style>
background-color css
<style>
a { background-color: #F29584; }
a { background-color: rgb(242,149,132); }
div.DivClassName
{
background-color: #F29584;
}
.BgClassName
{
background-color: #F29584;
}
</style>
border-color css
<style>
span { border-color: #F29584; }
span { border-color: rgb(242,149,132); }
td.TdClassName
{
border-color: #F29584;
}
.TagClassName
{
border-color: #F29584;
}
</style>