Shades of Wewak #F48F90
Tints of Wewak #F48F90
RGB
CMYK
RGB Variations
Color information
#F48F90 (or 0xF48F90) is known color: Wewak. HEX triplet: F4, 8F and 90. RGB value is (244,143,144). Sum of RGB (Red+Green+Blue) = 244+143+144=531 (70% of max value = 765). Red value is 244 (95.70% from 255 or 45.95% from 531); Green value is 143 (56.25% from 255 or 26.93% from 531); Blue value is 144 (56.64% from 255 or 27.12% from 531); Max value from RGB is 244 - color contains mainly: red. Hex color #F48F90 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F48F90 is #0B706F. Grayscale: #ADADAD. Windows color (decimal): -749680 or 9474036. OLE color: 9474036.
HSL color Cylindrical-coordinate representation of color #F48F90: hue angle of 359.41º degrees, saturation: 0.82, 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 #F48F90 is Cyan = 0, Magento = 0.41, Yellow = 0.41 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 143 | 144 | - |
| CMYK | 0 | 0.41 | 0.41 | 0.04 |
| HSL | 359.41º | 0.82% | 0.76% | - |
| HSV(B) | 359.41º | 0.41% | 0.96% | - |
| XYZ | 52.16 | 40.89 | 31.53 | - |
| YUV | 173.31 | 111.46 | 178.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 143 | 144 | 0 | 0.41 | 0.41 | 0.04 | 359.41 | 0.82 | 0.76 |
| Hex | F4 | 8F | 90 | 0 | 29 | 29 | 4 | 167 | 52 | 4C |
| Octal | 364 | 217 | 220 | 0 | 51 | 51 | 4 | 547 | 122 | 114 |
| Binary | 11110100 | 10001111 | 10010000 | 0 | 101001 | 101001 | 100 | 101100111 | 1010010 | 1001100 |
Color Harmonies of #F48F90
Complementary color
Monochromatic Colors of #F48F90
Black with #F48F90
Text Example
Text Example
White with #F48F90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F48F90; }
p { color: rgb(244,143,144); }
H1.HeaderClassName
{
color: #F48F90;
}
.AnyTagClassName
{
color: #F48F90;
}
</style>
background-color css
<style>
a { background-color: #F48F90; }
a { background-color: rgb(244,143,144); }
div.DivClassName
{
background-color: #F48F90;
}
.BgClassName
{
background-color: #F48F90;
}
</style>
border-color css
<style>
span { border-color: #F48F90; }
span { border-color: rgb(244,143,144); }
td.TdClassName
{
border-color: #F48F90;
}
.TagClassName
{
border-color: #F48F90;
}
</style>