Shades of Sweet Pink #F08B83
Tints of Sweet Pink #F08B83
RGB
CMYK
RGB Variations
Color information
#F08B83 (or 0xF08B83) is known color: Sweet Pink. HEX triplet: F0, 8B and 83. RGB value is (240,139,131). Sum of RGB (Red+Green+Blue) = 240+139+131=510 (67% of max value = 765). Red value is 240 (94.14% from 255 or 47.06% from 510); Green value is 139 (54.69% from 255 or 27.25% from 510); Blue value is 131 (51.56% from 255 or 25.69% from 510); Max value from RGB is 240 - color contains mainly: red. Hex color #F08B83 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F08B83 is #0F747C. Grayscale: #A8A8A8. Windows color (decimal): -1012861 or 8621040. OLE color: 8621040.
HSL color Cylindrical-coordinate representation of color #F08B83: hue angle of 4.4º 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 #F08B83 is Cyan = 0, Magento = 0.42, Yellow = 0.45 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 139 | 131 | - |
| CMYK | 0 | 0.42 | 0.45 | 0.06 |
| HSL | 4.4º | 0.78% | 0.73% | - |
| HSV(B) | 4.4º | 0.45% | 0.94% | - |
| XYZ | 49.26 | 38.63 | 26.33 | - |
| YUV | 168.29 | 106.96 | 179.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 139 | 131 | 0 | 0.42 | 0.45 | 0.06 | 4.4 | 0.78 | 0.73 |
| Hex | F0 | 8B | 83 | 0 | 2A | 2D | 6 | 4 | 4E | 49 |
| Octal | 360 | 213 | 203 | 0 | 52 | 55 | 6 | 4 | 116 | 111 |
| Binary | 11110000 | 10001011 | 10000011 | 0 | 101010 | 101101 | 110 | 100 | 1001110 | 1001001 |
Color Harmonies of #F08B83
Complementary color
Monochromatic Colors of #F08B83
Black with #F08B83
Text Example
Text Example
White with #F08B83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F08B83; }
p { color: rgb(240,139,131); }
H1.HeaderClassName
{
color: #F08B83;
}
.AnyTagClassName
{
color: #F08B83;
}
</style>
background-color css
<style>
a { background-color: #F08B83; }
a { background-color: rgb(240,139,131); }
div.DivClassName
{
background-color: #F08B83;
}
.BgClassName
{
background-color: #F08B83;
}
</style>
border-color css
<style>
span { border-color: #F08B83; }
span { border-color: rgb(240,139,131); }
td.TdClassName
{
border-color: #F08B83;
}
.TagClassName
{
border-color: #F08B83;
}
</style>