Shades of Wewak #F28594
Tints of Wewak #F28594
RGB
CMYK
RGB Variations
Color information
#F28594 (or 0xF28594) is known color: Wewak. HEX triplet: F2, 85 and 94. RGB value is (242,133,148). Sum of RGB (Red+Green+Blue) = 242+133+148=523 (69% of max value = 765). Red value is 242 (94.92% from 255 or 46.27% from 523); Green value is 133 (52.34% from 255 or 25.43% from 523); Blue value is 148 (58.20% from 255 or 28.30% from 523); Max value from RGB is 242 - color contains mainly: red. Hex color #F28594 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F28594 is #0D7A6B. Grayscale: #A7A7A7. Windows color (decimal): -883308 or 9733618. OLE color: 9733618.
HSL color Cylindrical-coordinate representation of color #F28594: hue angle of 351.74º degrees, saturation: 0.81, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F28594 is Cyan = 0, Magento = 0.45, Yellow = 0.39 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 133 | 148 | - |
| CMYK | 0 | 0.45 | 0.39 | 0.05 |
| HSL | 351.74º | 0.81% | 0.74% | - |
| HSV(B) | 351.74º | 0.45% | 0.95% | - |
| XYZ | 50.35 | 37.79 | 32.66 | - |
| YUV | 167.3 | 117.11 | 181.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 133 | 148 | 0 | 0.45 | 0.39 | 0.05 | 351.74 | 0.81 | 0.74 |
| Hex | F2 | 85 | 94 | 0 | 2D | 27 | 5 | 160 | 51 | 4A |
| Octal | 362 | 205 | 224 | 0 | 55 | 47 | 5 | 540 | 121 | 112 |
| Binary | 11110010 | 10000101 | 10010100 | 0 | 101101 | 100111 | 101 | 101100000 | 1010001 | 1001010 |
Color Harmonies of #F28594
Complementary color
Monochromatic Colors of #F28594
Black with #F28594
Text Example
Text Example
White with #F28594
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F28594; }
p { color: rgb(242,133,148); }
H1.HeaderClassName
{
color: #F28594;
}
.AnyTagClassName
{
color: #F28594;
}
</style>
background-color css
<style>
a { background-color: #F28594; }
a { background-color: rgb(242,133,148); }
div.DivClassName
{
background-color: #F28594;
}
.BgClassName
{
background-color: #F28594;
}
</style>
border-color css
<style>
span { border-color: #F28594; }
span { border-color: rgb(242,133,148); }
td.TdClassName
{
border-color: #F28594;
}
.TagClassName
{
border-color: #F28594;
}
</style>