Shades of Sweet Pink #F39090
Tints of Sweet Pink #F39090
RGB
CMYK
RGB Variations
Color information
#F39090 (or 0xF39090) is known color: Sweet Pink. HEX triplet: F3, 90 and 90. RGB value is (243,144,144). Sum of RGB (Red+Green+Blue) = 243+144+144=531 (70% of max value = 765). Red value is 243 (95.31% from 255 or 45.76% from 531); Green value is 144 (56.64% from 255 or 27.12% from 531); Blue value is 144 (56.64% from 255 or 27.12% from 531); Max value from RGB is 243 - color contains mainly: red. Hex color #F39090 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F39090 is #0C6F6F. Grayscale: #ADADAD. Windows color (decimal): -814960 or 9474291. OLE color: 9474291.
HSL color Cylindrical-coordinate representation of color #F39090: hue angle of 0º degrees, saturation: 0.8, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F39090 is Cyan = 0, Magento = 0.41, Yellow = 0.41 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 144 | 144 | - |
| CMYK | 0 | 0.41 | 0.41 | 0.05 |
| HSL | 0º | 0.8% | 0.76% | - |
| HSV(B) | 0º | 0.41% | 0.95% | - |
| XYZ | 51.97 | 41.01 | 31.56 | - |
| YUV | 173.6 | 111.3 | 177.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 144 | 144 | 0 | 0.41 | 0.41 | 0.05 | 0 | 0.8 | 0.76 |
| Hex | F3 | 90 | 90 | 0 | 29 | 29 | 5 | 0 | 50 | 4C |
| Octal | 363 | 220 | 220 | 0 | 51 | 51 | 5 | 0 | 120 | 114 |
| Binary | 11110011 | 10010000 | 10010000 | 0 | 101001 | 101001 | 101 | 0 | 1010000 | 1001100 |
Color Harmonies of #F39090
Complementary color
Monochromatic Colors of #F39090
Black with #F39090
Text Example
Text Example
White with #F39090
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F39090; }
p { color: rgb(243,144,144); }
H1.HeaderClassName
{
color: #F39090;
}
.AnyTagClassName
{
color: #F39090;
}
</style>
background-color css
<style>
a { background-color: #F39090; }
a { background-color: rgb(243,144,144); }
div.DivClassName
{
background-color: #F39090;
}
.BgClassName
{
background-color: #F39090;
}
</style>
border-color css
<style>
span { border-color: #F39090; }
span { border-color: rgb(243,144,144); }
td.TdClassName
{
border-color: #F39090;
}
.TagClassName
{
border-color: #F39090;
}
</style>