Shades of Sweet Pink #F0908B
Tints of Sweet Pink #F0908B
RGB
CMYK
RGB Variations
Color information
#F0908B (or 0xF0908B) is known color: Sweet Pink. HEX triplet: F0, 90 and 8B. RGB value is (240,144,139). Sum of RGB (Red+Green+Blue) = 240+144+139=523 (69% of max value = 765). Red value is 240 (94.14% from 255 or 45.89% from 523); Green value is 144 (56.64% from 255 or 27.53% from 523); Blue value is 139 (54.69% from 255 or 26.58% from 523); Max value from RGB is 240 - color contains mainly: red. Hex color #F0908B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F0908B is #0F6F74. Grayscale: #ACACAC. Windows color (decimal): -1011573 or 9146608. OLE color: 9146608.
HSL color Cylindrical-coordinate representation of color #F0908B: hue angle of 2.97º degrees, saturation: 0.77, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F0908B is Cyan = 0, Magento = 0.4, Yellow = 0.42 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 144 | 139 | - |
| CMYK | 0 | 0.4 | 0.42 | 0.06 |
| HSL | 2.97º | 0.77% | 0.74% | - |
| HSV(B) | 2.97º | 0.42% | 0.94% | - |
| XYZ | 50.57 | 40.34 | 29.55 | - |
| YUV | 172.13 | 109.3 | 176.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 144 | 139 | 0 | 0.4 | 0.42 | 0.06 | 2.97 | 0.77 | 0.74 |
| Hex | F0 | 90 | 8B | 0 | 28 | 2A | 6 | 3 | 4D | 4A |
| Octal | 360 | 220 | 213 | 0 | 50 | 52 | 6 | 3 | 115 | 112 |
| Binary | 11110000 | 10010000 | 10001011 | 0 | 101000 | 101010 | 110 | 11 | 1001101 | 1001010 |
Color Harmonies of #F0908B
Complementary color
Monochromatic Colors of #F0908B
Black with #F0908B
Text Example
Text Example
White with #F0908B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0908B; }
p { color: rgb(240,144,139); }
H1.HeaderClassName
{
color: #F0908B;
}
.AnyTagClassName
{
color: #F0908B;
}
</style>
background-color css
<style>
a { background-color: #F0908B; }
a { background-color: rgb(240,144,139); }
div.DivClassName
{
background-color: #F0908B;
}
.BgClassName
{
background-color: #F0908B;
}
</style>
border-color css
<style>
span { border-color: #F0908B; }
span { border-color: rgb(240,144,139); }
td.TdClassName
{
border-color: #F0908B;
}
.TagClassName
{
border-color: #F0908B;
}
</style>