Shades of Sweet Pink #F0938F
Tints of Sweet Pink #F0938F
RGB
CMYK
RGB Variations
Color information
#F0938F (or 0xF0938F) is known color: Sweet Pink. HEX triplet: F0, 93 and 8F. RGB value is (240,147,143). Sum of RGB (Red+Green+Blue) = 240+147+143=530 (70% of max value = 765). Red value is 240 (94.14% from 255 or 45.28% from 530); Green value is 147 (57.81% from 255 or 27.74% from 530); Blue value is 143 (56.25% from 255 or 26.98% from 530); Max value from RGB is 240 - color contains mainly: red. Hex color #F0938F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F0938F is #0F6C70. Grayscale: #AEAEAE. Windows color (decimal): -1010801 or 9409520. OLE color: 9409520.
HSL color Cylindrical-coordinate representation of color #F0938F: hue angle of 2.47º degrees, saturation: 0.76, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F0938F is Cyan = 0, Magento = 0.39, Yellow = 0.40 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 147 | 143 | - |
| CMYK | 0 | 0.39 | 0.40 | 0.06 |
| HSL | 2.47º | 0.76% | 0.75% | - |
| HSV(B) | 2.47º | 0.4% | 0.94% | - |
| XYZ | 51.33 | 41.38 | 31.27 | - |
| YUV | 174.35 | 110.31 | 174.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 147 | 143 | 0 | 0.39 | 0.40 | 0.06 | 2.47 | 0.76 | 0.75 |
| Hex | F0 | 93 | 8F | 0 | 27 | 28 | 6 | 2 | 4C | 4B |
| Octal | 360 | 223 | 217 | 0 | 47 | 50 | 6 | 2 | 114 | 113 |
| Binary | 11110000 | 10010011 | 10001111 | 0 | 100111 | 101000 | 110 | 10 | 1001100 | 1001011 |
Color Harmonies of #F0938F
Complementary color
Monochromatic Colors of #F0938F
Black with #F0938F
Text Example
Text Example
White with #F0938F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0938F; }
p { color: rgb(240,147,143); }
H1.HeaderClassName
{
color: #F0938F;
}
.AnyTagClassName
{
color: #F0938F;
}
</style>
background-color css
<style>
a { background-color: #F0938F; }
a { background-color: rgb(240,147,143); }
div.DivClassName
{
background-color: #F0938F;
}
.BgClassName
{
background-color: #F0938F;
}
</style>
border-color css
<style>
span { border-color: #F0938F; }
span { border-color: rgb(240,147,143); }
td.TdClassName
{
border-color: #F0938F;
}
.TagClassName
{
border-color: #F0938F;
}
</style>