Shades of Wewak #F28F9F
Tints of Wewak #F28F9F
RGB
CMYK
RGB Variations
Color information
#F28F9F (or 0xF28F9F) is known color: Wewak. HEX triplet: F2, 8F and 9F. RGB value is (242,143,159). Sum of RGB (Red+Green+Blue) = 242+143+159=544 (72% of max value = 765). Red value is 242 (94.92% from 255 or 44.49% from 544); Green value is 143 (56.25% from 255 or 26.29% from 544); Blue value is 159 (62.5% from 255 or 29.23% from 544); Max value from RGB is 242 - color contains mainly: red. Hex color #F28F9F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F28F9F is #0D7060. Grayscale: #AEAEAE. Windows color (decimal): -880737 or 10457074. OLE color: 10457074.
HSL color Cylindrical-coordinate representation of color #F28F9F: hue angle of 350.3º 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 #F28F9F is Cyan = 0, Magento = 0.41, Yellow = 0.34 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 143 | 159 | - |
| CMYK | 0 | 0.41 | 0.34 | 0.05 |
| HSL | 350.3º | 0.79% | 0.75% | - |
| HSV(B) | 350.3º | 0.41% | 0.95% | - |
| XYZ | 52.7 | 41.03 | 37.94 | - |
| YUV | 174.43 | 119.3 | 176.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 143 | 159 | 0 | 0.41 | 0.34 | 0.05 | 350.3 | 0.79 | 0.75 |
| Hex | F2 | 8F | 9F | 0 | 29 | 22 | 5 | 15E | 4F | 4B |
| Octal | 362 | 217 | 237 | 0 | 51 | 42 | 5 | 536 | 117 | 113 |
| Binary | 11110010 | 10001111 | 10011111 | 0 | 101001 | 100010 | 101 | 101011110 | 1001111 | 1001011 |
Color Harmonies of #F28F9F
Complementary color
Monochromatic Colors of #F28F9F
Black with #F28F9F
Text Example
Text Example
White with #F28F9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F28F9F; }
p { color: rgb(242,143,159); }
H1.HeaderClassName
{
color: #F28F9F;
}
.AnyTagClassName
{
color: #F28F9F;
}
</style>
background-color css
<style>
a { background-color: #F28F9F; }
a { background-color: rgb(242,143,159); }
div.DivClassName
{
background-color: #F28F9F;
}
.BgClassName
{
background-color: #F28F9F;
}
</style>
border-color css
<style>
span { border-color: #F28F9F; }
span { border-color: rgb(242,143,159); }
td.TdClassName
{
border-color: #F28F9F;
}
.TagClassName
{
border-color: #F28F9F;
}
</style>