Shades of Sweet Pink #F09084
Tints of Sweet Pink #F09084
RGB
CMYK
RGB Variations
Color information
#F09084 (or 0xF09084) is known color: Sweet Pink. HEX triplet: F0, 90 and 84. RGB value is (240,144,132). Sum of RGB (Red+Green+Blue) = 240+144+132=516 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.51% from 516); Green value is 144 (56.64% from 255 or 27.91% from 516); Blue value is 132 (51.95% from 255 or 25.58% from 516); Max value from RGB is 240 - color contains mainly: red. Hex color #F09084 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F09084 is #0F6F7B. Grayscale: #ABABAB. Windows color (decimal): -1011580 or 8687856. OLE color: 8687856.
HSL color Cylindrical-coordinate representation of color #F09084: hue angle of 6.67º degrees, saturation: 0.78, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F09084 is Cyan = 0, Magento = 0.4, Yellow = 0.45 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 144 | 132 | - |
| CMYK | 0 | 0.4 | 0.45 | 0.06 |
| HSL | 6.67º | 0.78% | 0.73% | - |
| HSV(B) | 6.67º | 0.45% | 0.94% | - |
| XYZ | 50.07 | 40.14 | 26.94 | - |
| YUV | 171.34 | 105.8 | 176.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 144 | 132 | 0 | 0.4 | 0.45 | 0.06 | 6.67 | 0.78 | 0.73 |
| Hex | F0 | 90 | 84 | 0 | 28 | 2D | 6 | 7 | 4E | 49 |
| Octal | 360 | 220 | 204 | 0 | 50 | 55 | 6 | 7 | 116 | 111 |
| Binary | 11110000 | 10010000 | 10000100 | 0 | 101000 | 101101 | 110 | 111 | 1001110 | 1001001 |
Color Harmonies of #F09084
Complementary color
Monochromatic Colors of #F09084
Black with #F09084
Text Example
Text Example
White with #F09084
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F09084; }
p { color: rgb(240,144,132); }
H1.HeaderClassName
{
color: #F09084;
}
.AnyTagClassName
{
color: #F09084;
}
</style>
background-color css
<style>
a { background-color: #F09084; }
a { background-color: rgb(240,144,132); }
div.DivClassName
{
background-color: #F09084;
}
.BgClassName
{
background-color: #F09084;
}
</style>
border-color css
<style>
span { border-color: #F09084; }
span { border-color: rgb(240,144,132); }
td.TdClassName
{
border-color: #F09084;
}
.TagClassName
{
border-color: #F09084;
}
</style>