Shades of Wewak #F2939D
Tints of Wewak #F2939D
RGB
CMYK
RGB Variations
Color information
#F2939D (or 0xF2939D) is known color: Wewak. HEX triplet: F2, 93 and 9D. RGB value is (242,147,157). Sum of RGB (Red+Green+Blue) = 242+147+157=546 (72% of max value = 765). Red value is 242 (94.92% from 255 or 44.32% from 546); Green value is 147 (57.81% from 255 or 26.92% from 546); Blue value is 157 (61.72% from 255 or 28.75% from 546); Max value from RGB is 242 - color contains mainly: red. Hex color #F2939D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F2939D is #0D6C62. Grayscale: #B0B0B0. Windows color (decimal): -879715 or 10327026. OLE color: 10327026.
HSL color Cylindrical-coordinate representation of color #F2939D: hue angle of 353.68º degrees, saturation: 0.79, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F2939D is Cyan = 0, Magento = 0.39, Yellow = 0.35 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 147 | 157 | - |
| CMYK | 0 | 0.39 | 0.35 | 0.05 |
| HSL | 353.68º | 0.79% | 0.76% | - |
| HSV(B) | 353.68º | 0.39% | 0.95% | - |
| XYZ | 53.14 | 42.18 | 37.24 | - |
| YUV | 176.55 | 116.97 | 174.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 147 | 157 | 0 | 0.39 | 0.35 | 0.05 | 353.68 | 0.79 | 0.76 |
| Hex | F2 | 93 | 9D | 0 | 27 | 23 | 5 | 162 | 4F | 4C |
| Octal | 362 | 223 | 235 | 0 | 47 | 43 | 5 | 542 | 117 | 114 |
| Binary | 11110010 | 10010011 | 10011101 | 0 | 100111 | 100011 | 101 | 101100010 | 1001111 | 1001100 |
Color Harmonies of #F2939D
Complementary color
Monochromatic Colors of #F2939D
Black with #F2939D
Text Example
Text Example
White with #F2939D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2939D; }
p { color: rgb(242,147,157); }
H1.HeaderClassName
{
color: #F2939D;
}
.AnyTagClassName
{
color: #F2939D;
}
</style>
background-color css
<style>
a { background-color: #F2939D; }
a { background-color: rgb(242,147,157); }
div.DivClassName
{
background-color: #F2939D;
}
.BgClassName
{
background-color: #F2939D;
}
</style>
border-color css
<style>
span { border-color: #F2939D; }
span { border-color: rgb(242,147,157); }
td.TdClassName
{
border-color: #F2939D;
}
.TagClassName
{
border-color: #F2939D;
}
</style>