Shades of Sweet Pink #F0928E
Tints of Sweet Pink #F0928E
RGB
CMYK
RGB Variations
Color information
#F0928E (or 0xF0928E) is known color: Sweet Pink. HEX triplet: F0, 92 and 8E. RGB value is (240,146,142). Sum of RGB (Red+Green+Blue) = 240+146+142=528 (69% of max value = 765). Red value is 240 (94.14% from 255 or 45.45% from 528); Green value is 146 (57.42% from 255 or 27.65% from 528); Blue value is 142 (55.86% from 255 or 26.89% from 528); Max value from RGB is 240 - color contains mainly: red. Hex color #F0928E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F0928E is #0F6D71. Grayscale: #ADADAD. Windows color (decimal): -1011058 or 9343728. OLE color: 9343728.
HSL color Cylindrical-coordinate representation of color #F0928E: hue angle of 2.45º degrees, saturation: 0.77, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F0928E is Cyan = 0, Magento = 0.39, Yellow = 0.41 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 146 | 142 | - |
| CMYK | 0 | 0.39 | 0.41 | 0.06 |
| HSL | 2.45º | 0.77% | 0.75% | - |
| HSV(B) | 2.45º | 0.41% | 0.94% | - |
| XYZ | 51.1 | 41.04 | 30.82 | - |
| YUV | 173.65 | 110.14 | 175.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 146 | 142 | 0 | 0.39 | 0.41 | 0.06 | 2.45 | 0.77 | 0.75 |
| Hex | F0 | 92 | 8E | 0 | 27 | 29 | 6 | 2 | 4D | 4B |
| Octal | 360 | 222 | 216 | 0 | 47 | 51 | 6 | 2 | 115 | 113 |
| Binary | 11110000 | 10010010 | 10001110 | 0 | 100111 | 101001 | 110 | 10 | 1001101 | 1001011 |
Color Harmonies of #F0928E
Complementary color
Monochromatic Colors of #F0928E
Black with #F0928E
Text Example
Text Example
White with #F0928E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0928E; }
p { color: rgb(240,146,142); }
H1.HeaderClassName
{
color: #F0928E;
}
.AnyTagClassName
{
color: #F0928E;
}
</style>
background-color css
<style>
a { background-color: #F0928E; }
a { background-color: rgb(240,146,142); }
div.DivClassName
{
background-color: #F0928E;
}
.BgClassName
{
background-color: #F0928E;
}
</style>
border-color css
<style>
span { border-color: #F0928E; }
span { border-color: rgb(240,146,142); }
td.TdClassName
{
border-color: #F0928E;
}
.TagClassName
{
border-color: #F0928E;
}
</style>