Shades of Wewak #FF969F
Tints of Wewak #FF969F
RGB
CMYK
RGB Variations
Color information
#FF969F (or 0xFF969F) is known color: Wewak. HEX triplet: FF, 96 and 9F. RGB value is (255,150,159). Sum of RGB (Red+Green+Blue) = 255+150+159=564 (74% of max value = 765). Red value is 255 (100% from 255 or 45.21% from 564); Green value is 150 (58.98% from 255 or 26.60% from 564); Blue value is 159 (62.5% from 255 or 28.19% from 564); Max value from RGB is 255 - color contains mainly: red. Hex color #FF969F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF969F is #006960. Grayscale: #B6B6B6. Windows color (decimal): -26977 or 10458879. OLE color: 10458879.
HSL color Cylindrical-coordinate representation of color #FF969F: hue angle of 354.86º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #FF969F is Cyan = 0, Magento = 0.41, Yellow = 0.38 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 150 | 159 | - |
| CMYK | 0 | 0.41 | 0.38 | 0 |
| HSL | 354.86º | 1% | 0.79% | - |
| HSV(B) | 354.86º | 0.41% | 1% | - |
| XYZ | 58.4 | 45.58 | 38.52 | - |
| YUV | 182.42 | 114.79 | 179.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 150 | 159 | 0 | 0.41 | 0.38 | 0 | 354.86 | 1 | 0.79 |
| Hex | FF | 96 | 9F | 0 | 29 | 26 | 0 | 163 | 64 | 4F |
| Octal | 377 | 226 | 237 | 0 | 51 | 46 | 0 | 543 | 144 | 117 |
| Binary | 11111111 | 10010110 | 10011111 | 0 | 101001 | 100110 | 0 | 101100011 | 1100100 | 1001111 |
Color Harmonies of #FF969F
Complementary color
Monochromatic Colors of #FF969F
Black with #FF969F
Text Example
Text Example
White with #FF969F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF969F; }
p { color: rgb(255,150,159); }
H1.HeaderClassName
{
color: #FF969F;
}
.AnyTagClassName
{
color: #FF969F;
}
</style>
background-color css
<style>
a { background-color: #FF969F; }
a { background-color: rgb(255,150,159); }
div.DivClassName
{
background-color: #FF969F;
}
.BgClassName
{
background-color: #FF969F;
}
</style>
border-color css
<style>
span { border-color: #FF969F; }
span { border-color: rgb(255,150,159); }
td.TdClassName
{
border-color: #FF969F;
}
.TagClassName
{
border-color: #FF969F;
}
</style>