Shades of Sweet Pink #F0948A
Tints of Sweet Pink #F0948A
RGB
CMYK
RGB Variations
Color information
#F0948A (or 0xF0948A) is known color: Sweet Pink. HEX triplet: F0, 94 and 8A. RGB value is (240,148,138). Sum of RGB (Red+Green+Blue) = 240+148+138=526 (69% of max value = 765). Red value is 240 (94.14% from 255 or 45.63% from 526); Green value is 148 (58.20% from 255 or 28.14% from 526); Blue value is 138 (54.30% from 255 or 26.24% from 526); Max value from RGB is 240 - color contains mainly: red. Hex color #F0948A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F0948A is #0F6B75. Grayscale: #AEAEAE. Windows color (decimal): -1010550 or 9082096. OLE color: 9082096.
HSL color Cylindrical-coordinate representation of color #F0948A: hue angle of 5.88º degrees, saturation: 0.77, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F0948A is Cyan = 0, Magento = 0.38, Yellow = 0.42 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 148 | 138 | - |
| CMYK | 0 | 0.38 | 0.42 | 0.06 |
| HSL | 5.88º | 0.77% | 0.74% | - |
| HSV(B) | 5.88º | 0.43% | 0.94% | - |
| XYZ | 51.11 | 41.54 | 29.37 | - |
| YUV | 174.37 | 107.48 | 174.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 148 | 138 | 0 | 0.38 | 0.42 | 0.06 | 5.88 | 0.77 | 0.74 |
| Hex | F0 | 94 | 8A | 0 | 26 | 2A | 6 | 6 | 4D | 4A |
| Octal | 360 | 224 | 212 | 0 | 46 | 52 | 6 | 6 | 115 | 112 |
| Binary | 11110000 | 10010100 | 10001010 | 0 | 100110 | 101010 | 110 | 110 | 1001101 | 1001010 |
Color Harmonies of #F0948A
Complementary color
Monochromatic Colors of #F0948A
Black with #F0948A
Text Example
Text Example
White with #F0948A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0948A; }
p { color: rgb(240,148,138); }
H1.HeaderClassName
{
color: #F0948A;
}
.AnyTagClassName
{
color: #F0948A;
}
</style>
background-color css
<style>
a { background-color: #F0948A; }
a { background-color: rgb(240,148,138); }
div.DivClassName
{
background-color: #F0948A;
}
.BgClassName
{
background-color: #F0948A;
}
</style>
border-color css
<style>
span { border-color: #F0948A; }
span { border-color: rgb(240,148,138); }
td.TdClassName
{
border-color: #F0948A;
}
.TagClassName
{
border-color: #F0948A;
}
</style>