Shades of Wewak #F48A8C
Tints of Wewak #F48A8C
RGB
CMYK
RGB Variations
Color information
#F48A8C (or 0xF48A8C) is known color: Wewak. HEX triplet: F4, 8A and 8C. RGB value is (244,138,140). Sum of RGB (Red+Green+Blue) = 244+138+140=522 (69% of max value = 765). Red value is 244 (95.70% from 255 or 46.74% from 522); Green value is 138 (54.30% from 255 or 26.44% from 522); Blue value is 140 (55.08% from 255 or 26.82% from 522); Max value from RGB is 244 - color contains mainly: red. Hex color #F48A8C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F48A8C is #0B7573. Grayscale: #AAAAAA. Windows color (decimal): -750964 or 9210612. OLE color: 9210612.
HSL color Cylindrical-coordinate representation of color #F48A8C: hue angle of 358.87º degrees, saturation: 0.83, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F48A8C is Cyan = 0, Magento = 0.43, Yellow = 0.43 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 138 | 140 | - |
| CMYK | 0 | 0.43 | 0.43 | 0.04 |
| HSL | 358.87º | 0.83% | 0.75% | - |
| HSV(B) | 358.87º | 0.43% | 0.96% | - |
| XYZ | 51.13 | 39.3 | 29.7 | - |
| YUV | 169.92 | 111.12 | 180.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 138 | 140 | 0 | 0.43 | 0.43 | 0.04 | 358.87 | 0.83 | 0.75 |
| Hex | F4 | 8A | 8C | 0 | 2B | 2B | 4 | 167 | 53 | 4B |
| Octal | 364 | 212 | 214 | 0 | 53 | 53 | 4 | 547 | 123 | 113 |
| Binary | 11110100 | 10001010 | 10001100 | 0 | 101011 | 101011 | 100 | 101100111 | 1010011 | 1001011 |
Color Harmonies of #F48A8C
Complementary color
Monochromatic Colors of #F48A8C
Black with #F48A8C
Text Example
Text Example
White with #F48A8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F48A8C; }
p { color: rgb(244,138,140); }
H1.HeaderClassName
{
color: #F48A8C;
}
.AnyTagClassName
{
color: #F48A8C;
}
</style>
background-color css
<style>
a { background-color: #F48A8C; }
a { background-color: rgb(244,138,140); }
div.DivClassName
{
background-color: #F48A8C;
}
.BgClassName
{
background-color: #F48A8C;
}
</style>
border-color css
<style>
span { border-color: #F48A8C; }
span { border-color: rgb(244,138,140); }
td.TdClassName
{
border-color: #F48A8C;
}
.TagClassName
{
border-color: #F48A8C;
}
</style>