Shades of Sweet Pink #F2938F
Tints of Sweet Pink #F2938F
RGB
CMYK
RGB Variations
Color information
#F2938F (or 0xF2938F) is known color: Sweet Pink. HEX triplet: F2, 93 and 8F. RGB value is (242,147,143). Sum of RGB (Red+Green+Blue) = 242+147+143=532 (70% of max value = 765). Red value is 242 (94.92% from 255 or 45.49% from 532); Green value is 147 (57.81% from 255 or 27.63% from 532); Blue value is 143 (56.25% from 255 or 26.88% from 532); Max value from RGB is 242 - color contains mainly: red. Hex color #F2938F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F2938F is #0D6C70. Grayscale: #AFAFAF. Windows color (decimal): -879729 or 9409522. OLE color: 9409522.
HSL color Cylindrical-coordinate representation of color #F2938F: hue angle of 2.42º 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 #F2938F is Cyan = 0, Magento = 0.39, Yellow = 0.41 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 147 | 143 | - |
| CMYK | 0 | 0.39 | 0.41 | 0.05 |
| HSL | 2.42º | 0.79% | 0.75% | - |
| HSV(B) | 2.42º | 0.41% | 0.95% | - |
| XYZ | 52.01 | 41.73 | 31.3 | - |
| YUV | 174.95 | 109.97 | 175.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 147 | 143 | 0 | 0.39 | 0.41 | 0.05 | 2.42 | 0.79 | 0.75 |
| Hex | F2 | 93 | 8F | 0 | 27 | 29 | 5 | 2 | 4F | 4B |
| Octal | 362 | 223 | 217 | 0 | 47 | 51 | 5 | 2 | 117 | 113 |
| Binary | 11110010 | 10010011 | 10001111 | 0 | 100111 | 101001 | 101 | 10 | 1001111 | 1001011 |
Color Harmonies of #F2938F
Complementary color
Monochromatic Colors of #F2938F
Black with #F2938F
Text Example
Text Example
White with #F2938F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2938F; }
p { color: rgb(242,147,143); }
H1.HeaderClassName
{
color: #F2938F;
}
.AnyTagClassName
{
color: #F2938F;
}
</style>
background-color css
<style>
a { background-color: #F2938F; }
a { background-color: rgb(242,147,143); }
div.DivClassName
{
background-color: #F2938F;
}
.BgClassName
{
background-color: #F2938F;
}
</style>
border-color css
<style>
span { border-color: #F2938F; }
span { border-color: rgb(242,147,143); }
td.TdClassName
{
border-color: #F2938F;
}
.TagClassName
{
border-color: #F2938F;
}
</style>