Shades of Wewak #F2999F
Tints of Wewak #F2999F
RGB
CMYK
RGB Variations
Color information
#F2999F (or 0xF2999F) is known color: Wewak. HEX triplet: F2, 99 and 9F. RGB value is (242,153,159). Sum of RGB (Red+Green+Blue) = 242+153+159=554 (73% of max value = 765). Red value is 242 (94.92% from 255 or 43.68% from 554); Green value is 153 (60.16% from 255 or 27.62% from 554); Blue value is 159 (62.5% from 255 or 28.70% from 554); Max value from RGB is 242 - color contains mainly: red. Hex color #F2999F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F2999F is #0D6660. Grayscale: #B4B4B4. Windows color (decimal): -878177 or 10459634. OLE color: 10459634.
HSL color Cylindrical-coordinate representation of color #F2999F: hue angle of 355.96º 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 #F2999F is Cyan = 0, Magento = 0.37, Yellow = 0.34 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 153 | 159 | - |
| CMYK | 0 | 0.37 | 0.34 | 0.05 |
| HSL | 355.96º | 0.77% | 0.77% | - |
| HSV(B) | 355.96º | 0.37% | 0.95% | - |
| XYZ | 54.27 | 44.16 | 38.46 | - |
| YUV | 180.3 | 115.99 | 172.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 153 | 159 | 0 | 0.37 | 0.34 | 0.05 | 355.96 | 0.77 | 0.77 |
| Hex | F2 | 99 | 9F | 0 | 25 | 22 | 5 | 164 | 4D | 4D |
| Octal | 362 | 231 | 237 | 0 | 45 | 42 | 5 | 544 | 115 | 115 |
| Binary | 11110010 | 10011001 | 10011111 | 0 | 100101 | 100010 | 101 | 101100100 | 1001101 | 1001101 |
Color Harmonies of #F2999F
Complementary color
Monochromatic Colors of #F2999F
Black with #F2999F
Text Example
Text Example
White with #F2999F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2999F; }
p { color: rgb(242,153,159); }
H1.HeaderClassName
{
color: #F2999F;
}
.AnyTagClassName
{
color: #F2999F;
}
</style>
background-color css
<style>
a { background-color: #F2999F; }
a { background-color: rgb(242,153,159); }
div.DivClassName
{
background-color: #F2999F;
}
.BgClassName
{
background-color: #F2999F;
}
</style>
border-color css
<style>
span { border-color: #F2999F; }
span { border-color: rgb(242,153,159); }
td.TdClassName
{
border-color: #F2999F;
}
.TagClassName
{
border-color: #F2999F;
}
</style>