Shades of Wewak #F2919C
Tints of Wewak #F2919C
RGB
CMYK
RGB Variations
Color information
#F2919C (or 0xF2919C) is known color: Wewak. HEX triplet: F2, 91 and 9C. RGB value is (242,145,156). Sum of RGB (Red+Green+Blue) = 242+145+156=543 (71% of max value = 765). Red value is 242 (94.92% from 255 or 44.57% from 543); Green value is 145 (57.03% from 255 or 26.70% from 543); Blue value is 156 (61.33% from 255 or 28.73% from 543); Max value from RGB is 242 - color contains mainly: red. Hex color #F2919C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F2919C is #0D6E63. Grayscale: #AFAFAF. Windows color (decimal): -880228 or 10260978. OLE color: 10260978.
HSL color Cylindrical-coordinate representation of color #F2919C: hue angle of 353.2º 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 #F2919C is Cyan = 0, Magento = 0.40, Yellow = 0.36 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 145 | 156 | - |
| CMYK | 0 | 0.40 | 0.36 | 0.05 |
| HSL | 353.2º | 0.79% | 0.76% | - |
| HSV(B) | 353.2º | 0.4% | 0.95% | - |
| XYZ | 52.74 | 41.53 | 36.69 | - |
| YUV | 175.26 | 117.14 | 175.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 145 | 156 | 0 | 0.40 | 0.36 | 0.05 | 353.2 | 0.79 | 0.76 |
| Hex | F2 | 91 | 9C | 0 | 28 | 24 | 5 | 161 | 4F | 4C |
| Octal | 362 | 221 | 234 | 0 | 50 | 44 | 5 | 541 | 117 | 114 |
| Binary | 11110010 | 10010001 | 10011100 | 0 | 101000 | 100100 | 101 | 101100001 | 1001111 | 1001100 |
Color Harmonies of #F2919C
Complementary color
Monochromatic Colors of #F2919C
Black with #F2919C
Text Example
Text Example
White with #F2919C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2919C; }
p { color: rgb(242,145,156); }
H1.HeaderClassName
{
color: #F2919C;
}
.AnyTagClassName
{
color: #F2919C;
}
</style>
background-color css
<style>
a { background-color: #F2919C; }
a { background-color: rgb(242,145,156); }
div.DivClassName
{
background-color: #F2919C;
}
.BgClassName
{
background-color: #F2919C;
}
</style>
border-color css
<style>
span { border-color: #F2919C; }
span { border-color: rgb(242,145,156); }
td.TdClassName
{
border-color: #F2919C;
}
.TagClassName
{
border-color: #F2919C;
}
</style>