Shades of Sweet Pink #F29C90
Tints of Sweet Pink #F29C90
RGB
CMYK
RGB Variations
Color information
#F29C90 (or 0xF29C90) is known color: Sweet Pink. HEX triplet: F2, 9C and 90. RGB value is (242,156,144). Sum of RGB (Red+Green+Blue) = 242+156+144=542 (71% of max value = 765). Red value is 242 (94.92% from 255 or 44.65% from 542); Green value is 156 (61.33% from 255 or 28.78% from 542); Blue value is 144 (56.64% from 255 or 26.57% from 542); Max value from RGB is 242 - color contains mainly: red. Hex color #F29C90 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F29C90 is #0D636F. Grayscale: #B4B4B4. Windows color (decimal): -877424 or 9477362. OLE color: 9477362.
HSL color Cylindrical-coordinate representation of color #F29C90: hue angle of 7.35º 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 #F29C90 is Cyan = 0, Magento = 0.36, Yellow = 0.40 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 156 | 144 | - |
| CMYK | 0 | 0.36 | 0.40 | 0.05 |
| HSL | 7.35º | 0.79% | 0.76% | - |
| HSV(B) | 7.35º | 0.4% | 0.95% | - |
| XYZ | 53.54 | 44.67 | 32.19 | - |
| YUV | 180.35 | 107.49 | 171.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 156 | 144 | 0 | 0.36 | 0.40 | 0.05 | 7.35 | 0.79 | 0.76 |
| Hex | F2 | 9C | 90 | 0 | 24 | 28 | 5 | 7 | 4F | 4C |
| Octal | 362 | 234 | 220 | 0 | 44 | 50 | 5 | 7 | 117 | 114 |
| Binary | 11110010 | 10011100 | 10010000 | 0 | 100100 | 101000 | 101 | 111 | 1001111 | 1001100 |
Color Harmonies of #F29C90
Complementary color
Monochromatic Colors of #F29C90
Black with #F29C90
Text Example
Text Example
White with #F29C90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F29C90; }
p { color: rgb(242,156,144); }
H1.HeaderClassName
{
color: #F29C90;
}
.AnyTagClassName
{
color: #F29C90;
}
</style>
background-color css
<style>
a { background-color: #F29C90; }
a { background-color: rgb(242,156,144); }
div.DivClassName
{
background-color: #F29C90;
}
.BgClassName
{
background-color: #F29C90;
}
</style>
border-color css
<style>
span { border-color: #F29C90; }
span { border-color: rgb(242,156,144); }
td.TdClassName
{
border-color: #F29C90;
}
.TagClassName
{
border-color: #F29C90;
}
</style>