Shades of Sweet Pink #F0918D
Tints of Sweet Pink #F0918D
RGB
CMYK
RGB Variations
Color information
#F0918D (or 0xF0918D) is known color: Sweet Pink. HEX triplet: F0, 91 and 8D. RGB value is (240,145,141). Sum of RGB (Red+Green+Blue) = 240+145+141=526 (69% of max value = 765). Red value is 240 (94.14% from 255 or 45.63% from 526); Green value is 145 (57.03% from 255 or 27.57% from 526); Blue value is 141 (55.47% from 255 or 26.81% from 526); Max value from RGB is 240 - color contains mainly: red. Hex color #F0918D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F0918D is #0F6E72. Grayscale: #ADADAD. Windows color (decimal): -1011315 or 9277936. OLE color: 9277936.
HSL color Cylindrical-coordinate representation of color #F0918D: hue angle of 2.42º 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 #F0918D is Cyan = 0, Magento = 0.40, Yellow = 0.41 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 145 | 141 | - |
| CMYK | 0 | 0.40 | 0.41 | 0.06 |
| HSL | 2.42º | 0.77% | 0.75% | - |
| HSV(B) | 2.42º | 0.41% | 0.94% | - |
| XYZ | 50.87 | 40.7 | 30.37 | - |
| YUV | 172.95 | 109.97 | 175.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 145 | 141 | 0 | 0.40 | 0.41 | 0.06 | 2.42 | 0.77 | 0.75 |
| Hex | F0 | 91 | 8D | 0 | 28 | 29 | 6 | 2 | 4D | 4B |
| Octal | 360 | 221 | 215 | 0 | 50 | 51 | 6 | 2 | 115 | 113 |
| Binary | 11110000 | 10010001 | 10001101 | 0 | 101000 | 101001 | 110 | 10 | 1001101 | 1001011 |
Color Harmonies of #F0918D
Complementary color
Monochromatic Colors of #F0918D
Black with #F0918D
Text Example
Text Example
White with #F0918D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0918D; }
p { color: rgb(240,145,141); }
H1.HeaderClassName
{
color: #F0918D;
}
.AnyTagClassName
{
color: #F0918D;
}
</style>
background-color css
<style>
a { background-color: #F0918D; }
a { background-color: rgb(240,145,141); }
div.DivClassName
{
background-color: #F0918D;
}
.BgClassName
{
background-color: #F0918D;
}
</style>
border-color css
<style>
span { border-color: #F0918D; }
span { border-color: rgb(240,145,141); }
td.TdClassName
{
border-color: #F0918D;
}
.TagClassName
{
border-color: #F0918D;
}
</style>