Shades of Wewak #F28F9B
Tints of Wewak #F28F9B
RGB
CMYK
RGB Variations
Color information
#F28F9B (or 0xF28F9B) is known color: Wewak. HEX triplet: F2, 8F and 9B. RGB value is (242,143,155). Sum of RGB (Red+Green+Blue) = 242+143+155=540 (71% of max value = 765). Red value is 242 (94.92% from 255 or 44.81% from 540); Green value is 143 (56.25% from 255 or 26.48% from 540); Blue value is 155 (60.94% from 255 or 28.70% from 540); Max value from RGB is 242 - color contains mainly: red. Hex color #F28F9B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F28F9B is #0D7064. Grayscale: #AEAEAE. Windows color (decimal): -880741 or 10194930. OLE color: 10194930.
HSL color Cylindrical-coordinate representation of color #F28F9B: hue angle of 352.73º 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 #F28F9B is Cyan = 0, Magento = 0.41, Yellow = 0.36 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 143 | 155 | - |
| CMYK | 0 | 0.41 | 0.36 | 0.05 |
| HSL | 352.73º | 0.79% | 0.75% | - |
| HSV(B) | 352.73º | 0.41% | 0.95% | - |
| XYZ | 52.36 | 40.89 | 36.14 | - |
| YUV | 173.97 | 117.3 | 176.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 143 | 155 | 0 | 0.41 | 0.36 | 0.05 | 352.73 | 0.79 | 0.75 |
| Hex | F2 | 8F | 9B | 0 | 29 | 24 | 5 | 161 | 4F | 4B |
| Octal | 362 | 217 | 233 | 0 | 51 | 44 | 5 | 541 | 117 | 113 |
| Binary | 11110010 | 10001111 | 10011011 | 0 | 101001 | 100100 | 101 | 101100001 | 1001111 | 1001011 |
Color Harmonies of #F28F9B
Complementary color
Monochromatic Colors of #F28F9B
Black with #F28F9B
Text Example
Text Example
White with #F28F9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F28F9B; }
p { color: rgb(242,143,155); }
H1.HeaderClassName
{
color: #F28F9B;
}
.AnyTagClassName
{
color: #F28F9B;
}
</style>
background-color css
<style>
a { background-color: #F28F9B; }
a { background-color: rgb(242,143,155); }
div.DivClassName
{
background-color: #F28F9B;
}
.BgClassName
{
background-color: #F28F9B;
}
</style>
border-color css
<style>
span { border-color: #F28F9B; }
span { border-color: rgb(242,143,155); }
td.TdClassName
{
border-color: #F28F9B;
}
.TagClassName
{
border-color: #F28F9B;
}
</style>