Shades of Sweet Pink #F2938C
Tints of Sweet Pink #F2938C
RGB
CMYK
RGB Variations
Color information
#F2938C (or 0xF2938C) is known color: Sweet Pink. HEX triplet: F2, 93 and 8C. RGB value is (242,147,140). Sum of RGB (Red+Green+Blue) = 242+147+140=529 (70% of max value = 765). Red value is 242 (94.92% from 255 or 45.75% from 529); Green value is 147 (57.81% from 255 or 27.79% from 529); Blue value is 140 (55.08% from 255 or 26.47% from 529); Max value from RGB is 242 - color contains mainly: red. Hex color #F2938C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F2938C is #0D6C73. Grayscale: #AEAEAE. Windows color (decimal): -879732 or 9212914. OLE color: 9212914.
HSL color Cylindrical-coordinate representation of color #F2938C: hue angle of 4.12º 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 #F2938C is Cyan = 0, Magento = 0.39, Yellow = 0.42 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 147 | 140 | - |
| CMYK | 0 | 0.39 | 0.42 | 0.05 |
| HSL | 4.12º | 0.8% | 0.75% | - |
| HSV(B) | 4.12º | 0.42% | 0.95% | - |
| XYZ | 51.79 | 41.64 | 30.12 | - |
| YUV | 174.61 | 108.47 | 176.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 147 | 140 | 0 | 0.39 | 0.42 | 0.05 | 4.12 | 0.8 | 0.75 |
| Hex | F2 | 93 | 8C | 0 | 27 | 2A | 5 | 4 | 50 | 4B |
| Octal | 362 | 223 | 214 | 0 | 47 | 52 | 5 | 4 | 120 | 113 |
| Binary | 11110010 | 10010011 | 10001100 | 0 | 100111 | 101010 | 101 | 100 | 1010000 | 1001011 |
Color Harmonies of #F2938C
Complementary color
Monochromatic Colors of #F2938C
Black with #F2938C
Text Example
Text Example
White with #F2938C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2938C; }
p { color: rgb(242,147,140); }
H1.HeaderClassName
{
color: #F2938C;
}
.AnyTagClassName
{
color: #F2938C;
}
</style>
background-color css
<style>
a { background-color: #F2938C; }
a { background-color: rgb(242,147,140); }
div.DivClassName
{
background-color: #F2938C;
}
.BgClassName
{
background-color: #F2938C;
}
</style>
border-color css
<style>
span { border-color: #F2938C; }
span { border-color: rgb(242,147,140); }
td.TdClassName
{
border-color: #F2938C;
}
.TagClassName
{
border-color: #F2938C;
}
</style>