Shades of Sweet Pink #F2938B
Tints of Sweet Pink #F2938B
RGB
CMYK
RGB Variations
Color information
#F2938B (or 0xF2938B) is known color: Sweet Pink. HEX triplet: F2, 93 and 8B. RGB value is (242,147,139). Sum of RGB (Red+Green+Blue) = 242+147+139=528 (69% of max value = 765). Red value is 242 (94.92% from 255 or 45.83% from 528); Green value is 147 (57.81% from 255 or 27.84% from 528); Blue value is 139 (54.69% from 255 or 26.33% from 528); Max value from RGB is 242 - color contains mainly: red. Hex color #F2938B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F2938B is #0D6C74. Grayscale: #AEAEAE. Windows color (decimal): -879733 or 9147378. OLE color: 9147378.
HSL color Cylindrical-coordinate representation of color #F2938B: hue angle of 4.66º degrees, saturation: 0.8, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F2938B is Cyan = 0, Magento = 0.39, Yellow = 0.43 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 147 | 139 | - |
| CMYK | 0 | 0.39 | 0.43 | 0.05 |
| HSL | 4.66º | 0.8% | 0.75% | - |
| HSV(B) | 4.66º | 0.43% | 0.95% | - |
| XYZ | 51.71 | 41.61 | 29.73 | - |
| YUV | 174.49 | 107.97 | 176.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 147 | 139 | 0 | 0.39 | 0.43 | 0.05 | 4.66 | 0.8 | 0.75 |
| Hex | F2 | 93 | 8B | 0 | 27 | 2B | 5 | 5 | 50 | 4B |
| Octal | 362 | 223 | 213 | 0 | 47 | 53 | 5 | 5 | 120 | 113 |
| Binary | 11110010 | 10010011 | 10001011 | 0 | 100111 | 101011 | 101 | 101 | 1010000 | 1001011 |
Color Harmonies of #F2938B
Complementary color
Monochromatic Colors of #F2938B
Black with #F2938B
Text Example
Text Example
White with #F2938B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2938B; }
p { color: rgb(242,147,139); }
H1.HeaderClassName
{
color: #F2938B;
}
.AnyTagClassName
{
color: #F2938B;
}
</style>
background-color css
<style>
a { background-color: #F2938B; }
a { background-color: rgb(242,147,139); }
div.DivClassName
{
background-color: #F2938B;
}
.BgClassName
{
background-color: #F2938B;
}
</style>
border-color css
<style>
span { border-color: #F2938B; }
span { border-color: rgb(242,147,139); }
td.TdClassName
{
border-color: #F2938B;
}
.TagClassName
{
border-color: #F2938B;
}
</style>