Shades of Wewak #F2919F
Tints of Wewak #F2919F
RGB
CMYK
RGB Variations
Color information
#F2919F (or 0xF2919F) is known color: Wewak. HEX triplet: F2, 91 and 9F. RGB value is (242,145,159). Sum of RGB (Red+Green+Blue) = 242+145+159=546 (72% of max value = 765). Red value is 242 (94.92% from 255 or 44.32% from 546); Green value is 145 (57.03% from 255 or 26.56% from 546); Blue value is 159 (62.5% from 255 or 29.12% from 546); Max value from RGB is 242 - color contains mainly: red. Hex color #F2919F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F2919F is #0D6E60. Grayscale: #AFAFAF. Windows color (decimal): -880225 or 10457586. OLE color: 10457586.
HSL color Cylindrical-coordinate representation of color #F2919F: hue angle of 351.34º 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 #F2919F is Cyan = 0, Magento = 0.40, Yellow = 0.34 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 145 | 159 | - |
| CMYK | 0 | 0.40 | 0.34 | 0.05 |
| HSL | 351.34º | 0.79% | 0.76% | - |
| HSV(B) | 351.34º | 0.4% | 0.95% | - |
| XYZ | 53 | 41.63 | 38.04 | - |
| YUV | 175.6 | 118.64 | 175.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 145 | 159 | 0 | 0.40 | 0.34 | 0.05 | 351.34 | 0.79 | 0.76 |
| Hex | F2 | 91 | 9F | 0 | 28 | 22 | 5 | 15F | 4F | 4C |
| Octal | 362 | 221 | 237 | 0 | 50 | 42 | 5 | 537 | 117 | 114 |
| Binary | 11110010 | 10010001 | 10011111 | 0 | 101000 | 100010 | 101 | 101011111 | 1001111 | 1001100 |
Color Harmonies of #F2919F
Complementary color
Monochromatic Colors of #F2919F
Black with #F2919F
Text Example
Text Example
White with #F2919F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2919F; }
p { color: rgb(242,145,159); }
H1.HeaderClassName
{
color: #F2919F;
}
.AnyTagClassName
{
color: #F2919F;
}
</style>
background-color css
<style>
a { background-color: #F2919F; }
a { background-color: rgb(242,145,159); }
div.DivClassName
{
background-color: #F2919F;
}
.BgClassName
{
background-color: #F2919F;
}
</style>
border-color css
<style>
span { border-color: #F2919F; }
span { border-color: rgb(242,145,159); }
td.TdClassName
{
border-color: #F2919F;
}
.TagClassName
{
border-color: #F2919F;
}
</style>