Shades of Wewak #F28587
Tints of Wewak #F28587
RGB
CMYK
RGB Variations
Color information
#F28587 (or 0xF28587) is known color: Wewak. HEX triplet: F2, 85 and 87. RGB value is (242,133,135). Sum of RGB (Red+Green+Blue) = 242+133+135=510 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.45% from 510); Green value is 133 (52.34% from 255 or 26.08% from 510); Blue value is 135 (53.12% from 255 or 26.47% from 510); Max value from RGB is 242 - color contains mainly: red. Hex color #F28587 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F28587 is #0D7A78. Grayscale: #A5A5A5. Windows color (decimal): -883321 or 8881650. OLE color: 8881650.
HSL color Cylindrical-coordinate representation of color #F28587: hue angle of 358.9º 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 #F28587 is Cyan = 0, Magento = 0.45, Yellow = 0.44 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 133 | 135 | - |
| CMYK | 0 | 0.45 | 0.44 | 0.05 |
| HSL | 358.9º | 0.81% | 0.74% | - |
| HSV(B) | 358.9º | 0.45% | 0.95% | - |
| XYZ | 49.38 | 37.4 | 27.54 | - |
| YUV | 165.82 | 110.61 | 182.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 133 | 135 | 0 | 0.45 | 0.44 | 0.05 | 358.9 | 0.81 | 0.74 |
| Hex | F2 | 85 | 87 | 0 | 2D | 2C | 5 | 167 | 51 | 4A |
| Octal | 362 | 205 | 207 | 0 | 55 | 54 | 5 | 547 | 121 | 112 |
| Binary | 11110010 | 10000101 | 10000111 | 0 | 101101 | 101100 | 101 | 101100111 | 1010001 | 1001010 |
Color Harmonies of #F28587
Complementary color
Monochromatic Colors of #F28587
Black with #F28587
Text Example
Text Example
White with #F28587
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F28587; }
p { color: rgb(242,133,135); }
H1.HeaderClassName
{
color: #F28587;
}
.AnyTagClassName
{
color: #F28587;
}
</style>
background-color css
<style>
a { background-color: #F28587; }
a { background-color: rgb(242,133,135); }
div.DivClassName
{
background-color: #F28587;
}
.BgClassName
{
background-color: #F28587;
}
</style>
border-color css
<style>
span { border-color: #F28587; }
span { border-color: rgb(242,133,135); }
td.TdClassName
{
border-color: #F28587;
}
.TagClassName
{
border-color: #F28587;
}
</style>