Shades of Wewak #F2929A
Tints of Wewak #F2929A
RGB
CMYK
RGB Variations
Color information
#F2929A (or 0xF2929A) is known color: Wewak. HEX triplet: F2, 92 and 9A. RGB value is (242,146,154). Sum of RGB (Red+Green+Blue) = 242+146+154=542 (71% of max value = 765). Red value is 242 (94.92% from 255 or 44.65% from 542); Green value is 146 (57.42% from 255 or 26.94% from 542); Blue value is 154 (60.55% from 255 or 28.41% from 542); Max value from RGB is 242 - color contains mainly: red. Hex color #F2929A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F2929A is #0D6D65. Grayscale: #AFAFAF. Windows color (decimal): -879974 or 10130162. OLE color: 10130162.
HSL color Cylindrical-coordinate representation of color #F2929A: hue angle of 355º 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 #F2929A is Cyan = 0, Magento = 0.40, Yellow = 0.36 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 146 | 154 | - |
| CMYK | 0 | 0.40 | 0.36 | 0.05 |
| HSL | 355º | 0.79% | 0.76% | - |
| HSV(B) | 355º | 0.4% | 0.95% | - |
| XYZ | 52.73 | 41.77 | 35.85 | - |
| YUV | 175.62 | 115.8 | 175.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 146 | 154 | 0 | 0.40 | 0.36 | 0.05 | 355 | 0.79 | 0.76 |
| Hex | F2 | 92 | 9A | 0 | 28 | 24 | 5 | 163 | 4F | 4C |
| Octal | 362 | 222 | 232 | 0 | 50 | 44 | 5 | 543 | 117 | 114 |
| Binary | 11110010 | 10010010 | 10011010 | 0 | 101000 | 100100 | 101 | 101100011 | 1001111 | 1001100 |
Color Harmonies of #F2929A
Complementary color
Monochromatic Colors of #F2929A
Black with #F2929A
Text Example
Text Example
White with #F2929A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2929A; }
p { color: rgb(242,146,154); }
H1.HeaderClassName
{
color: #F2929A;
}
.AnyTagClassName
{
color: #F2929A;
}
</style>
background-color css
<style>
a { background-color: #F2929A; }
a { background-color: rgb(242,146,154); }
div.DivClassName
{
background-color: #F2929A;
}
.BgClassName
{
background-color: #F2929A;
}
</style>
border-color css
<style>
span { border-color: #F2929A; }
span { border-color: rgb(242,146,154); }
td.TdClassName
{
border-color: #F2929A;
}
.TagClassName
{
border-color: #F2929A;
}
</style>