Shades of Wewak #F68287
Tints of Wewak #F68287
RGB
CMYK
RGB Variations
Color information
#F68287 (or 0xF68287) is known color: Wewak. HEX triplet: F6, 82 and 87. RGB value is (246,130,135). Sum of RGB (Red+Green+Blue) = 246+130+135=511 (67% of max value = 765). Red value is 246 (96.48% from 255 or 48.14% from 511); Green value is 130 (51.17% from 255 or 25.44% from 511); Blue value is 135 (53.12% from 255 or 26.42% from 511); Max value from RGB is 246 - color contains mainly: red. Hex color #F68287 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F68287 is #097D78. Grayscale: #A5A5A5. Windows color (decimal): -621945 or 8880886. OLE color: 8880886.
HSL color Cylindrical-coordinate representation of color #F68287: hue angle of 357.41º degrees, saturation: 0.87, 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 #F68287 is Cyan = 0, Magento = 0.47, Yellow = 0.45 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 130 | 135 | - |
| CMYK | 0 | 0.47 | 0.45 | 0.04 |
| HSL | 357.41º | 0.87% | 0.74% | - |
| HSV(B) | 357.41º | 0.47% | 0.96% | - |
| XYZ | 50.36 | 37.31 | 27.47 | - |
| YUV | 165.25 | 110.93 | 185.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 130 | 135 | 0 | 0.47 | 0.45 | 0.04 | 357.41 | 0.87 | 0.74 |
| Hex | F6 | 82 | 87 | 0 | 2F | 2D | 4 | 165 | 57 | 4A |
| Octal | 366 | 202 | 207 | 0 | 57 | 55 | 4 | 545 | 127 | 112 |
| Binary | 11110110 | 10000010 | 10000111 | 0 | 101111 | 101101 | 100 | 101100101 | 1010111 | 1001010 |
Color Harmonies of #F68287
Complementary color
Monochromatic Colors of #F68287
Black with #F68287
Text Example
Text Example
White with #F68287
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F68287; }
p { color: rgb(246,130,135); }
H1.HeaderClassName
{
color: #F68287;
}
.AnyTagClassName
{
color: #F68287;
}
</style>
background-color css
<style>
a { background-color: #F68287; }
a { background-color: rgb(246,130,135); }
div.DivClassName
{
background-color: #F68287;
}
.BgClassName
{
background-color: #F68287;
}
</style>
border-color css
<style>
span { border-color: #F68287; }
span { border-color: rgb(246,130,135); }
td.TdClassName
{
border-color: #F68287;
}
.TagClassName
{
border-color: #F68287;
}
</style>