Shades of Wewak #F7969A
Tints of Wewak #F7969A
RGB
CMYK
RGB Variations
Color information
#F7969A (or 0xF7969A) is known color: Wewak. HEX triplet: F7, 96 and 9A. RGB value is (247,150,154). Sum of RGB (Red+Green+Blue) = 247+150+154=551 (72% of max value = 765). Red value is 247 (96.88% from 255 or 44.83% from 551); Green value is 150 (58.98% from 255 or 27.22% from 551); Blue value is 154 (60.55% from 255 or 27.95% from 551); Max value from RGB is 247 - color contains mainly: red. Hex color #F7969A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F7969A is #086965. Grayscale: #B3B3B3. Windows color (decimal): -551270 or 10131191. OLE color: 10131191.
HSL color Cylindrical-coordinate representation of color #F7969A: hue angle of 357.53º degrees, saturation: 0.86, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F7969A is Cyan = 0, Magento = 0.39, Yellow = 0.38 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 150 | 154 | - |
| CMYK | 0 | 0.39 | 0.38 | 0.03 |
| HSL | 357.53º | 0.86% | 0.78% | - |
| HSV(B) | 357.53º | 0.39% | 0.97% | - |
| XYZ | 55.1 | 43.92 | 36.15 | - |
| YUV | 179.46 | 113.64 | 176.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 150 | 154 | 0 | 0.39 | 0.38 | 0.03 | 357.53 | 0.86 | 0.78 |
| Hex | F7 | 96 | 9A | 0 | 27 | 26 | 3 | 166 | 56 | 4E |
| Octal | 367 | 226 | 232 | 0 | 47 | 46 | 3 | 546 | 126 | 116 |
| Binary | 11110111 | 10010110 | 10011010 | 0 | 100111 | 100110 | 11 | 101100110 | 1010110 | 1001110 |
Color Harmonies of #F7969A
Complementary color
Monochromatic Colors of #F7969A
Black with #F7969A
Text Example
Text Example
White with #F7969A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7969A; }
p { color: rgb(247,150,154); }
H1.HeaderClassName
{
color: #F7969A;
}
.AnyTagClassName
{
color: #F7969A;
}
</style>
background-color css
<style>
a { background-color: #F7969A; }
a { background-color: rgb(247,150,154); }
div.DivClassName
{
background-color: #F7969A;
}
.BgClassName
{
background-color: #F7969A;
}
</style>
border-color css
<style>
span { border-color: #F7969A; }
span { border-color: rgb(247,150,154); }
td.TdClassName
{
border-color: #F7969A;
}
.TagClassName
{
border-color: #F7969A;
}
</style>