Shades of Sweet Pink #F29190
Tints of Sweet Pink #F29190
RGB
CMYK
RGB Variations
Color information
#F29190 (or 0xF29190) is known color: Sweet Pink. HEX triplet: F2, 91 and 90. RGB value is (242,145,144). Sum of RGB (Red+Green+Blue) = 242+145+144=531 (70% of max value = 765). Red value is 242 (94.92% from 255 or 45.57% from 531); Green value is 145 (57.03% from 255 or 27.31% from 531); Blue value is 144 (56.64% from 255 or 27.12% from 531); Max value from RGB is 242 - color contains mainly: red. Hex color #F29190 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F29190 is #0D6E6F. Grayscale: #ADADAD. Windows color (decimal): -880240 or 9474546. OLE color: 9474546.
HSL color Cylindrical-coordinate representation of color #F29190: hue angle of 0.61º degrees, saturation: 0.79, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F29190 is Cyan = 0, Magento = 0.40, Yellow = 0.40 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 145 | 144 | - |
| CMYK | 0 | 0.40 | 0.40 | 0.05 |
| HSL | 0.61º | 0.79% | 0.76% | - |
| HSV(B) | 0.61º | 0.4% | 0.95% | - |
| XYZ | 51.78 | 41.14 | 31.6 | - |
| YUV | 173.89 | 111.14 | 176.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 145 | 144 | 0 | 0.40 | 0.40 | 0.05 | 0.61 | 0.79 | 0.76 |
| Hex | F2 | 91 | 90 | 0 | 28 | 28 | 5 | 1 | 4F | 4C |
| Octal | 362 | 221 | 220 | 0 | 50 | 50 | 5 | 1 | 117 | 114 |
| Binary | 11110010 | 10010001 | 10010000 | 0 | 101000 | 101000 | 101 | 1 | 1001111 | 1001100 |
Color Harmonies of #F29190
Complementary color
Monochromatic Colors of #F29190
Black with #F29190
Text Example
Text Example
White with #F29190
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F29190; }
p { color: rgb(242,145,144); }
H1.HeaderClassName
{
color: #F29190;
}
.AnyTagClassName
{
color: #F29190;
}
</style>
background-color css
<style>
a { background-color: #F29190; }
a { background-color: rgb(242,145,144); }
div.DivClassName
{
background-color: #F29190;
}
.BgClassName
{
background-color: #F29190;
}
</style>
border-color css
<style>
span { border-color: #F29190; }
span { border-color: rgb(242,145,144); }
td.TdClassName
{
border-color: #F29190;
}
.TagClassName
{
border-color: #F29190;
}
</style>