Shades of Sweet Pink #F09990
Tints of Sweet Pink #F09990
RGB
CMYK
RGB Variations
Color information
#F09990 (or 0xF09990) is known color: Sweet Pink. HEX triplet: F0, 99 and 90. RGB value is (240,153,144). Sum of RGB (Red+Green+Blue) = 240+153+144=537 (71% of max value = 765). Red value is 240 (94.14% from 255 or 44.69% from 537); Green value is 153 (60.16% from 255 or 28.49% from 537); Blue value is 144 (56.64% from 255 or 26.82% from 537); Max value from RGB is 240 - color contains mainly: red. Hex color #F09990 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F09990 is #0F666F. Grayscale: #B2B2B2. Windows color (decimal): -1009264 or 9476592. OLE color: 9476592.
HSL color Cylindrical-coordinate representation of color #F09990: hue angle of 5.62º 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 #F09990 is Cyan = 0, Magento = 0.36, Yellow = 0.4 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 153 | 144 | - |
| CMYK | 0 | 0.36 | 0.4 | 0.06 |
| HSL | 5.63º | 0.76% | 0.75% | - |
| HSV(B) | 5.63º | 0.4% | 0.94% | - |
| XYZ | 52.36 | 43.32 | 31.99 | - |
| YUV | 177.99 | 108.82 | 172.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 153 | 144 | 0 | 0.36 | 0.4 | 0.06 | 5.63 | 0.76 | 0.75 |
| Hex | F0 | 99 | 90 | 0 | 24 | 28 | 6 | 6 | 4C | 4B |
| Octal | 360 | 231 | 220 | 0 | 44 | 50 | 6 | 6 | 114 | 113 |
| Binary | 11110000 | 10011001 | 10010000 | 0 | 100100 | 101000 | 110 | 110 | 1001100 | 1001011 |
Color Harmonies of #F09990
Complementary color
Monochromatic Colors of #F09990
Black with #F09990
Text Example
Text Example
White with #F09990
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F09990; }
p { color: rgb(240,153,144); }
H1.HeaderClassName
{
color: #F09990;
}
.AnyTagClassName
{
color: #F09990;
}
</style>
background-color css
<style>
a { background-color: #F09990; }
a { background-color: rgb(240,153,144); }
div.DivClassName
{
background-color: #F09990;
}
.BgClassName
{
background-color: #F09990;
}
</style>
border-color css
<style>
span { border-color: #F09990; }
span { border-color: rgb(240,153,144); }
td.TdClassName
{
border-color: #F09990;
}
.TagClassName
{
border-color: #F09990;
}
</style>