Shades of Sweet Pink #F09F9A
Tints of Sweet Pink #F09F9A
RGB
CMYK
RGB Variations
Color information
#F09F9A (or 0xF09F9A) is known color: Sweet Pink. HEX triplet: F0, 9F and 9A. RGB value is (240,159,154). Sum of RGB (Red+Green+Blue) = 240+159+154=553 (73% of max value = 765). Red value is 240 (94.14% from 255 or 43.40% from 553); Green value is 159 (62.5% from 255 or 28.75% from 553); Blue value is 154 (60.55% from 255 or 27.85% from 553); Max value from RGB is 240 - color contains mainly: red. Hex color #F09F9A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F09F9A is #0F6065. Grayscale: #B6B6B6. Windows color (decimal): -1007718 or 10133488. OLE color: 10133488.
HSL color Cylindrical-coordinate representation of color #F09F9A: hue angle of 3.49º degrees, saturation: 0.74, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #F09F9A is Cyan = 0, Magento = 0.34, Yellow = 0.36 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 159 | 154 | - |
| CMYK | 0 | 0.34 | 0.36 | 0.06 |
| HSL | 3.49º | 0.74% | 0.77% | - |
| HSV(B) | 3.49º | 0.36% | 0.94% | - |
| XYZ | 54.17 | 45.65 | 36.53 | - |
| YUV | 182.65 | 111.84 | 168.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 159 | 154 | 0 | 0.34 | 0.36 | 0.06 | 3.49 | 0.74 | 0.77 |
| Hex | F0 | 9F | 9A | 0 | 22 | 24 | 6 | 3 | 4A | 4D |
| Octal | 360 | 237 | 232 | 0 | 42 | 44 | 6 | 3 | 112 | 115 |
| Binary | 11110000 | 10011111 | 10011010 | 0 | 100010 | 100100 | 110 | 11 | 1001010 | 1001101 |
Color Harmonies of #F09F9A
Complementary color
Monochromatic Colors of #F09F9A
Black with #F09F9A
Text Example
Text Example
White with #F09F9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F09F9A; }
p { color: rgb(240,159,154); }
H1.HeaderClassName
{
color: #F09F9A;
}
.AnyTagClassName
{
color: #F09F9A;
}
</style>
background-color css
<style>
a { background-color: #F09F9A; }
a { background-color: rgb(240,159,154); }
div.DivClassName
{
background-color: #F09F9A;
}
.BgClassName
{
background-color: #F09F9A;
}
</style>
border-color css
<style>
span { border-color: #F09F9A; }
span { border-color: rgb(240,159,154); }
td.TdClassName
{
border-color: #F09F9A;
}
.TagClassName
{
border-color: #F09F9A;
}
</style>