Shades of Sweet Pink #F29386
Tints of Sweet Pink #F29386
RGB
CMYK
RGB Variations
Color information
#F29386 (or 0xF29386) is known color: Sweet Pink. HEX triplet: F2, 93 and 86. RGB value is (242,147,134). Sum of RGB (Red+Green+Blue) = 242+147+134=523 (69% of max value = 765). Red value is 242 (94.92% from 255 or 46.27% from 523); Green value is 147 (57.81% from 255 or 28.11% from 523); Blue value is 134 (52.73% from 255 or 25.62% from 523); Max value from RGB is 242 - color contains mainly: red. Hex color #F29386 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F29386 is #0D6C79. Grayscale: #AEAEAE. Windows color (decimal): -879738 or 8819698. OLE color: 8819698.
HSL color Cylindrical-coordinate representation of color #F29386: hue angle of 7.22º degrees, saturation: 0.81, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F29386 is Cyan = 0, Magento = 0.39, Yellow = 0.45 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 147 | 134 | - |
| CMYK | 0 | 0.39 | 0.45 | 0.05 |
| HSL | 7.22º | 0.81% | 0.74% | - |
| HSV(B) | 7.22º | 0.45% | 0.95% | - |
| XYZ | 51.35 | 41.47 | 27.85 | - |
| YUV | 173.92 | 105.47 | 176.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 147 | 134 | 0 | 0.39 | 0.45 | 0.05 | 7.22 | 0.81 | 0.74 |
| Hex | F2 | 93 | 86 | 0 | 27 | 2D | 5 | 7 | 51 | 4A |
| Octal | 362 | 223 | 206 | 0 | 47 | 55 | 5 | 7 | 121 | 112 |
| Binary | 11110010 | 10010011 | 10000110 | 0 | 100111 | 101101 | 101 | 111 | 1010001 | 1001010 |
Color Harmonies of #F29386
Complementary color
Monochromatic Colors of #F29386
Black with #F29386
Text Example
Text Example
White with #F29386
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F29386; }
p { color: rgb(242,147,134); }
H1.HeaderClassName
{
color: #F29386;
}
.AnyTagClassName
{
color: #F29386;
}
</style>
background-color css
<style>
a { background-color: #F29386; }
a { background-color: rgb(242,147,134); }
div.DivClassName
{
background-color: #F29386;
}
.BgClassName
{
background-color: #F29386;
}
</style>
border-color css
<style>
span { border-color: #F29386; }
span { border-color: rgb(242,147,134); }
td.TdClassName
{
border-color: #F29386;
}
.TagClassName
{
border-color: #F29386;
}
</style>