Shades of Wewak #FF9FA3
Tints of Wewak #FF9FA3
RGB
CMYK
RGB Variations
Color information
#FF9FA3 (or 0xFF9FA3) is known color: Wewak. HEX triplet: FF, 9F and A3. RGB value is (255,159,163). Sum of RGB (Red+Green+Blue) = 255+159+163=577 (76% of max value = 765). Red value is 255 (100% from 255 or 44.19% from 577); Green value is 159 (62.5% from 255 or 27.56% from 577); Blue value is 163 (64.06% from 255 or 28.25% from 577); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9FA3 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF9FA3 is #00605C. Grayscale: #BCBCBC. Windows color (decimal): -24669 or 10723327. OLE color: 10723327.
HSL color Cylindrical-coordinate representation of color #FF9FA3: hue angle of 357.5º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #FF9FA3 is Cyan = 0, Magento = 0.38, Yellow = 0.36 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 159 | 163 | - |
| CMYK | 0 | 0.38 | 0.36 | 0 |
| HSL | 357.5º | 1% | 0.81% | - |
| HSV(B) | 357.5º | 0.38% | 1% | - |
| XYZ | 60.25 | 48.7 | 40.88 | - |
| YUV | 188.16 | 113.8 | 175.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 159 | 163 | 0 | 0.38 | 0.36 | 0 | 357.5 | 1 | 0.81 |
| Hex | FF | 9F | A3 | 0 | 26 | 24 | 0 | 166 | 64 | 51 |
| Octal | 377 | 237 | 243 | 0 | 46 | 44 | 0 | 546 | 144 | 121 |
| Binary | 11111111 | 10011111 | 10100011 | 0 | 100110 | 100100 | 0 | 101100110 | 1100100 | 1010001 |
Color Harmonies of #FF9FA3
Complementary color
Monochromatic Colors of #FF9FA3
Black with #FF9FA3
Text Example
Text Example
White with #FF9FA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9FA3; }
p { color: rgb(255,159,163); }
H1.HeaderClassName
{
color: #FF9FA3;
}
.AnyTagClassName
{
color: #FF9FA3;
}
</style>
background-color css
<style>
a { background-color: #FF9FA3; }
a { background-color: rgb(255,159,163); }
div.DivClassName
{
background-color: #FF9FA3;
}
.BgClassName
{
background-color: #FF9FA3;
}
</style>
border-color css
<style>
span { border-color: #FF9FA3; }
span { border-color: rgb(255,159,163); }
td.TdClassName
{
border-color: #FF9FA3;
}
.TagClassName
{
border-color: #FF9FA3;
}
</style>