Shades of Sweet Pink #F2938E
Tints of Sweet Pink #F2938E
RGB
CMYK
RGB Variations
Color information
#F2938E (or 0xF2938E) is known color: Sweet Pink. HEX triplet: F2, 93 and 8E. RGB value is (242,147,142). Sum of RGB (Red+Green+Blue) = 242+147+142=531 (70% of max value = 765). Red value is 242 (94.92% from 255 or 45.57% from 531); Green value is 147 (57.81% from 255 or 27.68% from 531); Blue value is 142 (55.86% from 255 or 26.74% from 531); Max value from RGB is 242 - color contains mainly: red. Hex color #F2938E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F2938E is #0D6C71. Grayscale: #AEAEAE. Windows color (decimal): -879730 or 9343986. OLE color: 9343986.
HSL color Cylindrical-coordinate representation of color #F2938E: hue angle of 3º degrees, saturation: 0.79, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F2938E is Cyan = 0, Magento = 0.39, Yellow = 0.41 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 147 | 142 | - |
| CMYK | 0 | 0.39 | 0.41 | 0.05 |
| HSL | 3º | 0.79% | 0.75% | - |
| HSV(B) | 3º | 0.41% | 0.95% | - |
| XYZ | 51.93 | 41.7 | 30.9 | - |
| YUV | 174.84 | 109.47 | 175.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 147 | 142 | 0 | 0.39 | 0.41 | 0.05 | 3 | 0.79 | 0.75 |
| Hex | F2 | 93 | 8E | 0 | 27 | 29 | 5 | 3 | 4F | 4B |
| Octal | 362 | 223 | 216 | 0 | 47 | 51 | 5 | 3 | 117 | 113 |
| Binary | 11110010 | 10010011 | 10001110 | 0 | 100111 | 101001 | 101 | 11 | 1001111 | 1001011 |
Color Harmonies of #F2938E
Complementary color
Monochromatic Colors of #F2938E
Black with #F2938E
Text Example
Text Example
White with #F2938E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2938E; }
p { color: rgb(242,147,142); }
H1.HeaderClassName
{
color: #F2938E;
}
.AnyTagClassName
{
color: #F2938E;
}
</style>
background-color css
<style>
a { background-color: #F2938E; }
a { background-color: rgb(242,147,142); }
div.DivClassName
{
background-color: #F2938E;
}
.BgClassName
{
background-color: #F2938E;
}
</style>
border-color css
<style>
span { border-color: #F2938E; }
span { border-color: rgb(242,147,142); }
td.TdClassName
{
border-color: #F2938E;
}
.TagClassName
{
border-color: #F2938E;
}
</style>