Shades of Wewak #F2999D
Tints of Wewak #F2999D
RGB
CMYK
RGB Variations
Color information
#F2999D (or 0xF2999D) is known color: Wewak. HEX triplet: F2, 99 and 9D. RGB value is (242,153,157). Sum of RGB (Red+Green+Blue) = 242+153+157=552 (73% of max value = 765). Red value is 242 (94.92% from 255 or 43.84% from 552); Green value is 153 (60.16% from 255 or 27.72% from 552); Blue value is 157 (61.72% from 255 or 28.44% from 552); Max value from RGB is 242 - color contains mainly: red. Hex color #F2999D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F2999D is #0D6662. Grayscale: #B4B4B4. Windows color (decimal): -878179 or 10328562. OLE color: 10328562.
HSL color Cylindrical-coordinate representation of color #F2999D: hue angle of 357.3º degrees, saturation: 0.77, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #F2999D is Cyan = 0, Magento = 0.37, Yellow = 0.35 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 153 | 157 | - |
| CMYK | 0 | 0.37 | 0.35 | 0.05 |
| HSL | 357.3º | 0.77% | 0.77% | - |
| HSV(B) | 357.3º | 0.37% | 0.95% | - |
| XYZ | 54.09 | 44.09 | 37.56 | - |
| YUV | 180.07 | 114.99 | 172.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 153 | 157 | 0 | 0.37 | 0.35 | 0.05 | 357.3 | 0.77 | 0.77 |
| Hex | F2 | 99 | 9D | 0 | 25 | 23 | 5 | 165 | 4D | 4D |
| Octal | 362 | 231 | 235 | 0 | 45 | 43 | 5 | 545 | 115 | 115 |
| Binary | 11110010 | 10011001 | 10011101 | 0 | 100101 | 100011 | 101 | 101100101 | 1001101 | 1001101 |
Color Harmonies of #F2999D
Complementary color
Monochromatic Colors of #F2999D
Black with #F2999D
Text Example
Text Example
White with #F2999D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2999D; }
p { color: rgb(242,153,157); }
H1.HeaderClassName
{
color: #F2999D;
}
.AnyTagClassName
{
color: #F2999D;
}
</style>
background-color css
<style>
a { background-color: #F2999D; }
a { background-color: rgb(242,153,157); }
div.DivClassName
{
background-color: #F2999D;
}
.BgClassName
{
background-color: #F2999D;
}
</style>
border-color css
<style>
span { border-color: #F2999D; }
span { border-color: rgb(242,153,157); }
td.TdClassName
{
border-color: #F2999D;
}
.TagClassName
{
border-color: #F2999D;
}
</style>