Shades of Wewak #F5969C
Tints of Wewak #F5969C
RGB
CMYK
RGB Variations
Color information
#F5969C (or 0xF5969C) is known color: Wewak. HEX triplet: F5, 96 and 9C. RGB value is (245,150,156). Sum of RGB (Red+Green+Blue) = 245+150+156=551 (72% of max value = 765). Red value is 245 (96.09% from 255 or 44.46% from 551); Green value is 150 (58.98% from 255 or 27.22% from 551); Blue value is 156 (61.33% from 255 or 28.31% from 551); Max value from RGB is 245 - color contains mainly: red. Hex color #F5969C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F5969C is #0A6963. Grayscale: #B3B3B3. Windows color (decimal): -682340 or 10262261. OLE color: 10262261.
HSL color Cylindrical-coordinate representation of color #F5969C: hue angle of 356.21º degrees, saturation: 0.83, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F5969C is Cyan = 0, Magento = 0.39, Yellow = 0.36 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 150 | 156 | - |
| CMYK | 0 | 0.39 | 0.36 | 0.04 |
| HSL | 356.21º | 0.83% | 0.77% | - |
| HSV(B) | 356.21º | 0.39% | 0.96% | - |
| XYZ | 54.56 | 43.63 | 37 | - |
| YUV | 179.09 | 114.97 | 175.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 150 | 156 | 0 | 0.39 | 0.36 | 0.04 | 356.21 | 0.83 | 0.77 |
| Hex | F5 | 96 | 9C | 0 | 27 | 24 | 4 | 164 | 53 | 4D |
| Octal | 365 | 226 | 234 | 0 | 47 | 44 | 4 | 544 | 123 | 115 |
| Binary | 11110101 | 10010110 | 10011100 | 0 | 100111 | 100100 | 100 | 101100100 | 1010011 | 1001101 |
Color Harmonies of #F5969C
Complementary color
Monochromatic Colors of #F5969C
Black with #F5969C
Text Example
Text Example
White with #F5969C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5969C; }
p { color: rgb(245,150,156); }
H1.HeaderClassName
{
color: #F5969C;
}
.AnyTagClassName
{
color: #F5969C;
}
</style>
background-color css
<style>
a { background-color: #F5969C; }
a { background-color: rgb(245,150,156); }
div.DivClassName
{
background-color: #F5969C;
}
.BgClassName
{
background-color: #F5969C;
}
</style>
border-color css
<style>
span { border-color: #F5969C; }
span { border-color: rgb(245,150,156); }
td.TdClassName
{
border-color: #F5969C;
}
.TagClassName
{
border-color: #F5969C;
}
</style>