Shades of Sweet Pink #F0908C
Tints of Sweet Pink #F0908C
RGB
CMYK
RGB Variations
Color information
#F0908C (or 0xF0908C) is known color: Sweet Pink. HEX triplet: F0, 90 and 8C. RGB value is (240,144,140). Sum of RGB (Red+Green+Blue) = 240+144+140=524 (69% of max value = 765). Red value is 240 (94.14% from 255 or 45.80% from 524); Green value is 144 (56.64% from 255 or 27.48% from 524); Blue value is 140 (55.08% from 255 or 26.72% from 524); Max value from RGB is 240 - color contains mainly: red. Hex color #F0908C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F0908C is #0F6F73. Grayscale: #ACACAC. Windows color (decimal): -1011572 or 9212144. OLE color: 9212144.
HSL color Cylindrical-coordinate representation of color #F0908C: hue angle of 2.4º degrees, saturation: 0.77, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F0908C is Cyan = 0, Magento = 0.4, Yellow = 0.42 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 144 | 140 | - |
| CMYK | 0 | 0.4 | 0.42 | 0.06 |
| HSL | 2.4º | 0.77% | 0.75% | - |
| HSV(B) | 2.4º | 0.42% | 0.94% | - |
| XYZ | 50.64 | 40.37 | 29.93 | - |
| YUV | 172.25 | 109.8 | 176.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 144 | 140 | 0 | 0.4 | 0.42 | 0.06 | 2.4 | 0.77 | 0.75 |
| Hex | F0 | 90 | 8C | 0 | 28 | 2A | 6 | 2 | 4D | 4B |
| Octal | 360 | 220 | 214 | 0 | 50 | 52 | 6 | 2 | 115 | 113 |
| Binary | 11110000 | 10010000 | 10001100 | 0 | 101000 | 101010 | 110 | 10 | 1001101 | 1001011 |
Color Harmonies of #F0908C
Complementary color
Monochromatic Colors of #F0908C
Black with #F0908C
Text Example
Text Example
White with #F0908C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0908C; }
p { color: rgb(240,144,140); }
H1.HeaderClassName
{
color: #F0908C;
}
.AnyTagClassName
{
color: #F0908C;
}
</style>
background-color css
<style>
a { background-color: #F0908C; }
a { background-color: rgb(240,144,140); }
div.DivClassName
{
background-color: #F0908C;
}
.BgClassName
{
background-color: #F0908C;
}
</style>
border-color css
<style>
span { border-color: #F0908C; }
span { border-color: rgb(240,144,140); }
td.TdClassName
{
border-color: #F0908C;
}
.TagClassName
{
border-color: #F0908C;
}
</style>