Shades of Wewak #F28590
Tints of Wewak #F28590
RGB
CMYK
RGB Variations
Color information
#F28590 (or 0xF28590) is known color: Wewak. HEX triplet: F2, 85 and 90. RGB value is (242,133,144). Sum of RGB (Red+Green+Blue) = 242+133+144=519 (68% of max value = 765). Red value is 242 (94.92% from 255 or 46.63% from 519); Green value is 133 (52.34% from 255 or 25.63% from 519); Blue value is 144 (56.64% from 255 or 27.75% from 519); Max value from RGB is 242 - color contains mainly: red. Hex color #F28590 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F28590 is #0D7A6F. Grayscale: #A6A6A6. Windows color (decimal): -883312 or 9471474. OLE color: 9471474.
HSL color Cylindrical-coordinate representation of color #F28590: hue angle of 353.94º degrees, saturation: 0.81, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F28590 is Cyan = 0, Magento = 0.45, Yellow = 0.40 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 133 | 144 | - |
| CMYK | 0 | 0.45 | 0.40 | 0.05 |
| HSL | 353.94º | 0.81% | 0.74% | - |
| HSV(B) | 353.94º | 0.45% | 0.95% | - |
| XYZ | 50.04 | 37.67 | 31.02 | - |
| YUV | 166.85 | 115.11 | 181.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 133 | 144 | 0 | 0.45 | 0.40 | 0.05 | 353.94 | 0.81 | 0.74 |
| Hex | F2 | 85 | 90 | 0 | 2D | 28 | 5 | 162 | 51 | 4A |
| Octal | 362 | 205 | 220 | 0 | 55 | 50 | 5 | 542 | 121 | 112 |
| Binary | 11110010 | 10000101 | 10010000 | 0 | 101101 | 101000 | 101 | 101100010 | 1010001 | 1001010 |
Color Harmonies of #F28590
Complementary color
Monochromatic Colors of #F28590
Black with #F28590
Text Example
Text Example
White with #F28590
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F28590; }
p { color: rgb(242,133,144); }
H1.HeaderClassName
{
color: #F28590;
}
.AnyTagClassName
{
color: #F28590;
}
</style>
background-color css
<style>
a { background-color: #F28590; }
a { background-color: rgb(242,133,144); }
div.DivClassName
{
background-color: #F28590;
}
.BgClassName
{
background-color: #F28590;
}
</style>
border-color css
<style>
span { border-color: #F28590; }
span { border-color: rgb(242,133,144); }
td.TdClassName
{
border-color: #F28590;
}
.TagClassName
{
border-color: #F28590;
}
</style>