Shades of Wewak #F28895
Tints of Wewak #F28895
RGB
CMYK
RGB Variations
Color information
#F28895 (or 0xF28895) is known color: Wewak. HEX triplet: F2, 88 and 95. RGB value is (242,136,149). Sum of RGB (Red+Green+Blue) = 242+136+149=527 (69% of max value = 765). Red value is 242 (94.92% from 255 or 45.92% from 527); Green value is 136 (53.52% from 255 or 25.81% from 527); Blue value is 149 (58.59% from 255 or 28.27% from 527); Max value from RGB is 242 - color contains mainly: red. Hex color #F28895 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F28895 is #0D776A. Grayscale: #A9A9A9. Windows color (decimal): -882539 or 9799922. OLE color: 9799922.
HSL color Cylindrical-coordinate representation of color #F28895: hue angle of 352.64º degrees, saturation: 0.8, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F28895 is Cyan = 0, Magento = 0.44, Yellow = 0.38 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 136 | 149 | - |
| CMYK | 0 | 0.44 | 0.38 | 0.05 |
| HSL | 352.64º | 0.8% | 0.74% | - |
| HSV(B) | 352.64º | 0.44% | 0.95% | - |
| XYZ | 50.85 | 38.66 | 33.22 | - |
| YUV | 169.18 | 116.62 | 179.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 136 | 149 | 0 | 0.44 | 0.38 | 0.05 | 352.64 | 0.8 | 0.74 |
| Hex | F2 | 88 | 95 | 0 | 2C | 26 | 5 | 161 | 50 | 4A |
| Octal | 362 | 210 | 225 | 0 | 54 | 46 | 5 | 541 | 120 | 112 |
| Binary | 11110010 | 10001000 | 10010101 | 0 | 101100 | 100110 | 101 | 101100001 | 1010000 | 1001010 |
Color Harmonies of #F28895
Complementary color
Monochromatic Colors of #F28895
Black with #F28895
Text Example
Text Example
White with #F28895
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F28895; }
p { color: rgb(242,136,149); }
H1.HeaderClassName
{
color: #F28895;
}
.AnyTagClassName
{
color: #F28895;
}
</style>
background-color css
<style>
a { background-color: #F28895; }
a { background-color: rgb(242,136,149); }
div.DivClassName
{
background-color: #F28895;
}
.BgClassName
{
background-color: #F28895;
}
</style>
border-color css
<style>
span { border-color: #F28895; }
span { border-color: rgb(242,136,149); }
td.TdClassName
{
border-color: #F28895;
}
.TagClassName
{
border-color: #F28895;
}
</style>