Shades of Sweet Pink #F09082
Tints of Sweet Pink #F09082
RGB
CMYK
RGB Variations
Color information
#F09082 (or 0xF09082) is known color: Sweet Pink. HEX triplet: F0, 90 and 82. RGB value is (240,144,130). Sum of RGB (Red+Green+Blue) = 240+144+130=514 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.69% from 514); Green value is 144 (56.64% from 255 or 28.02% from 514); Blue value is 130 (51.17% from 255 or 25.29% from 514); Max value from RGB is 240 - color contains mainly: red. Hex color #F09082 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F09082 is #0F6F7D. Grayscale: #ABABAB. Windows color (decimal): -1011582 or 8556784. OLE color: 8556784.
HSL color Cylindrical-coordinate representation of color #F09082: hue angle of 7.64º degrees, saturation: 0.79, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F09082 is Cyan = 0, Magento = 0.4, Yellow = 0.46 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 144 | 130 | - |
| CMYK | 0 | 0.4 | 0.46 | 0.06 |
| HSL | 7.64º | 0.79% | 0.73% | - |
| HSV(B) | 7.64º | 0.46% | 0.94% | - |
| XYZ | 49.94 | 40.08 | 26.22 | - |
| YUV | 171.11 | 104.8 | 177.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 144 | 130 | 0 | 0.4 | 0.46 | 0.06 | 7.64 | 0.79 | 0.73 |
| Hex | F0 | 90 | 82 | 0 | 28 | 2E | 6 | 8 | 4F | 49 |
| Octal | 360 | 220 | 202 | 0 | 50 | 56 | 6 | 10 | 117 | 111 |
| Binary | 11110000 | 10010000 | 10000010 | 0 | 101000 | 101110 | 110 | 1000 | 1001111 | 1001001 |
Color Harmonies of #F09082
Complementary color
Monochromatic Colors of #F09082
Black with #F09082
Text Example
Text Example
White with #F09082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F09082; }
p { color: rgb(240,144,130); }
H1.HeaderClassName
{
color: #F09082;
}
.AnyTagClassName
{
color: #F09082;
}
</style>
background-color css
<style>
a { background-color: #F09082; }
a { background-color: rgb(240,144,130); }
div.DivClassName
{
background-color: #F09082;
}
.BgClassName
{
background-color: #F09082;
}
</style>
border-color css
<style>
span { border-color: #F09082; }
span { border-color: rgb(240,144,130); }
td.TdClassName
{
border-color: #F09082;
}
.TagClassName
{
border-color: #F09082;
}
</style>