Shades of Wewak #F2909D
Tints of Wewak #F2909D
RGB
CMYK
RGB Variations
Color information
#F2909D (or 0xF2909D) is known color: Wewak. HEX triplet: F2, 90 and 9D. RGB value is (242,144,157). Sum of RGB (Red+Green+Blue) = 242+144+157=543 (71% of max value = 765). Red value is 242 (94.92% from 255 or 44.57% from 543); Green value is 144 (56.64% from 255 or 26.52% from 543); Blue value is 157 (61.72% from 255 or 28.91% from 543); Max value from RGB is 242 - color contains mainly: red. Hex color #F2909D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F2909D is #0D6F62. Grayscale: #AEAEAE. Windows color (decimal): -880483 or 10326258. OLE color: 10326258.
HSL color Cylindrical-coordinate representation of color #F2909D: hue angle of 352.04º degrees, saturation: 0.79, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F2909D is Cyan = 0, Magento = 0.40, Yellow = 0.35 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 144 | 157 | - |
| CMYK | 0 | 0.40 | 0.35 | 0.05 |
| HSL | 352.04º | 0.79% | 0.76% | - |
| HSV(B) | 352.04º | 0.4% | 0.95% | - |
| XYZ | 52.68 | 41.26 | 37.09 | - |
| YUV | 174.78 | 117.97 | 175.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 144 | 157 | 0 | 0.40 | 0.35 | 0.05 | 352.04 | 0.79 | 0.76 |
| Hex | F2 | 90 | 9D | 0 | 28 | 23 | 5 | 160 | 4F | 4C |
| Octal | 362 | 220 | 235 | 0 | 50 | 43 | 5 | 540 | 117 | 114 |
| Binary | 11110010 | 10010000 | 10011101 | 0 | 101000 | 100011 | 101 | 101100000 | 1001111 | 1001100 |
Color Harmonies of #F2909D
Complementary color
Monochromatic Colors of #F2909D
Black with #F2909D
Text Example
Text Example
White with #F2909D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2909D; }
p { color: rgb(242,144,157); }
H1.HeaderClassName
{
color: #F2909D;
}
.AnyTagClassName
{
color: #F2909D;
}
</style>
background-color css
<style>
a { background-color: #F2909D; }
a { background-color: rgb(242,144,157); }
div.DivClassName
{
background-color: #F2909D;
}
.BgClassName
{
background-color: #F2909D;
}
</style>
border-color css
<style>
span { border-color: #F2909D; }
span { border-color: rgb(242,144,157); }
td.TdClassName
{
border-color: #F2909D;
}
.TagClassName
{
border-color: #F2909D;
}
</style>