Shades of Sweet Pink #F09083
Tints of Sweet Pink #F09083
RGB
CMYK
RGB Variations
Color information
#F09083 (or 0xF09083) is known color: Sweet Pink. HEX triplet: F0, 90 and 83. RGB value is (240,144,131). Sum of RGB (Red+Green+Blue) = 240+144+131=515 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.60% from 515); Green value is 144 (56.64% from 255 or 27.96% from 515); Blue value is 131 (51.56% from 255 or 25.44% from 515); Max value from RGB is 240 - color contains mainly: red. Hex color #F09083 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F09083 is #0F6F7C. Grayscale: #ABABAB. Windows color (decimal): -1011581 or 8622320. OLE color: 8622320.
HSL color Cylindrical-coordinate representation of color #F09083: hue angle of 7.16º 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 #F09083 is Cyan = 0, Magento = 0.4, Yellow = 0.45 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 144 | 131 | - |
| CMYK | 0 | 0.4 | 0.45 | 0.06 |
| HSL | 7.16º | 0.78% | 0.73% | - |
| HSV(B) | 7.16º | 0.45% | 0.94% | - |
| XYZ | 50.01 | 40.11 | 26.58 | - |
| YUV | 171.22 | 105.3 | 177.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 144 | 131 | 0 | 0.4 | 0.45 | 0.06 | 7.16 | 0.78 | 0.73 |
| Hex | F0 | 90 | 83 | 0 | 28 | 2D | 6 | 7 | 4E | 49 |
| Octal | 360 | 220 | 203 | 0 | 50 | 55 | 6 | 7 | 116 | 111 |
| Binary | 11110000 | 10010000 | 10000011 | 0 | 101000 | 101101 | 110 | 111 | 1001110 | 1001001 |
Color Harmonies of #F09083
Complementary color
Monochromatic Colors of #F09083
Black with #F09083
Text Example
Text Example
White with #F09083
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F09083; }
p { color: rgb(240,144,131); }
H1.HeaderClassName
{
color: #F09083;
}
.AnyTagClassName
{
color: #F09083;
}
</style>
background-color css
<style>
a { background-color: #F09083; }
a { background-color: rgb(240,144,131); }
div.DivClassName
{
background-color: #F09083;
}
.BgClassName
{
background-color: #F09083;
}
</style>
border-color css
<style>
span { border-color: #F09083; }
span { border-color: rgb(240,144,131); }
td.TdClassName
{
border-color: #F09083;
}
.TagClassName
{
border-color: #F09083;
}
</style>