Shades of Wewak #F58284
Tints of Wewak #F58284
RGB
CMYK
RGB Variations
Color information
#F58284 (or 0xF58284) is known color: Wewak. HEX triplet: F5, 82 and 84. RGB value is (245,130,132). Sum of RGB (Red+Green+Blue) = 245+130+132=507 (67% of max value = 765). Red value is 245 (96.09% from 255 or 48.32% from 507); Green value is 130 (51.17% from 255 or 25.64% from 507); Blue value is 132 (51.95% from 255 or 26.04% from 507); Max value from RGB is 245 - color contains mainly: red. Hex color #F58284 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F58284 is #0A7D7B. Grayscale: #A4A4A4. Windows color (decimal): -687484 or 8684277. OLE color: 8684277.
HSL color Cylindrical-coordinate representation of color #F58284: hue angle of 358.96º degrees, saturation: 0.85, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F58284 is Cyan = 0, Magento = 0.47, Yellow = 0.46 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 130 | 132 | - |
| CMYK | 0 | 0.47 | 0.46 | 0.04 |
| HSL | 358.96º | 0.85% | 0.74% | - |
| HSV(B) | 358.96º | 0.47% | 0.96% | - |
| XYZ | 49.8 | 37.04 | 26.36 | - |
| YUV | 164.61 | 109.6 | 185.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 130 | 132 | 0 | 0.47 | 0.46 | 0.04 | 358.96 | 0.85 | 0.74 |
| Hex | F5 | 82 | 84 | 0 | 2F | 2E | 4 | 167 | 55 | 4A |
| Octal | 365 | 202 | 204 | 0 | 57 | 56 | 4 | 547 | 125 | 112 |
| Binary | 11110101 | 10000010 | 10000100 | 0 | 101111 | 101110 | 100 | 101100111 | 1010101 | 1001010 |
Color Harmonies of #F58284
Complementary color
Monochromatic Colors of #F58284
Black with #F58284
Text Example
Text Example
White with #F58284
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F58284; }
p { color: rgb(245,130,132); }
H1.HeaderClassName
{
color: #F58284;
}
.AnyTagClassName
{
color: #F58284;
}
</style>
background-color css
<style>
a { background-color: #F58284; }
a { background-color: rgb(245,130,132); }
div.DivClassName
{
background-color: #F58284;
}
.BgClassName
{
background-color: #F58284;
}
</style>
border-color css
<style>
span { border-color: #F58284; }
span { border-color: rgb(245,130,132); }
td.TdClassName
{
border-color: #F58284;
}
.TagClassName
{
border-color: #F58284;
}
</style>