Shades of Wewak #F2939C
Tints of Wewak #F2939C
RGB
CMYK
RGB Variations
Color information
#F2939C (or 0xF2939C) is known color: Wewak. HEX triplet: F2, 93 and 9C. RGB value is (242,147,156). Sum of RGB (Red+Green+Blue) = 242+147+156=545 (72% of max value = 765). Red value is 242 (94.92% from 255 or 44.40% from 545); Green value is 147 (57.81% from 255 or 26.97% from 545); Blue value is 156 (61.33% from 255 or 28.62% from 545); Max value from RGB is 242 - color contains mainly: red. Hex color #F2939C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F2939C is #0D6C63. Grayscale: #B0B0B0. Windows color (decimal): -879716 or 10261490. OLE color: 10261490.
HSL color Cylindrical-coordinate representation of color #F2939C: hue angle of 354.32º 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 #F2939C is Cyan = 0, Magento = 0.39, Yellow = 0.36 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 147 | 156 | - |
| CMYK | 0 | 0.39 | 0.36 | 0.05 |
| HSL | 354.32º | 0.79% | 0.76% | - |
| HSV(B) | 354.32º | 0.39% | 0.95% | - |
| XYZ | 53.05 | 42.14 | 36.79 | - |
| YUV | 176.43 | 116.47 | 174.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 147 | 156 | 0 | 0.39 | 0.36 | 0.05 | 354.32 | 0.79 | 0.76 |
| Hex | F2 | 93 | 9C | 0 | 27 | 24 | 5 | 162 | 4F | 4C |
| Octal | 362 | 223 | 234 | 0 | 47 | 44 | 5 | 542 | 117 | 114 |
| Binary | 11110010 | 10010011 | 10011100 | 0 | 100111 | 100100 | 101 | 101100010 | 1001111 | 1001100 |
Color Harmonies of #F2939C
Complementary color
Monochromatic Colors of #F2939C
Black with #F2939C
Text Example
Text Example
White with #F2939C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2939C; }
p { color: rgb(242,147,156); }
H1.HeaderClassName
{
color: #F2939C;
}
.AnyTagClassName
{
color: #F2939C;
}
</style>
background-color css
<style>
a { background-color: #F2939C; }
a { background-color: rgb(242,147,156); }
div.DivClassName
{
background-color: #F2939C;
}
.BgClassName
{
background-color: #F2939C;
}
</style>
border-color css
<style>
span { border-color: #F2939C; }
span { border-color: rgb(242,147,156); }
td.TdClassName
{
border-color: #F2939C;
}
.TagClassName
{
border-color: #F2939C;
}
</style>