Shades of Wewak #F28F90
Tints of Wewak #F28F90
RGB
CMYK
RGB Variations
Color information
#F28F90 (or 0xF28F90) is known color: Wewak. HEX triplet: F2, 8F and 90. RGB value is (242,143,144). Sum of RGB (Red+Green+Blue) = 242+143+144=529 (70% of max value = 765). Red value is 242 (94.92% from 255 or 45.75% from 529); Green value is 143 (56.25% from 255 or 27.03% from 529); Blue value is 144 (56.64% from 255 or 27.22% from 529); Max value from RGB is 242 - color contains mainly: red. Hex color #F28F90 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F28F90 is #0D706F. Grayscale: #ACACAC. Windows color (decimal): -880752 or 9474034. OLE color: 9474034.
HSL color Cylindrical-coordinate representation of color #F28F90: hue angle of 359.39º degrees, saturation: 0.79, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F28F90 is Cyan = 0, Magento = 0.41, Yellow = 0.40 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 143 | 144 | - |
| CMYK | 0 | 0.41 | 0.40 | 0.05 |
| HSL | 359.39º | 0.79% | 0.75% | - |
| HSV(B) | 359.39º | 0.41% | 0.95% | - |
| XYZ | 51.47 | 40.54 | 31.5 | - |
| YUV | 172.72 | 111.8 | 177.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 143 | 144 | 0 | 0.41 | 0.40 | 0.05 | 359.39 | 0.79 | 0.75 |
| Hex | F2 | 8F | 90 | 0 | 29 | 28 | 5 | 167 | 4F | 4B |
| Octal | 362 | 217 | 220 | 0 | 51 | 50 | 5 | 547 | 117 | 113 |
| Binary | 11110010 | 10001111 | 10010000 | 0 | 101001 | 101000 | 101 | 101100111 | 1001111 | 1001011 |
Color Harmonies of #F28F90
Complementary color
Monochromatic Colors of #F28F90
Black with #F28F90
Text Example
Text Example
White with #F28F90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F28F90; }
p { color: rgb(242,143,144); }
H1.HeaderClassName
{
color: #F28F90;
}
.AnyTagClassName
{
color: #F28F90;
}
</style>
background-color css
<style>
a { background-color: #F28F90; }
a { background-color: rgb(242,143,144); }
div.DivClassName
{
background-color: #F28F90;
}
.BgClassName
{
background-color: #F28F90;
}
</style>
border-color css
<style>
span { border-color: #F28F90; }
span { border-color: rgb(242,143,144); }
td.TdClassName
{
border-color: #F28F90;
}
.TagClassName
{
border-color: #F28F90;
}
</style>