Shades of Sweet Pink #F59490
Tints of Sweet Pink #F59490
RGB
CMYK
RGB Variations
Color information
#F59490 (or 0xF59490) is known color: Sweet Pink. HEX triplet: F5, 94 and 90. RGB value is (245,148,144). Sum of RGB (Red+Green+Blue) = 245+148+144=537 (71% of max value = 765). Red value is 245 (96.09% from 255 or 45.62% from 537); Green value is 148 (58.20% from 255 or 27.56% from 537); Blue value is 144 (56.64% from 255 or 26.82% from 537); Max value from RGB is 245 - color contains mainly: red. Hex color #F59490 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F59490 is #0A6B6F. Grayscale: #B0B0B0. Windows color (decimal): -682864 or 9475317. OLE color: 9475317.
HSL color Cylindrical-coordinate representation of color #F59490: hue angle of 2.38º degrees, saturation: 0.83, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F59490 is Cyan = 0, Magento = 0.40, Yellow = 0.41 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 148 | 144 | - |
| CMYK | 0 | 0.40 | 0.41 | 0.04 |
| HSL | 2.38º | 0.83% | 0.76% | - |
| HSV(B) | 2.38º | 0.41% | 0.96% | - |
| XYZ | 53.28 | 42.61 | 31.8 | - |
| YUV | 176.55 | 109.64 | 176.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 148 | 144 | 0 | 0.40 | 0.41 | 0.04 | 2.38 | 0.83 | 0.76 |
| Hex | F5 | 94 | 90 | 0 | 28 | 29 | 4 | 2 | 53 | 4C |
| Octal | 365 | 224 | 220 | 0 | 50 | 51 | 4 | 2 | 123 | 114 |
| Binary | 11110101 | 10010100 | 10010000 | 0 | 101000 | 101001 | 100 | 10 | 1010011 | 1001100 |
Color Harmonies of #F59490
Complementary color
Monochromatic Colors of #F59490
Black with #F59490
Text Example
Text Example
White with #F59490
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F59490; }
p { color: rgb(245,148,144); }
H1.HeaderClassName
{
color: #F59490;
}
.AnyTagClassName
{
color: #F59490;
}
</style>
background-color css
<style>
a { background-color: #F59490; }
a { background-color: rgb(245,148,144); }
div.DivClassName
{
background-color: #F59490;
}
.BgClassName
{
background-color: #F59490;
}
</style>
border-color css
<style>
span { border-color: #F59490; }
span { border-color: rgb(245,148,144); }
td.TdClassName
{
border-color: #F59490;
}
.TagClassName
{
border-color: #F59490;
}
</style>