Shades of Wewak #F28A8B
Tints of Wewak #F28A8B
RGB
CMYK
RGB Variations
Color information
#F28A8B (or 0xF28A8B) is known color: Wewak. HEX triplet: F2, 8A and 8B. RGB value is (242,138,139). Sum of RGB (Red+Green+Blue) = 242+138+139=519 (68% of max value = 765). Red value is 242 (94.92% from 255 or 46.63% from 519); Green value is 138 (54.30% from 255 or 26.59% from 519); Blue value is 139 (54.69% from 255 or 26.78% from 519); Max value from RGB is 242 - color contains mainly: red. Hex color #F28A8B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F28A8B is #0D7574. Grayscale: #A9A9A9. Windows color (decimal): -882037 or 9145074. OLE color: 9145074.
HSL color Cylindrical-coordinate representation of color #F28A8B: hue angle of 359.42º degrees, saturation: 0.8, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F28A8B is Cyan = 0, Magento = 0.43, Yellow = 0.43 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 138 | 139 | - |
| CMYK | 0 | 0.43 | 0.43 | 0.05 |
| HSL | 359.42º | 0.8% | 0.75% | - |
| HSV(B) | 359.42º | 0.43% | 0.95% | - |
| XYZ | 50.37 | 38.92 | 29.28 | - |
| YUV | 169.21 | 110.96 | 179.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 138 | 139 | 0 | 0.43 | 0.43 | 0.05 | 359.42 | 0.8 | 0.75 |
| Hex | F2 | 8A | 8B | 0 | 2B | 2B | 5 | 167 | 50 | 4B |
| Octal | 362 | 212 | 213 | 0 | 53 | 53 | 5 | 547 | 120 | 113 |
| Binary | 11110010 | 10001010 | 10001011 | 0 | 101011 | 101011 | 101 | 101100111 | 1010000 | 1001011 |
Color Harmonies of #F28A8B
Complementary color
Monochromatic Colors of #F28A8B
Black with #F28A8B
Text Example
Text Example
White with #F28A8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F28A8B; }
p { color: rgb(242,138,139); }
H1.HeaderClassName
{
color: #F28A8B;
}
.AnyTagClassName
{
color: #F28A8B;
}
</style>
background-color css
<style>
a { background-color: #F28A8B; }
a { background-color: rgb(242,138,139); }
div.DivClassName
{
background-color: #F28A8B;
}
.BgClassName
{
background-color: #F28A8B;
}
</style>
border-color css
<style>
span { border-color: #F28A8B; }
span { border-color: rgb(242,138,139); }
td.TdClassName
{
border-color: #F28A8B;
}
.TagClassName
{
border-color: #F28A8B;
}
</style>