Shades of Wewak #FF969A
Tints of Wewak #FF969A
RGB
CMYK
RGB Variations
Color information
#FF969A (or 0xFF969A) is known color: Wewak. HEX triplet: FF, 96 and 9A. RGB value is (255,150,154). Sum of RGB (Red+Green+Blue) = 255+150+154=559 (74% of max value = 765). Red value is 255 (100% from 255 or 45.62% from 559); Green value is 150 (58.98% from 255 or 26.83% from 559); Blue value is 154 (60.55% from 255 or 27.55% from 559); Max value from RGB is 255 - color contains mainly: red. Hex color #FF969A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF969A is #006965. Grayscale: #B5B5B5. Windows color (decimal): -26982 or 10131199. OLE color: 10131199.
HSL color Cylindrical-coordinate representation of color #FF969A: hue angle of 357.71º 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 #FF969A is Cyan = 0, Magento = 0.41, Yellow = 0.40 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 150 | 154 | - |
| CMYK | 0 | 0.41 | 0.40 | 0 |
| HSL | 357.71º | 1% | 0.79% | - |
| HSV(B) | 357.71º | 0.41% | 1% | - |
| XYZ | 57.98 | 45.41 | 36.28 | - |
| YUV | 181.85 | 112.29 | 180.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 150 | 154 | 0 | 0.41 | 0.40 | 0 | 357.71 | 1 | 0.79 |
| Hex | FF | 96 | 9A | 0 | 29 | 28 | 0 | 166 | 64 | 4F |
| Octal | 377 | 226 | 232 | 0 | 51 | 50 | 0 | 546 | 144 | 117 |
| Binary | 11111111 | 10010110 | 10011010 | 0 | 101001 | 101000 | 0 | 101100110 | 1100100 | 1001111 |
Color Harmonies of #FF969A
Complementary color
Monochromatic Colors of #FF969A
Black with #FF969A
Text Example
Text Example
White with #FF969A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF969A; }
p { color: rgb(255,150,154); }
H1.HeaderClassName
{
color: #FF969A;
}
.AnyTagClassName
{
color: #FF969A;
}
</style>
background-color css
<style>
a { background-color: #FF969A; }
a { background-color: rgb(255,150,154); }
div.DivClassName
{
background-color: #FF969A;
}
.BgClassName
{
background-color: #FF969A;
}
</style>
border-color css
<style>
span { border-color: #FF969A; }
span { border-color: rgb(255,150,154); }
td.TdClassName
{
border-color: #FF969A;
}
.TagClassName
{
border-color: #FF969A;
}
</style>