Shades of Wewak #F8969C
Tints of Wewak #F8969C
RGB
CMYK
RGB Variations
Color information
#F8969C (or 0xF8969C) is known color: Wewak. HEX triplet: F8, 96 and 9C. RGB value is (248,150,156). Sum of RGB (Red+Green+Blue) = 248+150+156=554 (73% of max value = 765). Red value is 248 (97.27% from 255 or 44.77% from 554); Green value is 150 (58.98% from 255 or 27.08% from 554); Blue value is 156 (61.33% from 255 or 28.16% from 554); Max value from RGB is 248 - color contains mainly: red. Hex color #F8969C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F8969C is #076963. Grayscale: #B4B4B4. Windows color (decimal): -485732 or 10262264. OLE color: 10262264.
HSL color Cylindrical-coordinate representation of color #F8969C: hue angle of 356.33º degrees, saturation: 0.88, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F8969C is Cyan = 0, Magento = 0.40, Yellow = 0.37 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 150 | 156 | - |
| CMYK | 0 | 0.40 | 0.37 | 0.03 |
| HSL | 356.33º | 0.88% | 0.78% | - |
| HSV(B) | 356.33º | 0.4% | 0.97% | - |
| XYZ | 55.62 | 44.17 | 37.05 | - |
| YUV | 179.99 | 114.47 | 176.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 150 | 156 | 0 | 0.40 | 0.37 | 0.03 | 356.33 | 0.88 | 0.78 |
| Hex | F8 | 96 | 9C | 0 | 28 | 25 | 3 | 164 | 58 | 4E |
| Octal | 370 | 226 | 234 | 0 | 50 | 45 | 3 | 544 | 130 | 116 |
| Binary | 11111000 | 10010110 | 10011100 | 0 | 101000 | 100101 | 11 | 101100100 | 1011000 | 1001110 |
Color Harmonies of #F8969C
Complementary color
Monochromatic Colors of #F8969C
Black with #F8969C
Text Example
Text Example
White with #F8969C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8969C; }
p { color: rgb(248,150,156); }
H1.HeaderClassName
{
color: #F8969C;
}
.AnyTagClassName
{
color: #F8969C;
}
</style>
background-color css
<style>
a { background-color: #F8969C; }
a { background-color: rgb(248,150,156); }
div.DivClassName
{
background-color: #F8969C;
}
.BgClassName
{
background-color: #F8969C;
}
</style>
border-color css
<style>
span { border-color: #F8969C; }
span { border-color: rgb(248,150,156); }
td.TdClassName
{
border-color: #F8969C;
}
.TagClassName
{
border-color: #F8969C;
}
</style>