Shades of Sweet Pink #F09390
Tints of Sweet Pink #F09390
RGB
CMYK
RGB Variations
Color information
#F09390 (or 0xF09390) is known color: Sweet Pink. HEX triplet: F0, 93 and 90. RGB value is (240,147,144). Sum of RGB (Red+Green+Blue) = 240+147+144=531 (70% of max value = 765). Red value is 240 (94.14% from 255 or 45.20% from 531); Green value is 147 (57.81% from 255 or 27.68% from 531); Blue value is 144 (56.64% from 255 or 27.12% from 531); Max value from RGB is 240 - color contains mainly: red. Hex color #F09390 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F09390 is #0F6C6F. Grayscale: #AEAEAE. Windows color (decimal): -1010800 or 9475056. OLE color: 9475056.
HSL color Cylindrical-coordinate representation of color #F09390: hue angle of 1.88º degrees, saturation: 0.76, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F09390 is Cyan = 0, Magento = 0.39, Yellow = 0.4 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 147 | 144 | - |
| CMYK | 0 | 0.39 | 0.4 | 0.06 |
| HSL | 1.88º | 0.76% | 0.75% | - |
| HSV(B) | 1.88º | 0.4% | 0.94% | - |
| XYZ | 51.4 | 41.41 | 31.67 | - |
| YUV | 174.47 | 110.81 | 174.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 147 | 144 | 0 | 0.39 | 0.4 | 0.06 | 1.88 | 0.76 | 0.75 |
| Hex | F0 | 93 | 90 | 0 | 27 | 28 | 6 | 2 | 4C | 4B |
| Octal | 360 | 223 | 220 | 0 | 47 | 50 | 6 | 2 | 114 | 113 |
| Binary | 11110000 | 10010011 | 10010000 | 0 | 100111 | 101000 | 110 | 10 | 1001100 | 1001011 |
Color Harmonies of #F09390
Complementary color
Monochromatic Colors of #F09390
Black with #F09390
Text Example
Text Example
White with #F09390
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F09390; }
p { color: rgb(240,147,144); }
H1.HeaderClassName
{
color: #F09390;
}
.AnyTagClassName
{
color: #F09390;
}
</style>
background-color css
<style>
a { background-color: #F09390; }
a { background-color: rgb(240,147,144); }
div.DivClassName
{
background-color: #F09390;
}
.BgClassName
{
background-color: #F09390;
}
</style>
border-color css
<style>
span { border-color: #F09390; }
span { border-color: rgb(240,147,144); }
td.TdClassName
{
border-color: #F09390;
}
.TagClassName
{
border-color: #F09390;
}
</style>