Shades of Sweet Pink #F29790
Tints of Sweet Pink #F29790
RGB
CMYK
RGB Variations
Color information
#F29790 (or 0xF29790) is known color: Sweet Pink. HEX triplet: F2, 97 and 90. RGB value is (242,151,144). Sum of RGB (Red+Green+Blue) = 242+151+144=537 (71% of max value = 765). Red value is 242 (94.92% from 255 or 45.07% from 537); Green value is 151 (59.38% from 255 or 28.12% from 537); Blue value is 144 (56.64% from 255 or 26.82% from 537); Max value from RGB is 242 - color contains mainly: red. Hex color #F29790 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F29790 is #0D686F. Grayscale: #B1B1B1. Windows color (decimal): -878704 or 9476082. OLE color: 9476082.
HSL color Cylindrical-coordinate representation of color #F29790: hue angle of 4.29º 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 #F29790 is Cyan = 0, Magento = 0.38, Yellow = 0.40 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 151 | 144 | - |
| CMYK | 0 | 0.38 | 0.40 | 0.05 |
| HSL | 4.29º | 0.79% | 0.76% | - |
| HSV(B) | 4.29º | 0.4% | 0.95% | - |
| XYZ | 52.72 | 43.02 | 31.91 | - |
| YUV | 177.41 | 109.15 | 174.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 151 | 144 | 0 | 0.38 | 0.40 | 0.05 | 4.29 | 0.79 | 0.76 |
| Hex | F2 | 97 | 90 | 0 | 26 | 28 | 5 | 4 | 4F | 4C |
| Octal | 362 | 227 | 220 | 0 | 46 | 50 | 5 | 4 | 117 | 114 |
| Binary | 11110010 | 10010111 | 10010000 | 0 | 100110 | 101000 | 101 | 100 | 1001111 | 1001100 |
Color Harmonies of #F29790
Complementary color
Monochromatic Colors of #F29790
Black with #F29790
Text Example
Text Example
White with #F29790
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F29790; }
p { color: rgb(242,151,144); }
H1.HeaderClassName
{
color: #F29790;
}
.AnyTagClassName
{
color: #F29790;
}
</style>
background-color css
<style>
a { background-color: #F29790; }
a { background-color: rgb(242,151,144); }
div.DivClassName
{
background-color: #F29790;
}
.BgClassName
{
background-color: #F29790;
}
</style>
border-color css
<style>
span { border-color: #F29790; }
span { border-color: rgb(242,151,144); }
td.TdClassName
{
border-color: #F29790;
}
.TagClassName
{
border-color: #F29790;
}
</style>