Shades of Sweet Pink #F2938D
Tints of Sweet Pink #F2938D
RGB
CMYK
RGB Variations
Color information
#F2938D (or 0xF2938D) is known color: Sweet Pink. HEX triplet: F2, 93 and 8D. RGB value is (242,147,141). Sum of RGB (Red+Green+Blue) = 242+147+141=530 (70% of max value = 765). Red value is 242 (94.92% from 255 or 45.66% from 530); Green value is 147 (57.81% from 255 or 27.74% from 530); Blue value is 141 (55.47% from 255 or 26.60% from 530); Max value from RGB is 242 - color contains mainly: red. Hex color #F2938D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F2938D is #0D6C72. Grayscale: #AEAEAE. Windows color (decimal): -879731 or 9278450. OLE color: 9278450.
HSL color Cylindrical-coordinate representation of color #F2938D: hue angle of 3.56º degrees, saturation: 0.8, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F2938D is Cyan = 0, Magento = 0.39, Yellow = 0.42 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 147 | 141 | - |
| CMYK | 0 | 0.39 | 0.42 | 0.05 |
| HSL | 3.56º | 0.8% | 0.75% | - |
| HSV(B) | 3.56º | 0.42% | 0.95% | - |
| XYZ | 51.86 | 41.67 | 30.51 | - |
| YUV | 174.72 | 108.97 | 175.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 147 | 141 | 0 | 0.39 | 0.42 | 0.05 | 3.56 | 0.8 | 0.75 |
| Hex | F2 | 93 | 8D | 0 | 27 | 2A | 5 | 4 | 50 | 4B |
| Octal | 362 | 223 | 215 | 0 | 47 | 52 | 5 | 4 | 120 | 113 |
| Binary | 11110010 | 10010011 | 10001101 | 0 | 100111 | 101010 | 101 | 100 | 1010000 | 1001011 |
Color Harmonies of #F2938D
Complementary color
Monochromatic Colors of #F2938D
Black with #F2938D
Text Example
Text Example
White with #F2938D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2938D; }
p { color: rgb(242,147,141); }
H1.HeaderClassName
{
color: #F2938D;
}
.AnyTagClassName
{
color: #F2938D;
}
</style>
background-color css
<style>
a { background-color: #F2938D; }
a { background-color: rgb(242,147,141); }
div.DivClassName
{
background-color: #F2938D;
}
.BgClassName
{
background-color: #F2938D;
}
</style>
border-color css
<style>
span { border-color: #F2938D; }
span { border-color: rgb(242,147,141); }
td.TdClassName
{
border-color: #F2938D;
}
.TagClassName
{
border-color: #F2938D;
}
</style>