Shades of Wewak #F28B9A
Tints of Wewak #F28B9A
RGB
CMYK
RGB Variations
Color information
#F28B9A (or 0xF28B9A) is known color: Wewak. HEX triplet: F2, 8B and 9A. RGB value is (242,139,154). Sum of RGB (Red+Green+Blue) = 242+139+154=535 (70% of max value = 765). Red value is 242 (94.92% from 255 or 45.23% from 535); Green value is 139 (54.69% from 255 or 25.98% from 535); Blue value is 154 (60.55% from 255 or 28.79% from 535); Max value from RGB is 242 - color contains mainly: red. Hex color #F28B9A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F28B9A is #0D7465. Grayscale: #ABABAB. Windows color (decimal): -881766 or 10128370. OLE color: 10128370.
HSL color Cylindrical-coordinate representation of color #F28B9A: hue angle of 351.26º 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 #F28B9A is Cyan = 0, Magento = 0.43, Yellow = 0.36 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 139 | 154 | - |
| CMYK | 0 | 0.43 | 0.36 | 0.05 |
| HSL | 351.26º | 0.8% | 0.75% | - |
| HSV(B) | 351.26º | 0.43% | 0.95% | - |
| XYZ | 51.68 | 39.68 | 35.51 | - |
| YUV | 171.51 | 118.12 | 178.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 139 | 154 | 0 | 0.43 | 0.36 | 0.05 | 351.26 | 0.8 | 0.75 |
| Hex | F2 | 8B | 9A | 0 | 2B | 24 | 5 | 15F | 50 | 4B |
| Octal | 362 | 213 | 232 | 0 | 53 | 44 | 5 | 537 | 120 | 113 |
| Binary | 11110010 | 10001011 | 10011010 | 0 | 101011 | 100100 | 101 | 101011111 | 1010000 | 1001011 |
Color Harmonies of #F28B9A
Complementary color
Monochromatic Colors of #F28B9A
Black with #F28B9A
Text Example
Text Example
White with #F28B9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F28B9A; }
p { color: rgb(242,139,154); }
H1.HeaderClassName
{
color: #F28B9A;
}
.AnyTagClassName
{
color: #F28B9A;
}
</style>
background-color css
<style>
a { background-color: #F28B9A; }
a { background-color: rgb(242,139,154); }
div.DivClassName
{
background-color: #F28B9A;
}
.BgClassName
{
background-color: #F28B9A;
}
</style>
border-color css
<style>
span { border-color: #F28B9A; }
span { border-color: rgb(242,139,154); }
td.TdClassName
{
border-color: #F28B9A;
}
.TagClassName
{
border-color: #F28B9A;
}
</style>