Shades of Sweet Pink #F29392
Tints of Sweet Pink #F29392
RGB
CMYK
RGB Variations
Color information
#F29392 (or 0xF29392) is known color: Sweet Pink. HEX triplet: F2, 93 and 92. RGB value is (242,147,146). Sum of RGB (Red+Green+Blue) = 242+147+146=535 (70% of max value = 765). Red value is 242 (94.92% from 255 or 45.23% from 535); Green value is 147 (57.81% from 255 or 27.48% from 535); Blue value is 146 (57.42% from 255 or 27.29% from 535); Max value from RGB is 242 - color contains mainly: red. Hex color #F29392 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F29392 is #0D6C6D. Grayscale: #AFAFAF. Windows color (decimal): -879726 or 9606130. OLE color: 9606130.
HSL color Cylindrical-coordinate representation of color #F29392: hue angle of 0.62º 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 #F29392 is Cyan = 0, Magento = 0.39, Yellow = 0.40 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 147 | 146 | - |
| CMYK | 0 | 0.39 | 0.40 | 0.05 |
| HSL | 0.63º | 0.79% | 0.76% | - |
| HSV(B) | 0.63º | 0.4% | 0.95% | - |
| XYZ | 52.24 | 41.82 | 32.51 | - |
| YUV | 175.29 | 111.47 | 175.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 147 | 146 | 0 | 0.39 | 0.40 | 0.05 | 0.63 | 0.79 | 0.76 |
| Hex | F2 | 93 | 92 | 0 | 27 | 28 | 5 | 1 | 4F | 4C |
| Octal | 362 | 223 | 222 | 0 | 47 | 50 | 5 | 1 | 117 | 114 |
| Binary | 11110010 | 10010011 | 10010010 | 0 | 100111 | 101000 | 101 | 1 | 1001111 | 1001100 |
Color Harmonies of #F29392
Complementary color
Monochromatic Colors of #F29392
Black with #F29392
Text Example
Text Example
White with #F29392
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F29392; }
p { color: rgb(242,147,146); }
H1.HeaderClassName
{
color: #F29392;
}
.AnyTagClassName
{
color: #F29392;
}
</style>
background-color css
<style>
a { background-color: #F29392; }
a { background-color: rgb(242,147,146); }
div.DivClassName
{
background-color: #F29392;
}
.BgClassName
{
background-color: #F29392;
}
</style>
border-color css
<style>
span { border-color: #F29392; }
span { border-color: rgb(242,147,146); }
td.TdClassName
{
border-color: #F29392;
}
.TagClassName
{
border-color: #F29392;
}
</style>