Shades of Sweet Pink #F09A90
Tints of Sweet Pink #F09A90
RGB
CMYK
RGB Variations
Color information
#F09A90 (or 0xF09A90) is known color: Sweet Pink. HEX triplet: F0, 9A and 90. RGB value is (240,154,144). Sum of RGB (Red+Green+Blue) = 240+154+144=538 (71% of max value = 765). Red value is 240 (94.14% from 255 or 44.61% from 538); Green value is 154 (60.55% from 255 or 28.62% from 538); Blue value is 144 (56.64% from 255 or 26.77% from 538); Max value from RGB is 240 - color contains mainly: red. Hex color #F09A90 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F09A90 is #0F656F. Grayscale: #B2B2B2. Windows color (decimal): -1009008 or 9476848. OLE color: 9476848.
HSL color Cylindrical-coordinate representation of color #F09A90: hue angle of 6.25º 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 #F09A90 is Cyan = 0, Magento = 0.36, Yellow = 0.4 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 154 | 144 | - |
| CMYK | 0 | 0.36 | 0.4 | 0.06 |
| HSL | 6.25º | 0.76% | 0.75% | - |
| HSV(B) | 6.25º | 0.4% | 0.94% | - |
| XYZ | 52.52 | 43.65 | 32.04 | - |
| YUV | 178.57 | 108.49 | 171.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 154 | 144 | 0 | 0.36 | 0.4 | 0.06 | 6.25 | 0.76 | 0.75 |
| Hex | F0 | 9A | 90 | 0 | 24 | 28 | 6 | 6 | 4C | 4B |
| Octal | 360 | 232 | 220 | 0 | 44 | 50 | 6 | 6 | 114 | 113 |
| Binary | 11110000 | 10011010 | 10010000 | 0 | 100100 | 101000 | 110 | 110 | 1001100 | 1001011 |
Color Harmonies of #F09A90
Complementary color
Monochromatic Colors of #F09A90
Black with #F09A90
Text Example
Text Example
White with #F09A90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F09A90; }
p { color: rgb(240,154,144); }
H1.HeaderClassName
{
color: #F09A90;
}
.AnyTagClassName
{
color: #F09A90;
}
</style>
background-color css
<style>
a { background-color: #F09A90; }
a { background-color: rgb(240,154,144); }
div.DivClassName
{
background-color: #F09A90;
}
.BgClassName
{
background-color: #F09A90;
}
</style>
border-color css
<style>
span { border-color: #F09A90; }
span { border-color: rgb(240,154,144); }
td.TdClassName
{
border-color: #F09A90;
}
.TagClassName
{
border-color: #F09A90;
}
</style>